anderbytes
Forum Replies Created
-
If you remove the “dropdown-menu” from this:
<ul id="menu-menuprincipal" style="touch-action: pan-y;" class="main-menu dropdown-menu sf-menu sf-js-enabled">
Then the menu items are showed. They’re broken, but they are shown. It can’t be a “solution”, but instead something the devs could analyze to understand what’s happening.
- This reply was modified 4 years, 9 months ago by anderbytes.
Real Issue here too.
When I use OceanWP with ERE, main menu doesn’t show up until I manually remove some specific class from code in real time.
Deactivating the ERE plugin solves the issue, so it’s probably his fault… maybe is it using some well-known class name instead of creating it’s own somewher?
I’ve been using custom CSS, too. But couldn’t those parameters be configured inside the plugin configs?
I was intending to remove the Custom CSS plugin ??
Tnx
Forum: Themes and Templates
In reply to: [OceanWP] Single Post ?Page Header Title = HiddenOk thank you!
Forum: Themes and Templates
In reply to: [OceanWP] Single Post ?Page Header Title = HiddenHi. I’m no developer, so I avoid to use programming to simple stuff like this. More code at different places = more places to support and remember where I put code.
I mean… OceanWP has so many customizations… but why not this one?
Also… I don′t intend to use child themes, as they add another layer of complexity in any future changes. When the main theme changes, I’d have to be always looking and reviewing code.
All that for just hiding the Title sometimes.
Forum: Themes and Templates
In reply to: [OceanWP] Single Post ?Page Header Title = HiddenIsn’t there any chance that OceanWP devs will allow the customization of where the Title appears?
I avoid using functions.php at all costs, so today I try to use CSS, not 100% effective.
Thanks