Submenus wont display

Hi,

Submenus/sub-sub won’t display on version 2.0.2. So is fresh installation.

Any idea?

I did another fresh install. Displaying now, but i couldn’t mouse over submenu as it flashes off.

The length is also too short.

I had added this piece of CSS code which was given to me by one of the team member and it is no longer working

/Sub menu width/

/*lenghten sub sub menu */ #header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu {

width: 250px;

Thanks

Hi,

Can you show us your website address? So that we can check the issue.

Let us know,

Thanks,
laranz.

Hi,

Its https://www.dwm.sg

Thanks

Hello folks

I’ve been tinkering with Illdy over the weekend to get my new site up and running, and so far I’m very impressed - thank you, and for the obvious care you’re putting into support.

I have the same issue (I believe) on my site: I’ve got 8 subpages under a menu, but only 4 of them are showing up on the dropdown. The site is wicked-solutions.com

While I’m here - and forgive me if I should be creating a dedicated topic for this - I’m trying to make a menu bar that scrolls the page, just a thin line of colour with pages on, is this easy to achieve? I added this code that I saw on the Wordpress Illdy forum to get it to scroll:

body #header .bottom-header {
padding-top: 175px;
}

#header .top-header{
position: fixed;
z-index: 99;
top: 0;
left: 0;
}

#header .top-header .header-navigation ul li a {
color: #1e73be;
}

…but I’m afraid my coding knowledge isn’t good enough to modify it.

Thanks for any help you can give,

Andy (:

Hi there,

I’m also having the same issue with the submenus disappearing before you can click on them.

You can see it here at:
https://www.fortheanimals.org.au/

Hi,

For those who have hover issues over the submenu, please add this CSS snippet in Appearance -> Customize -> Additional CSS,

#header .top-header { z-index: 98; }

Let us know,

Thanks,
laranz.

Hi @adredwood

You meant, you have 8 submenu items under but only 4 displays in the front-end? or you put 8 submenu but only 4 saved, remaining 4 omitted?

Let us know,

Thanks,
laranz.

It is working for me. Thank you. How do i lengthen the submenu/subsub/subsubsubmenus?

Hi,

Use this Custom CSS to increase the width, default is 200px,

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu { width: 250px; }

Let us know,

Thanks,
laranz.

Thank you.

Hi there - I had 8 pages but only 4 displayed on the menu. I’ve since realised the problem, that the new pages I had added weren’t put on the menu automatically, so I’ve added them myself. Newbie issues (:

Thanks,

A

Hi @adredwood,

Glad you sorted it out… :slight_smile:

Let us know If you have any other questions.

Thanks,
laranz.