Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #815741

    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

    #851300

    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

    #851415

    Hi,


    @deeluuxe
    : Please try to move all the elements or set of elements inside a color section to fix the shortcode tree. If that’s not working, please create a new thread with the url to the site plus the login credentials. We’ll check it there.

    Best regards,
    Ismael

Viewing 3 posts - 31 through 33 (of 33 total)
  • The topic ‘The translated page with wpml does not respect the left vertical menu’ is closed to new replies.