Site logo

[Resolved] Menu Plus

Home Forums Support [Resolved] Menu Plus

Home Forums Support Menu Plus

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #138741
    Heath

    Wordpress says my plugins are all up to date, but my GP Premium is v1.2.69

    Should that update be pushing through on its own? Or, do I have to reinstall the zip file?

    Thanks for the compliment on my website!

    #138804
    Tom
    Lead Developer
    Lead Developer

    Have you activated your email?: https://generatepress.com/knowledgebase/install-activate-addons/#activate

    That should allow the plugin to receive the update through the Dashboard, which you would need to initiate.

    Alternatively you can download a fresh zip of the new version. Then delete the old version and upload the fresh zip.

    Let me know 🙂

    #138813
    Heath

    My fault! My email was activated but I had not enabled updates for GP Premium. The menu/search overlap is no longer a problem with v1.2.71!

    Just curious, can you prevent the mobile “menu” from switching sides, left to right. Seems like it should stay on the left side even when the logo icon is enabled. That’s not a big deal though.

    Thanks!

    #138846
    Tom
    Lead Developer
    Lead Developer

    This CSS should move it back to the left:

    @media (max-width: 768px) {
        .main-navigation.is_stuck .menu-toggle, 
        .main-navigation.navigation-clone .menu-toggle {
            float: none;
            display: block;
        }
        .main-navigation.is_stuck .menu-toggle .search-item, 
        .main-navigation.navigation-clone .menu-toggle .search-item {
            position: absolute;
            right: 0;
        }
    }
    #1438361
    srimali

    I have many ment in my website, how do i add menu plus to a menu.

    #1438373
    Leo
    Staff
    Customer Support

    Hi there,

    Please open a new topic for your question as this one is from 5 years ago.

    Thanks!

Viewing 6 posts - 31 through 36 (of 36 total)
  • The topic ‘Menu Plus’ is closed to new replies.