Okay
  Public Ticket #2392265
Mobile navigation
Closed

Comments

  • clpublications2243 started the conversation

    I updated to v12 and updates core. My mobile drop down menu does not work after update. Is there something else I need to update or a setting I need to change? 

  •  8,990
    Tahir replied

    Hey Again,

    Seems alright on my end in Chrome :  

    5479803230.png
    1. Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ .
    2. If you are using WP Rocket use this guide :  https://docs.wp-rocket.me/article/108-render-blocking-javascript-and-css-pagespeed#critical-path-css .
    3. For Woocommerce caching issues see: https://docs.woocommerce.com/document/configuring-caching-plugins/ . 

    Thanks 


    ThemeNectar Support Team 

  • clpublications2243 replied

    yes it shows but I can’t press to go to a page. It’s like there are no links 

  •  8,990
    Tahir replied

    Hey Again,

    The Revolution Slider page elements are overlapping the Mobile Menu . Try switching to a Different Style in the Off Canvas Nav/Mobile Menu Section and check .

    Thanks 


    ThemeNectar Support Team 

  • clpublications2243 replied

    so the same thing is happening on the other pages of the site that do not have the slider. 

  • clpublications2243 replied

    so I noticed if I have the "Force Transparency On Navigation" on the page, then menu doesn't work 

  •  8,990
    Tahir replied

    Hey Again,

    I cant seem to view the issue anymore . 

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks


    ThemeNectar Support Team 

  •   clpublications2243 replied privately
  • ars publica replied

    Hey,

    we have a similar problem.
    the menu items do not work in the landscape view on the iPad.

    https://glenn-martin.de/



  •  3,021
    Andrew replied

    Hey there,

    Try the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (max-width: 1024px){
    #header-outer[data-format="centered-menu"] header#top .span_9 .sf-menu {
        left: auto !important;
    }
    }
    

    Kind regards.

  • ars publica replied

    You're the best :-) Works!!!

    Thank you!