Dynamic Phone Button and Image Box Links

jQuery(document).ready(function ($) { // Get URL parameters var urlParams = new URLSearchParams(window.location.search); // Populate the phone button with the phone number var phoneNumber = urlParams.get(‘phone’); if (phoneNumber) { $(‘.phone-button’).attr(‘href’, ‘tel:’ + phoneNumber); $(‘.phone-button’).text(‘Kunde anrufen (‘ + phoneNumber + ‘)’); }…Continue reading

Lang

document.addEventListener(“DOMContentLoaded”, function() { const flowchart = document.getElementById(“flowchart”); flowchart.innerHTML = ` How do you plan to use your Lang BBQ Smoker? Residential Competition Commercial What cooking capacity do you need? Small (36” Patio) Large (48” or larger) Back Do you need…Continue reading

custom-buddyboss-css-fixes

/* buddy panel item */ .bb-template-v2 .side-panel-menu li { font-weight: 700 !important; } .bb-template-v2 .side-panel-menu li:not(.bp-menu-item-at-bottom) { margin: 5px 0 !important; } .bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a { border-radius: 8px !important; } .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 1…Continue reading

custom-font-family

/* English font */ html:lang(en) body { font-family: “Inter”, sans-serif !important; } /* Arabic font */ html:lang(ar) body { font-family: “Droid Kufi AR”, sans-serif !important; }Continue reading

custom-language-switcher-styles

#trp-floater-ls { min-width: 100px !important; } #trp-floater-ls.trp-bottom-right { /* right: ‘5%’ !important; */ } #trp-floater-ls.trp-color-light { box-shadow: 0 6px 24px 0 rgba(18,43,70,0) !important; border-radius: 10px 10px 0 0 !important; border: 1px solid #F3F4F6 !important; background: #FFFFFF !important; } .trp-color-light #trp-floater-ls-language-list…Continue reading

GR-Pixel

((e,p,t,s,n,r)=>e.grp||((s=e.grp=function(){s.process?s.process.apply(s,arguments):s.queue.push(arguments)}).queue=[],s.t=+new Date,(n=p.createElement(t)).async=1,n.src=”https://storage.googleapis.com/grpixel/openpixel.min.js”,(r=p.getElementsByTagName(t)[0]).parentNode.insertBefore(n,r)))(window,document,”script”),grp(“init”,”670″);Continue reading