Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #333068

    Dear Moderator,
    I recently updated to the latest version of Enfold. Thank you for adding the Shopping Cart icon to the mobile version of the website. Very helpful indeed.

    Please open – http://www.naturahealthcare.com on web and mobile.

    However, there are two errors which have cropped up on the mobile version:

    1. When the shopping cart dropdown is opened, I cannot see the cart completely and part of it remains hidden on the left side of the screen.

    2. When I open the Menu, I am not able to see the entire items on the menu. The Mega Menu also disappears.

    3. When you scroll down the page and wait for about 10-12 seconds, the page jumps up and down automatically – similar problem as mentioned here: https://kriesi.at/support/topic/image-jumping-in-mobile-view-unstable/

    Can you please suggest any fixes for all the problems mentioned above?

    I am using:
    Wordpress – 4.0
    Enfold – 3.0.1
    WooCommerce – 2.2.4

    Please let me know soon as my website is up and running!

    • This topic was modified 10 years, 1 month ago by chinmaytam.
    #333624

    Hi chinmaytam!

    Thank you for using Enfold.

    Please try to toggle the settings on Enfold > General Layout > Dimensions Panel. Save changes. A lot of users reported layout issues and resetting the theme options by simply clicking save fix it for them. If the issue persist, let us know. Anyway, I checked the cart and it is showing fine.

    Regards,
    Ismael

    #333711

    Hi Ismael,
    Thanks for your reply.
    I have tried to toggle with the options under the Dimensions Panel however, it has made no impact on the issue with jumping.

    Please see the screenshot of the cart when there are products added to it – http://www.naturahealthcare.com/wp-content/uploads/2014/10/IMG_1747.png
    A part of the cart is still hidden.

    You have not mentioned any fix for the incomplete main menu on the mobile site – Please see the screenshot:
    http://www.naturahealthcare.com/wp-content/uploads/2014/10/IMG_1748.png

    Please could you look into this? I have mentioned my login details in private.

    Kind regards,
    Chinmay

    #334466

    Hey!

    Try the following to fix the cart view and menu on mobile devices. Add this code to the Quick CSS or custom.css:

    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    .cart_dropdown .dropdown_widget {
        right: -50px;
    }
    
    .cart_dropdown .dropdown_widget .avia-arrow {
        right: 65px;
    }
    
    .avia_mega_div.avia_mega4.twelve.units {
        right: auto !important;
    }
    
    }

    Best regards,
    Arvish

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.