I have a website where I have Slider component added for various elements in the main locale and that works just fine the problem is that for other locales I have set up CMS load in a different element but I think they’re messing with each other.
I’ve noticed that the CMS Load setup was removed. Could you please add it back to the page?
Also, are you suing any interactions on the items on this list? Maybe it is a simple fix such as adding fs-cmsload-restix = true to reset the interactions on the newly loaded items
Yeah I had to remove the setup because this site is live and the issue was live for too many days and the company was not happy with that error being live.
I replicated the page and you can see the error in a this new page I created:
The preview link is the same but now the setup with the error is in the page called ‘Todas Copy’
Thank @aaron! I’m afraid you did not share your read-only previously, could you please share it?
From what I can see, the issue comes from the slider classes not being removed properly when changing locale. I am not experienced in Webflow localization so I am not sure if there is a way to manage which classes the elements get depending on the active locale.
I’ve tried a “hacky” solution that involves checking if there is a Slider component and if not, change the class from shops_slider_slide to shops-collection-item. However I’ve gotten mixed results.
It works great for the French locale but fails on the Italian one. I am not sure if this is due to me working on an override and the way items are loaded.
Here is the snippet I was working with, in case you’d like to test
I’ll try the script you send but something tells me that if you’re having issues with that it’s not going to be any different on my end. I’ll try it anyway.