Mobile Menu Not Working

Home Forums Jevelin Theme Mobile Menu Not Working

Home Forums Jevelin Theme Mobile Menu Not Working

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • samv
    Participant

    Please see attached.  Mobile menu acting goofy.  Text not displaying, or flashing when hovering over.

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @samv,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav-mobile li.current-menu-item > a {
        color: rgba(30,115,190,1)!important;
    }
    
    .sh-header-mobile .container.sh-nav-container {
        max-width: 100% !important;
    }
    
    .sh-nav-mobile li.menu-item > a {
        padding: 16px;
    }

    samv
    Participant

    Added the code.  Something still not right here.  Please open and close the menu a few times and see if you get what I do.  The text colors goes to white and thus you can’t see the text.

    Solution for this topic

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can try resolving the issue by using the below custom CSS code.

     

    .sh-nav-mobile li.menu-item > a {
        background: transparent;
    }

    samv
    Participant

    Thanks.  That CSS code looks like it’ll work for now!

     

    How will I know when the update happens?  Is it posted somewhere?

     

    FYI I’m having difficulty with updating theme via this method (attached image):

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    The theme will be updated on themeforest and on the below link which you can download and update on your site using this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     


    Please login to access this file

     

    You will also be notified here when the theme will be updated.

    samv
    Participant

    Ok.  Thank you!

    You are most welcome here 🙂

Viewing 10 posts - 1 through 10 (of 10 total)