Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #795807

    Hi,
    When I try to delete some cell of Grid Row, some section on my page responsive and others aren’t. And I figure out that some div tag out of div “wrap-all” and it happens with all of my pages.

    Any solution for this bug?

    Thanks!

    • This topic was modified 7 years, 6 months ago by rieckermann.
    #796108

    Hey rieckermann,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? And could you post some screenshots of the issue that you’re having?

    Best regards,
    Victoria

    #796287
    #796335

    Hi,

    May you share with us the page thats the problem? Because Ive visited your homepage and all is working normally.

    Best regards,
    John Torvik

    #796338

    Hello John,

    Please look at link below on mobile size screen.

    Thanks

    • This reply was modified 7 years, 6 months ago by rieckermann.
    #796960

    Hi all,

    Do you understand the problem I meet or have any solution for it?
    The layout of my page is broken on footer and section near footer on the page with Arabic languages.
    If you look at the source of page, you will see “wrap-all” div not cover to the footer. Our team is stuck on that bug.
    I provided admin account for you, please take a look and give me some ideas ASAP.

    Thanks,

    #797402

    Hi,

    Please ignore my initial reply. Try this script in the functions.php file:

    function ava_custom_script_fix(){
    ?>
    <script>
    (function($){
    	function a1() {
    		var grid = $('body').children('.avia-section, .av-layout-grid-container, #footer, #socket');
    		$(grid).appendTo('#wrap_all #main');
    	}
    
    	a1();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_fix');

    We are aware of the issue and it is currently under investigation.

    Best regards,
    Ismael

    #797410

    Hi Ismael,

    Thank you for your reply. Your code is working when I test on my laptop with mobile size screen.
    But when I test on my mobile, the problem is not fixed.
    I look forward hearing from you soon.

    Thanks,

    #798032

    Hi,

    Mobile devices tend to cache the page so removing the browser is necessary to see the actual changes in the site. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #798039

    Thanks for your reply.
    Clear cache on my phone and test on other devices, it still not works.

    #798088

    Hi,

    Did you remove the script? I can’t see it anywhere in the page. Please add it again then purge the cache created by the plugin.

    Best regards,
    Ismael

    #798106

    Hi Ismael,

    The script is still on function.php, but I try to deactivate our cache plugin and it is working.
    Thanks so much for your support.

    Best regards,

    #798230

    Hi,

    Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #798694

    Thanks so much for all of the supports. Please close the topic.

    #798759

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Responsive is not working when delete some cell’ is closed to new replies.