Hi @longbowdesign,
Do you have a site URL that I can have a look at it?
That was an old topic probably I’m not recommending at the moment to use an earlier version, let’s see if there is a bug in this version and will release a new version with the fix.
I have the same issue but with BeTheme with muffinbuilder. Hiding the title does not work…
Hi, thanks for getting back to me.
There is a test menu on this page. It is using version 2.9.5. If you like, I will switch to the old version. Let me know if you want that.
Thanks for your help. The plugin is a great idea; it fills a big gap in WordPress functionality. I’d love to get it working!
Hi @longbowdesign and @nsimmons
can you try the latest update and clear the browser cache?
@nsimmons can you open your own topic and I will assist you there? It’s the forum guidelines. Thanks
Thanks but it still doesn’t work, unfortunately. I cleared the site cache and also the browser cache. I also tried disabling security and caching plugins – in fact all but the essential plugins, eg Elementor.
Thanks @longbowdesign
Can you disable the process that is minifying the CSS so I can have a furhter look?
Those process can’t always do it without breaking something that’s why they usually have options to exclude some files from the process.
OK, I have turned that off. (It is handled by Siteground’s site optimiser plugin in my case.)
I’m still seeing it. Not sure if it’s necessary to purge something.
https://share.getcloudapp.com/L1ugq0rD
There are also some other errors in the javascript console that aren’t related but you should check them when possible.
A good point. I have purged now. (There is also an option to Combine CSS Files. That is still turned on.)
Hi @longbowdesign,
Can you try with the latest version 2.9.6?
That version is installed, but it still does not work. If I set the icon position to below it appears on the left and if I set it to above it appears on the right. See this page: https://longbow.design/testpage
Thanks
Sorry for the delay.
I had a bit more time to investigate this and the CSS from the Elementor is changing the type of display in the menu items.
Add the code below in the Customizer additional CSS options. Appearance-> Customize -> Additional CSS
a.menu-image-title-above.menu-image-hovered, a.menu-image-title-below.menu-image-hovered {
display: block!important;
}
Don’t forget to purge the cache mechanisms from Siteground.
That’s great. Thanks for replying.
No problem and thanks for your patience.