• Resolved clare99

    (@clare99)


    Where am I going wrong as I can’t get it to be a drop down menu. I can only get this https://drive.google.com/open?id=1aEYqPDInPwzWenBL5PoNkktjwNjgAds5

    Edited to add I took admin over from a developer who had gone AWOL and now mostly over time have things as I like them. This it the one I have not got my head around how to change. I downloaded this plugin hoping it would help but I still end up unable to make it drop down.

    • This topic was modified 7 years, 8 months ago by clare99.

    The page I need help with: [log in to see the link]

Viewing 14 replies - 16 through 29 (of 29 total)
  • Thread Starter clare99

    (@clare99)

    there is no save option in menu locations after I change it

    Plugin Author megamenu

    (@megamenu)

    You do not need to change anything there, so there is nothing to save.

    You just need to copy the PHP function for the Primary menu location and paste it into your header.php file.

    Thread Starter clare99

    (@clare99)

    that is where I took your instructions to mean. Where do you mean primary menu location then?

    Plugin Author megamenu

    (@megamenu)

    Like this:

    (your page might look different)

    https://screencast.com/t/KlkkeI555

    Thread Starter clare99

    (@clare99)

    that is where I was doing it, how do I get it to save

    Plugin Author megamenu

    (@megamenu)

    Hi Clare,

    You do not need to save it there. You need to copy the PHP code, then paste it into your themes header.php file (the same file you were editing a few posts back).

    If you are still stuck please contact us through https://www.megamenu.com/support/ (use WPSupport as the licence key and include a link to this topic).

    Regards,
    Tom

    Thread Starter clare99

    (@clare99)

    If I refresh it, the code goes back to how it was, which is why I thought it should save somehow. The same code is in both parts but not making a difference to the way it displays.

    http://www.screencast.com/users/clare3835/folders/Default/media/5366210a-8fb1-48b6-8bdd-01459d48a429

    If I go out and back in it shows as before I edited it.

    Plugin Author megamenu

    (@megamenu)

    You should not be editing or changing that code.

    Just refresh the page, copy the PHP function code (do not change it).

    Then go to Appearance > Editor. Select the themes header.php file and paste the code you copied.

    Regards,
    Tom

    Thread Starter clare99

    (@clare99)

    I see. Now I have this which does have the dropdown options.

    snip.PNG

    Plugin Author megamenu

    (@megamenu)

    Yes. It is behaving as I would expect it to now.

    You’ll need to go to Mega Menu > Menu Themes and update the menu theme so it matches your theme (pink background etc).

    It looks like you will also need to disable the ‘add search to menu’ plugin.

    Regards,
    Tom

    @megamenu I am not sure why you are suggesting to disable β€˜add search to menu’ plugin here but if this is because it is displaying on the new line on navigation menu then this is because the theme doesn’t style it properly.

    You can style it by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    
    #mega-menu-primary li.is-menu {
        display: inline-block;
    }
    
    #mega-menu-primary li.is-menu button.search-submit {
        display: none;
    }
    

    If you have more questions about ‘add search to menu’ ( Ivory Search ) plugin then you can ask it in the below support forum.

    https://wordpress.org/support/plugin/add-search-to-menu

    Plugin Author megamenu

    (@megamenu)

    Hi Vinod,

    Thanks for the tip! πŸ™‚

    Regards,
    Tom

    Hi Tom,

    Glad to help πŸ™‚

    Thread Starter clare99

    (@clare99)

    thanks very much. Can’t get the home part to go pink as it is a custom link rather than regular page. Fresh forum post?

Viewing 14 replies - 16 through 29 (of 29 total)

The topic ‘cannot get it to drop down’ is closed to new replies.