I am using the Translatepress plugin to translate the website into different languages. The website also uses Toolset for custom fields, custom post types and views.
I am having an issue with the views when a page is translated. Here is the page in English, displaying correctly: hidden link
However, the views break when the page is translated, and show in just one column: hidden link
I know that a possible solution will be to switch to using WPML - but I wanted to check before I do that if there's anything you know that could get this working with Translatepress.
I can see a JS error in the browser console on the French page which relates to the loading of Toolset styles on the page, which appears to account for why the grid layout is broken.
I don't know enough about TranslatePress, though, to identify why the translated page triggers the error.
I'm not sure if it will resolve the problem, but you could add the following to your wp-config.php file:
define( 'TB_SCRIPT_STYLE_LAZY_LOAD', false );
Then revisit the French page to see if it helps.
The topic ‘[Closed] Translatepress breaks view layout’ is closed to new replies.