Long Tran Hanh
asked 10 years ago

Thanks for your plugin
I used it well for old theme. Dropdown category didn’t work after I’ve changed to new theme (Fullby wordpress theme)
Please, help me!
Thanks!

5 Answers
Guru
answered 10 years ago

Please provide the site url along with the site login details for the admins to look into it in greater details.

DominicStaff
answered 10 years ago

Please send me username & password of your site (via private answer) for further checking.

DominicStaff
answered 10 years ago

Firstly, please deactivate  all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one and let us know if you find the problematic plugin(s). Maybe there is a conflict in plugins.
Hope this helps !

Koen
answered 10 years ago

i have the same problem.
After some css editting the dropdown is not working anymore.
links: http://yes.welovestoer.nl

Koen van Barneveld
replied 10 years ago

all the plugins are removed btw..

DominicStaff
answered 10 years ago

To resolve this issue. Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

#nav .menu ul li {
    margin: 0;    
}

#nav .menu li:hover > ul {
    clip: rect(-1px, 1000px, 1000px, 0px);
    margin: 0;
    opacity: 1;
}
#nav .menu ul {
    width: auto;
}

#nav .menu ul ul {
    left: 200px;
    margin: -1px 0 0 20px !important;
}

If you still face there issue, you can send me username & password of your site (via private answer) for further checking.
Hope this helps !

Koen
replied 10 years ago

Thanks man! It works again!

Powered by DW Question & Answer Pro