Location: site_wide_body
code at the end of the body tag
Html
Equal Height
Google Tag Manager Body
Untitled Snippet
Google AdSense Amp (Body section)
Product Count Javascript
// Update values in post counter if ( jQuery( ‘.cwf-products-count’ ) && jQuery( ‘.cwf-products-count’ ).length ) { // TODO maybe found more suitable event in imagesLoaded? $us.$canvas.on( ‘resize’, function(){ // Make sure HTML was appended setTimeout(() => { jQuery( ‘.cwf-products-count’…Continue reading
Smooth Scroll
jQuery(‘.l-canvas a[href*=”#”]’).addClass(‘smooth-scroll’);Continue reading