So no love on this? Currently this plug-in DOES NOT WORK on our website…
https://designengineers.com/
Hello @bwgunner,
Sorry for the issue.
Can you please check by changing your current theme?
After this Let us know if you are still having the same issue.
Regards,
Bibhu
Hello @bwgunner,
I found the solution for you.
As per my previous reply, the issue was occurring due to your theme css override.
Here the details and you need to use a parent class for your theme css for which the css code will not override the wp responsive menu pro css.
coding file path : wp-content/themes/theme/assets/css/custom.css line no – 211
.sub-menu {
/* background: #6db1cb; */
/* background: #F28D1E; */
/* border-bottom: none; */
/* color: #fff; */
/* left: 0; */
/* margin: 20px 0 0 0; */
/* opacity: 0; */
/* padding: 0; */
/* position: absolute; */
/* top: 39px; */
/* visibility: hidden; */
/* z-index: 9999; */
/* width: 180px; */
}
According to my debug when I comment the above css lines, the issue is resolved.
Hope this will help full to you.
After this let us know if you are still having the same issue.
Regards,
Bibhu
YES! Thank YOU Bibhu!
I will implement immediately, I really appreciate this.
Brian
Hello @bwgunner,
Give us a nice review if you really enjoy the plugin, it will be more valuable for us.
Regards,
Bibhu