HIDE VIEW COUNT css
.ultp-post-view.ultp-block-meta-element { display: none !important; } .ultp-builder-content p { text-transform:none!important; line-height: 1.5; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
.ultp-post-view.ultp-block-meta-element { display: none !important; } .ultp-builder-content p { text-transform:none!important; line-height: 1.5; }Continue reading
.ultp-post-view.ultp-block-meta-element { display: none !important; }Continue reading
/* Lock page scroll when any mobile menu is open */ html.menu-open, body.menu-open { height: 100%; overflow: hidden; } /* Global dim backdrop (avoids per-menu stacking/context issues) */ @media (max-width: 980px) { body.menu-open::before { content: “”; position: fixed; inset: 0;…Continue reading
document.addEventListener(“DOMContentLoaded”, function() { const popup = document.getElementById(“popup”); const iframe = document.getElementById(“gumroadIframe”); const close = document.querySelector(“.close”); const buttons = document.querySelectorAll(“.checkoutButton”); buttons.forEach(function(button) { button.addEventListener(“click”, function() { const gumroadCheckoutUrl = this.getAttribute(“data-url”); iframe.src = gumroadCheckoutUrl; popup.style.display = “block”; }); }); close.addEventListener(“click”, function() { popup.style.display…Continue reading
<scriptdata-api-key=”oa3r0iiint5qa1ynfv5yuv3a”data-schedulerid=”sched_zwjsrxfx23n6q73ro2rk7671″deferid=”se-widget-embed”src=”https://embed.scheduler.servicetitan.com/scheduler-v1.js”></script>Continue reading
$( document ).on(‘ready ajaxComplete’, function () { $( ‘.et_pb_post’ ).each(function( index ) { const postId = $( this ).attr( ‘id’ ) ? $( this ).attr( ‘id’) : ‘af-post’; $( this ).children( ‘.entry-title’ ).attr( ‘id’, `${postId}-title-${index}` ); $( this ).find( ‘.more-link’…Continue reading
jQuery( document ).ready( function( $ ) { $( ‘*[target=”_blank”]’ ).each( function( index ) { $( this ).attr(‘aria-describedby’, ‘text-open-new-tab’); }); });Continue reading