WM Tabs
some custom code to tweak WM Tabs Plugin
some custom code to tweak WM Tabs Plugin
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
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
fix form popup doesn’t render properly and show popup only, no content
adding image + excerpt to accordion pro plugin
mindbody button doesn’t appears on Section Loader Plugin
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
align title/icon to bottom of image
pdf lightbox on click
interactive travel map: hover map will show location, click map will open new page
turn DAYS to DAY when it is reaches to 1
make image clickable in list section sync plugin
make a part of image clickable
change nav text color based on image color
sticky accordion title to top of screen on click.
vertical align dots, date, arrow in Timeline Plugin
change timeline date to time title
turn form block (use WM Popup Plugin) to Popup (similar Promotional Popup)
add Category above Product Name in Collection to List Section Sync plugin
add Tags above Product Name in Collection to List Section Sync plugin