Ubermenu Not Working - Double Menu

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Fri Jun 27, 2014 11:44 pm
I know there can be conflicts with plugins, but I have Ubermenu and NooMenu and when either one is active, there is a duplicate menu. Is there any workaround for this?

Thanks,
Jeff
User avatar
Fresh Boarder

GK User
Mon Jun 30, 2014 8:34 am
Could you send me a PM with backend access? then i'll be able to check it exactly.
User avatar
Moderator

GK User
Thu Aug 21, 2014 7:22 am
I'm having this exact problem with the game news theme, was a solution found for this?
User avatar
Fresh Boarder

GK User
Thu Aug 21, 2014 10:29 am
As I remember I didn't get the access, could you send me a PM with the backend to your website? I'll try to help you with that.
User avatar
Moderator

GK User
Thu Aug 21, 2014 3:50 pm
I sent the info but it seems to be stuck in my outbox and I'm not seeing it under my sent messages. Could you confirm for me that you got it?
User avatar
Fresh Boarder

GK User
Thu Aug 21, 2014 4:13 pm
Yes, I have a message from you, I'll try to help with that.
User avatar
Moderator

GK User
Thu Aug 21, 2014 4:14 pm
Thanks.
User avatar
Fresh Boarder

GK User
Wed Aug 27, 2014 7:48 am
Add also this code into css/override.css file:

Code: Select all
.ubermenu-responsive-default.ubermenu {
   clear: both!important;
}
User avatar
Moderator

GK User
Wed Aug 27, 2014 12:20 pm
Add it anywhere?
User avatar
Fresh Boarder

GK User
Wed Aug 27, 2014 12:39 pm
Add the code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
User avatar
Moderator

GK User
Wed Aug 27, 2014 12:44 pm
Did everything like you stated, didn't work
User avatar
Fresh Boarder

GK User
Wed Aug 27, 2014 1:31 pm
Now this rule is commented out, your override.css should looks like:

Code: Select all
/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 14. Override
 *
 *
------------------------------------ */

/* 14.1. Overrided elements
==================================== */

.ubermenu-responsive-default.ubermenu {
   clear: both!important;
}


put your code always at the end of this file.
User avatar
Moderator

GK User
Thu Aug 28, 2014 4:03 am
It's working now, thanks.
User avatar
Fresh Boarder


cron