Section Loader Supreme CSS code

Some useful code for plugin Section Loader Supreme. #1. Make Carousel image clickable + hide button Add to Footer Injection, change section ID in the code <script> (function() { var CONFIG = { sections: [ ‘section[data-section-id=”69953a1d06742a256cbcc026″]’ ] }; function injectCSS() { var selectors = CONFIG.sections.map(function(sel) { return sel + ‘ .list-item-content__button-container’; }).join(‘, ‘); var style … Read more

Change section every 2 hours

Description: Change section every 2 hours Use code under Section Loader Plugin code <style> .wm-home-hidden { display: none !important; } </style> <script> const CONFIG = { sourcePage: ‘/home-alt’, updateInterval: 7200 }; (async function() { const SECONDS_MS = CONFIG.updateInterval * 1000; function isHomePage() { return window.location.pathname === ‘/’ || window.location.pathname === ‘/home’; } if (!isHomePage()) return; … Read more

Add a Form with text to Additional Info of all products

To add a Form with text to Additional Info of all products, like this. #1. First, create a Page in Not Linked with URL: /additional-saved #2. Next, design your layout on this Not Linked Page #3. Click Gear icon on Store Page #4. Click Advanced > Page Header Code Injection #5. Paste this code <!– … Read more

Buy me a coffee