(function(){ // Override the addClass to prevent fixed header class from being added var addclass = jQuery.fn.addClass; jQuery.fn.addClass = function(){ var result = addclass.apply(this, arguments);...
//——- DIVI FORM REQUIERED ASTERISK ———– $(‘input[data-required_mark=”required”]’).each(function(){ var placeH = $(this).attr(‘placeholder’); var newPlaceH = placeH + ‘ *’;...
// Enlever taille resize image / Enlever texte en en fin d’url / images full $(“img[src*=’-400×284′]”).each(function() { $(this).attr(“src”, $(this).attr(“src”).replace(/\-400×284/g, “”));...
/** * Remove Divi sidebar from all WooCommerce Product pages (as well as Shop and Category pages) */ function mytheme_divi_output_content_wrapper_end() { echo ‘ </div> <!– #left-area –> </div> <!– #content-area –>...