I recently made an Italian version of the site available using Shopify’s “Translate & Adapt” app.
The problem is that four links featured in Multicolumns Section no longer work. All the other links seem to work correctly.
What could this be due to? How can I solve it?
You most likely have to correct the links. For example if the default is:
Page {{ current }} of {{ total }}
It’s possible that the translated link will be:
Page %{ current } of %{ total }
You just need to change them back to: {{ current }} and {{ total }} and it should work.