I have created a custom module that is a Slick Slider. I have used the module on this page: Sikoia | Automated Customer Verification Checks and it works fine. I dropped the same slider onto this page and it doesn’t want to work: Pricing | Flexible and affordable B2B pricing. Same module different page and now its broken. I have compared the settings between the pages and the only difference is the page title and the URL.
The issue with the Slick Slider not working on the second page is likely due to missing or conflicting dependencies, script order, or CSS affecting the slider on that specific page. First, ensure that all required Slick Slider scripts and stylesheets are properly linked and loaded on the second page. Check for JavaScript errors in the browser console, as there might be a conflict with other scripts or missing initialization for the slider on the new page. Verify that the slider’s class or ID matches what is used in your initialization script and that no CSS on the second page is overriding the slider’s functionality. If the problem persists, try reinitializing the slider after the page load or duplicating the working slider to the second page to maintain consistency.
Thank you so much for your respons. I’m afraid that i still can’t make it work. I’ve copy pasted the code in before head and body tags from the working page to the non-working but still nothing. I’ve also checked the overall site settings for sliders and it should be in order… The slider is duplicated to the second page so should have the exact same ‘settings/ design’. Not sure if there is anything else i can do?