Hi,
Thank you for the info.
We had to add another jQuery script in the functions.php file to temporarily fix the issue.
function ava_custom_script_fix(){
?>
<script>
(function($){
function a1() {
var grid = $('body').children('.avia-section, .av-layout-grid-container');
$(grid).appendTo('#wrap_all #main');
}
a1();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_fix');
Best regards,
Ismael
Hello Ismael,
I´ve tried this and the old version of this fix on Enfold 4.1.2 but it does not work anymore.
All pages translated by WPML have a broken layout.
The layout on the original pages (english) is fine. Even if I copy & paste the content from english to a different language the layout breaks.
I have already contacted the WPML team but they have no solution.
Best regards,
Jan