Cannot access 4th drop down menu (sub-menu)

Hi,

I am having issue with the drop down menu.

If i access from http://domain.com/ i can select the 10th drop down menu.

But if i want to select the 4th drop down menu from http://domain.com/abc, the whole drop down menu will immediately minimized.

Is it me or is it the theme?

Thank you
nic

Hello @nicholaschua,

Can you please provide your website url so I can have a live preview of the issue?

Right now you linked to domain.com.

Also, the problem is cross-browser or appear only in a particular broser?

Regards

Hi,

The issue occurred in all browsers.

I had also found another issue. If i create another category, the top sub-menu will be block by this category.

Will it be ok if i private message the domain? The site is not launch yet, i should not be making awareness of the site now.

Please see the attached image.

Thanks

Hi,

I realized that i can set the message as private.

The domain is http://prestigelegacy.sg/

regards
nic

Indeed, there is a second menu item that is blocking the sub-menu with the current layout, so you might want to place the menu without the sub-menu items above the other one until we provide a fix in the next theme update.

On the other note, can you reproduce the initial problem so I can have a live look at the issue?

Thank you!

Hi,

I had removed that menu and restore the site with the 1st issue.

Please help to rectify.

Many thanks
nic

Hello @nicholaschua,

I’m having trouble to reproduce the issue on my environment, but I’ll have extensive investigation with the developers.

Will keep you posted.

Regards

Hello,

I had installed another wordpress and only have jetpack and contact form install

the link is at http://pl.com.sg

The error persists.

please check

thanks
nic

Hello @

Please add this code to Dashboard > Appearances > Editor > Style.css, it seems to fix the issue:

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu{
z-index: 1;
}

Let me know if this did the trick.

Have a great day!

Working good now.

I hope to hear back on the blocking of the sub-menu soon

Many thanks
nic

Hi,

If menu hit the title, it will be jumbled and when mouse over the jumbled menu, the menu will close up.

I am on 1.0.15

Hello @nicholaschua,

I cannot access your website anymore, please provide the new link.

If I suspect it right, the update erased your style.css and you need to re-add the above fix code:

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu{
z-index: 1;
}

Regards

Hi Keymaster,

The contents of …/…/wp-content/themes/illdy/style.css

/*
Theme Name: Illdy
Theme URI: https://colorlib.com/wp/themes/illdy/
Author: Colorlib
Author URI: https://colorlib.com
Description: Illdy is a free premium one page WordPress theme.
Version: 1.0.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-s$
Text Domain: illdy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import 'layout/css/main.min.css';
@import 'layout/css/custom.min.css';

The url is http://www.prestigelegacy.sg

thank you
nic

Hello Nic,

I’m missing the issue, again…

You need to add the above code again to the style:

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu{
z-index: 1;
}

on what browser and system you get the malfunction?

Great. Many thanks!