Hey, I am trying to localize a site and wanted to change the order of the things arranges in the second local. I tested and it work in designer and preview mode, but when I publish it. it did not changed the order in the live site
When changes are visible in the Designer and preview mode but not on the live site, this is often related to publishing and caching. Here are some common solutions:
The localization changes need to be published separately after making them in the Designer. Make sure to publish your site by clicking the ‘Publish’ button in the top right corner of the Designer. For localization specifically, verify that all language versions are selected when publishing.
If the changes still aren’t visible on the live site after publishing, try clearing your browser cache or viewing the site in an incognito/private window. This will help determine if it’s a caching issue.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
It’s really not feasible to reorder static elements in a locale; you could possibly localize the wrapping element, then reorder them in the locale- but you’d have to do that any time you were re-localizing the page for a change.
A better way you could try is to use the CMS and place a collection list inside of a component. Then you might be able to localize the sorting and filtering settings. Give that a try.
Beyond that, you’d just need to use script to change the element ordering for each locale.