var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/southoakdental.com","hash_tracking":"false","v4_id":"G-3SLZ82CGFS"};
var breeze_prefetch = {"local_url":"https:\/\/southoakdental.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
var dataLayer_content = {"visitorEmail":"","visitorEmailHash":"","visitorUsername":"","visitorIP":"3.233.242.216","pagePostType":"post","pagePostType2":"single-post","pageCategory":["dental"],"pagePostAuthor":"Dr. Tarandeep Sidiura"};
dataLayer.push( dataLayer_content );
function monsterinsights_forms_record_impression(event) {
monsterinsights_add_bloom_forms_ids();
var monsterinsights_forms = document.getElementsByTagName("form");
var monsterinsights_forms_i;
for (monsterinsights_forms_i = 0; monsterinsights_forms_i < monsterinsights_forms.length; monsterinsights_forms_i++) {
var monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
var skip_conversion = false;
/* Check to see if it's contact form 7 if the id isn't set */
if (!monsterinsights_form_id) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.getAttribute("id");
if (monsterinsights_form_id && monsterinsights_form_id.lastIndexOf('wpcf7-f', 0) === 0) {
/* If so, let's grab that and set it to be the form's ID*/
var tokens = monsterinsights_form_id.split('-').slice(0, 2);
var result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute("id", result);/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
} else {
monsterinsights_form_id = false;
}
}/* Check if it's Ninja Forms & id isn't set. */
if (!monsterinsights_form_id && monsterinsights_forms[monsterinsights_forms_i].parentElement.className.indexOf('nf-form-layout') >= 0) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.parentElement.parentElement.getAttribute('id');
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('nf-form-', 0)) {
/* If so, let's grab that and set it to be the form's ID*/
tokens = monsterinsights_form_id.split('-').slice(0, 3);
result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute('id', result);
/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute('id');
skip_conversion = true;
}
}if (monsterinsights_form_id && monsterinsights_form_id !== 'commentform' && monsterinsights_form_id !== 'adminbar-search') {
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: monsterinsights_form_id,
value: 1,
non_interaction: true
});/* If a WPForms Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('wpforms-form-', 0)) {
continue;
}/* Formiddable Forms, use custom tracking */
if (monsterinsights_forms_has_class(monsterinsights_forms[monsterinsights_forms_i], 'frm-show-form')) {
continue;
}/* If a Gravity Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('gform_', 0)) {
continue;
}/* If Ninja forms, we use custom conversion tracking */
if (skip_conversion) {
continue;
}var custom_conversion_mi_forms = false;
if (custom_conversion_mi_forms) {
continue;
}if (window.jQuery) {
(function (form_id) {
jQuery(document).ready(function () {
jQuery('#' + form_id).on('submit', monsterinsights_forms_record_conversion);
});
})(monsterinsights_form_id);
} else {
var __gaFormsTrackerWindow = window;
if (__gaFormsTrackerWindow.addEventListener) {
document.getElementById(monsterinsights_form_id).addEventListener("submit", monsterinsights_forms_record_conversion, false);
} else {
if (__gaFormsTrackerWindow.attachEvent) {
document.getElementById(monsterinsights_form_id).attachEvent("onsubmit", monsterinsights_forms_record_conversion);
}
}
}} else {
continue;
}
}
}function monsterinsights_forms_has_class(element, className) {
return (' ' + element.className + ' ').indexOf(' ' + className + ' ') > -1;
}function monsterinsights_forms_record_conversion(event) {
var monsterinsights_form_conversion_id = event.target.id;
var monsterinsights_form_action = event.target.getAttribute("miforms-action");
if (monsterinsights_form_conversion_id && !monsterinsights_form_action) {
document.getElementById(monsterinsights_form_conversion_id).setAttribute("miforms-action", "submitted");
__gtagTracker('event', 'conversion', {
event_category: 'form',
event_label: monsterinsights_form_conversion_id,
value: 1,
});
}
}/* Attach the events to all clicks in the document after page and GA has loaded */
function monsterinsights_forms_load() {
if (typeof (__gtagTracker) !== 'undefined' && __gtagTracker) {
var __gtagFormsTrackerWindow = window;
if (__gtagFormsTrackerWindow.addEventListener) {
__gtagFormsTrackerWindow.addEventListener("load", monsterinsights_forms_record_impression, false);
} else {
if (__gtagFormsTrackerWindow.attachEvent) {
__gtagFormsTrackerWindow.attachEvent("onload", monsterinsights_forms_record_impression);
}
}
} else {
setTimeout(monsterinsights_forms_load, 200);
}
}/* Custom Ninja Forms impression tracking */
if (window.jQuery) {
jQuery(document).on('nfFormReady', function (e, layoutView) {
var label = layoutView.el;
label = label.substring(1, label.length);
label = label.split('-').slice(0, 3).join('-');
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: label,
value: 1,
non_interaction: true
});
});
}/* Custom Bloom Form tracker */
function monsterinsights_add_bloom_forms_ids() {
var bloom_forms = document.querySelectorAll('.et_bloom_form_content form');
if (bloom_forms.length > 0) {
for (var i = 0; i < bloom_forms.length; i++) {
if ('' === bloom_forms[i].id) {
var form_parent_root = monsterinsights_find_parent_with_class(bloom_forms[i], 'et_bloom_optin');
if (form_parent_root) {
var classes = form_parent_root.className.split(' ');
for (var j = 0; j < classes.length; ++j) {
if (0 === classes[j].indexOf('et_bloom_optin')) {
bloom_forms[i].id = classes[j];
}
}
}
}
}
}
}function monsterinsights_find_parent_with_class(element, className) {
if (element.parentNode && '' !== className) {
if (element.parentNode.className.indexOf(className) >= 0) {
return element.parentNode;
} else {
return monsterinsights_find_parent_with_class(element.parentNode, className);
}
}
return false;
}monsterinsights_forms_load();
Teeth Whitening Complete Guide: Achieve Your Brightest Smile
Dr. Tarandeep Sidiura
January 10, 2024
Dreaming of a brighter smile? Teeth whitening could be a gift to yourself this season. But before you dive in, it’s essential to understand that results can vary widely. From the method chosen to your personal habits, several factors will determine just how brilliant your smile can be.
In this complete guide to teeth whitening, you’ll learn about the professional techniques used by dentists to measure and enhance the colour of your teeth. You’ll discover why starting with a clean slate is crucial and how plaque can affect your whitening results. Stick with us to uncover the ins and outs of achieving that coveted pearly white smile.
You live in an image-conscious society where your appearance plays a pivotal role in first impressions, and your smile is often the highlight. Teeth whitening removes stains caused by coffee, tea, red wine, and tobacco, leaving your teeth several shades brighter. The outcome? A smile that is not only visually appealing but also perceived as a reflection of good health and hygiene. It’s a simple step that can have a transformative effect on how you look.
Confidence
The benefits of teeth whitening aren’t just surface-deep. A brilliant smile is often equated with self-assurance; it’s a physical expression that can elevate your confidence levels. When you’re pleased with your smile, you’re more likely to use it, right? Some people find that this increased confidence can ripple through different aspects of their lives, including work, relationships, and social interactions.
Types of Teeth Whitening Methods
Over-the-Counter Products
Over-the-counter (OTC) teeth whitening options are accessible and popular. You’ll find a variety of products such as:
Whitening toothpastes and mouthwashes: These typically contain mild abrasives or chemicals that work to remove surface stains.
Whitening strips and gels: Applied directly to the teeth, they contain peroxide-based bleaching agents that can penetrate the enamel to reduce deeper stains.
Whitening trays: These involve filling a mouthguard-like tray with a gel whitening solution—which contains a peroxide-bleaching agent—and wearing it for a certain period.
OTC products are economically priced and when used as directed, they can improve the whiteness of your smile. It’s worth noting that results can vary widely based on the strength of the bleach and the user’s tooth discoloration level. Remember, OTC gels and strips often take longer to see results compared to professional treatments and require consistent use over days or weeks.
Professional Whitening Treatments
Professional treatments are administered by dentists and are characterized by:
Higher bleaching concentration: In-office whitenings use stronger bleaching agents than OTC products leading to quicker, more pronounced results.
Accelerators such as lights or lasers: These may be used during in-office procedures to speed up the bleaching process.
Customizability and safety: Dental professionals provide customized treatment plans and necessary precautions such as gum protection to minimize sensitivity and maximize results.
The cost of professional treatments can be higher due to the expertise and equipment involved, but they can achieve significant whitening in as little as one session. Professional treatments include in-office procedures, which typically take about 90 minutes, and custom take-home trays that align closer to OTC methods but with stronger, professionally dispensed whitening agents.
Factors to Consider Before Whitening Your Teeth
When you’re contemplating teeth whitening, several pivotal factors need to be taken into account to ensure the best outcome for your smile. Your dental health, tooth sensitivity, and budget are among the most crucial aspects to consider before committing to any whitening method.
Dental Health
Your overall dental health is the cornerstone of successful teeth whitening. Having strong, healthy teeth and gums optimizes the effectiveness of whitening treatments and minimizes potential complications:
Healthy Gums: Ensuring your gums are free from inflammation or disease is essential. Any gum issues could be exacerbated by whitening agents.
Tooth Decay: Address any decay or cavities first, as whitening solutions can penetrate decayed areas, leading to heightened sensitivity or further dental problems.
Existing Dental Work: Understanding that restorations like crowns, fillings, or veneers will not lighten with whitening treatments helps set realistic expectations.
Sensitivity
Tooth sensitivity can be a significant concern when considering teeth whitening:
Pre-existing Conditions: If you have sensitive teeth, discuss options with your dentist who can tailor a plan that mitigates discomfort.
Treatment Intensity: Choose methods that suit your sensitivity levels – home kits generally offer milder treatments compared to professional options.
Desensitising Products: Integrating products designed to reduce sensitivity, such as toothpaste containing potassium nitrate or fluoride, can help manage discomfort during the whitening process.
Budget
Teeth whitening doesn’t have to break the bank, but it’s important to align your expectations with your budget:
Insurance: Most dental insurance providers consider teeth whitening cosmetic, thus not covered, so you’ll need to plan financially for the total cost out-of-pocket.
Long-term Value: Consider the longevity and maintenance required for the whitening method chosen to assess its overall value against the initial investment.
Steps to Prepare Your Teeth for Whitening
Teeth whitening starts long before you apply any gel or strip, or dental office visit. The preparation phase is critical in ensuring that the whitening process is both effective and safe. Let’s dive into what you need to do to get your teeth ready for a whitening treatment.
Dental Cleaning
Regular dental cleanings provide the foundation for successful teeth whitening. These professional cleanings remove the buildup of plaque and tartar that can’t be eliminated by brushing and flossing at home. A dental hygienist’s expertise ensures that your teeth are in the best possible condition for whitening by:
Eliminating surface stains: Professional cleanings can remove stains caused by coffee, tea, or tobacco.
Creating a uniform surface: Clean teeth allow for even application and absorption of whitening agents.
Improving overall oral health: A clean mouth reduces the risk of gum irritation from whitening products.
The efficacy of your whitening treatment heavily relies on the cleanliness of your teeth. Therefore, scheduling a dental cleaning is an essential step before embarking on any teeth whitening journey.
Addressing Dental Issues
Before applying any whitening treatment, ensure that you’ve addressed all underlying dental issues. Whitening products should not be used on compromised teeth as they can exacerbate conditions such as:
Tooth decay: Whitening can cause severe pain if you have cavities.
Gum disease: Unhealthy gums can react negatively to whitening chemicals, leading to increased sensitivity and potential damage.
Consult your dentist to treat these issues first. Only proceed with whitening once your teeth are healthy and any existing dental work, like crowns or fillings, has been evaluated since these won’t respond to whitening treatments.
Reducing Sensitivity
Tooth sensitivity is a common concern with whitening treatments. Minimizing discomfort before and during the procedure can make a significant difference. You can reduce sensitivity by:
Using desensitizing toothpaste several weeks prior to whitening sessions, which can help block pain signals from the tooth’s surface to the nerve.
Avoiding extreme temperature foods: Cold and hot foods and beverages might increase sensitivity.
By taking these steps, you’re preparing your teeth to receive whitening treatments more comfortably. Remember, patient comfort and safety should always take precedence in cosmetic dental procedures.
In-Office Teeth Whitening Treatments
Professional in-office whitening procedures give significant results quickly and safely. Consider these treatments if you’re seeking immediate and significant results with the guidance of a dental professional.
Laser Whitening
Laser whitening signifies the cutting-edge of dental whitening technology, offering top-tier results.
Rapid results: High-intensity light accelerates the bleaching process, often yielding immediate outcomes.
Precision: Targeted application means areas of concern can be focused on specifically.
Duration: While treatments can be slightly more costly, the longevity of results often justifies the investment.
It’s advisable for those seeking a premium and technologically advanced teeth whitening solution.
How to Maintain Teeth Whitening Results
Regular Brushing and Flossing
To maintain your gleaming smile after teeth whitening, consistent oral hygiene is vital. Regular brushing and flossing eliminate plaque and prevent stain accumulation. Brushing twice a day with a soft-bristled toothbrush and fluoridated toothpaste maintains the whiteness of your teeth, while flossing once a day helps reach the nooks between your teeth where a brush may not. This ensures a longer-lasting brightness and sustains oral health. Remember, proper technique maximizes the benefits of your routine.
Avoiding Tooth-Staining Foods and Beverages
Your diet plays a pivotal role in maintaining the whiteness of your teeth. Certain foods and beverages are notorious for causing stains, such as tea, coffee, and red wine. Using a straw when drinking these can help mitigate their staining.
Touch-Up Treatments
Even with impeccable maintenance, your teeth will eventually adopt new stains. Touch-up treatments are an effective way to combat this inevitability. Depending on the whitening method initially chosen, touch-ups may vary.
Are You Ready to Whiten?
You’re now equipped with the knowledge to choose the right teeth whitening option that suits your needs and lifestyle. Whether you opt for an at-home solution or a professional treatment, remember that the key to a long-lasting whiter smile lies in following the guidelines and maintaining good oral hygiene. Don’t forget that touch-up treatments can help preserve your pearly whites. By avoiding certain foods and drinks and sticking to a consistent oral care routine, you’ll ensure your teeth stay brighter for longer.
document.addEventListener("DOMContentLoaded", function() {
// Select all the social icons
var socialIcons = document.querySelectorAll('.et_pb_social_media_follow .et_pb_social_network_link a.icon');// Iterate over each social icon
socialIcons.forEach(function(icon) {
// Check if the href attribute is missing or empty
if (!icon.getAttribute('href') || icon.getAttribute('href').trim() === '') {
// Hide the parent element
icon.closest('.et_pb_social_network_link').style.display = 'none';
}
});
});
jQuery(document).ready(function () {
// Delay execution by 3 seconds
setTimeout(function () {// Issue #2: Prevent closing the mobile_nav when clicking on li.menu-item-has-children
jQuery('li.menu-item-has-children').on('click', function () {
// Toggle visibility of the associated sub-menu
jQuery(this).find('ul.sub-menu').toggleClass('show-sub-menu');
jQuery('div.mobile_nav').addClass('opened2');
jQuery('div.mobile_nav').removeClass('closed');
});
}, 100);
});
/* MonsterInsights Scroll Tracking */
if ( typeof(jQuery) !== 'undefined' ) {
jQuery( document ).ready(function(){
function monsterinsights_scroll_tracking_load() {
if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
(function(factory) {
factory(jQuery);
}(function($) {/* Scroll Depth */
"use strict";
var defaults = {
percentage: true
};var $window = $(window),
cache = [],
scrollEventBound = false,
lastPixelDepth = 0;/*
* Plugin
*/$.scrollDepth = function(options) {var startTime = +new Date();options = $.extend({}, defaults, options);/*
* Functions
*/function sendEvent(action, label, scrollDistance, timing) {
if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
return;
}
var paramName = action.toLowerCase();
var fieldsArray = {
send_to: 'G-3SLZ82CGFS',
non_interaction: true
};
fieldsArray[paramName] = label;if (arguments.length > 3) {
fieldsArray.scroll_timing = timing
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
} else {
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
}
}function calculateMarks(docHeight) {
return {
'25%' : parseInt(docHeight * 0.25, 10),
'50%' : parseInt(docHeight * 0.50, 10),
'75%' : parseInt(docHeight * 0.75, 10),
/* Cushion to trigger 100% event in iOS */
'100%': docHeight - 5
};
}function checkMarks(marks, scrollDistance, timing) {
/* Check each active mark */
$.each(marks, function(key, val) {
if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
sendEvent('Percentage', key, scrollDistance, timing);
cache.push(key);
}
});
}function rounded(scrollDistance) {
/* Returns String */
return (Math.floor(scrollDistance/250) * 250).toString();
}function init() {
bindScrollDepth();
}/*
* Public Methods
*//* Reset Scroll Depth with the originally initialized options */
$.scrollDepth.reset = function() {
cache = [];
lastPixelDepth = 0;
$window.off('scroll.scrollDepth');
bindScrollDepth();
};/* Add DOM elements to be tracked */
$.scrollDepth.addElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.merge(options.elements, elems);/* If scroll event has been unbound from window, rebind */
if (!scrollEventBound) {
bindScrollDepth();
}};/* Remove DOM elements currently tracked */
$.scrollDepth.removeElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.each(elems, function(index, elem) {var inElementsArray = $.inArray(elem, options.elements);
var inCacheArray = $.inArray(elem, cache);if (inElementsArray != -1) {
options.elements.splice(inElementsArray, 1);
}if (inCacheArray != -1) {
cache.splice(inCacheArray, 1);
}});};/*
* Throttle function borrowed from:
* Underscore.js 1.5.2
* http://underscorejs.org
* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Underscore may be freely distributed under the MIT license.
*/function throttle(func, wait) {
var context, args, result;
var timeout = null;
var previous = 0;
var later = function() {
previous = new Date;
timeout = null;
result = func.apply(context, args);
};
return function() {
var now = new Date;
if (!previous) previous = now;
var remaining = wait - (now - previous);
context = this;
args = arguments;
if (remaining <= 0) {
clearTimeout(timeout);
timeout = null;
previous = now;
result = func.apply(context, args);
} else if (!timeout) {
timeout = setTimeout(later, remaining);
}
return result;
};
}/*
* Scroll Event
*/function bindScrollDepth() {scrollEventBound = true;$window.on('scroll.scrollDepth', throttle(function() {
/*
* We calculate document and window height on each scroll event to
* account for dynamic DOM changes.
*/var docHeight = $(document).height(),
winHeight = window.innerHeight ? window.innerHeight : $window.height(),
scrollDistance = $window.scrollTop() + winHeight,/* Recalculate percentage marks */
marks = calculateMarks(docHeight),/* Timing */
timing = +new Date - startTime;checkMarks(marks, scrollDistance, timing);
}, 500));}init();
};/* UMD export */
return $.scrollDepth;}));jQuery.scrollDepth();
} else {
setTimeout(monsterinsights_scroll_tracking_load, 200);
}
}
monsterinsights_scroll_tracking_load();
});
}
/* End MonsterInsights Scroll Tracking */
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"2191","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"1","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
/* Hide/show the content when button is click */
jQuery('.e-flex').each(function(){
var btn_read_more = jQuery(this).find('.btn-read-more');
btn_read_more.off('click').on('click', function(){
var editor = jQuery(this).closest('.e-flex').find('.elementor-widget-text-editor');
var iconList = jQuery(this).closest('.e-flex').find('.elementor-widget-icon-list');
editor.toggleClass('show');
iconList.toggleClass('show');
});
});