- This topic has 22 replies, 2 voices, and was last updated 5 years, 11 months ago by
Leo.
-
AuthorPosts
-
October 21, 2019 at 9:53 am #1040519
Norman
Hello,
This may be somewhat of a minor problem but it’s a bit annoying to me. I’m not sure if it’s something GP associated or possibly with my Uber-Menu setup. I had Uber Menu before installing GP, so thinking that plugin may not be what’s causing it.
Anyway, here is a screen shot: https://www.screencast.com/t/VssdpXr6B
The red “Main Menu” loads along with a screen refresh on each page, then goes away and is not on the page for more than a second as you will see by visiting the main site.
Do you have any ideas how I can stop that from loading? I’m assuming it has something to do with the regular menu in WP.
October 21, 2019 at 9:57 am #1040521Leo
StaffCustomer SupportHi there,
That’s strange. So the red menu was Uber menu before and it’s not been deleted?
It definitely shouldn’t be loaded like that.
Any caching plugins or server cache?
If not then try disabling all plugins except GP Premium to eliminate any conflicts.
The issue definitely isn’t coming from GP.
Let me know 🙂
October 21, 2019 at 10:03 am #1040527Norman
Hi Leo,
I’m using uber menu now and also since it’s a membership site, I don’t use any caching.
I will try to work through the plugin suggestion you have to see where that leads.
Thanks for taking a look.
October 21, 2019 at 10:06 am #1040528Leo
StaffCustomer SupportSo is the red menu also Uber menu before?
October 21, 2019 at 10:08 am #1040530Norman
No. I think that’s only from what “would be” the main menu if I didn’t have uber menu covering it up. It’s almost like it has to let me know it’s still there? Odd.
October 21, 2019 at 10:10 am #1040531Leo
StaffCustomer SupportHmm doesn’t look like from the code. GP is setting the menu to the blue color and I don’t see anything red:
https://www.screencast.com/t/VhHSkRGFbdM9Side note, are you using a child theme? If so what happens if you activate the parent theme?
Let me know 🙂
October 21, 2019 at 10:18 am #1040533Norman
Hi Leo,
I don’t think I’m using a child theme lol. The only thing I work with is this one when going in to admin area.
I almost wonder if it’s something to do with the CSS I used previously, but I removed all of that and it still happened so it’s not that I guess.
Here it is below:
/* Remove word menu from mobile display */
@media (max-width: 768px) {
.main-navigation .menu-toggle {
display: none !important;
}
}.paged .page-header {
display: none;
}
/* Remove left sidebar from mobile display */
@media (max-width: 768px) {
#left-sidebar {
display: none;
}
}
/* Fix overflow issue with Categories Widget */
.DisplayCategoriesWidget .dcw_c1,
.DisplayCategoriesWidget .dcw_c2,
.DisplayCategoriesWidget .dcw_c3 {
float: none !important;
width: auto !important;
}October 21, 2019 at 11:01 am #1040577Leo
StaffCustomer SupportYou don’t think? Can you check?
I don’t think it’s a CSS issue.
October 21, 2019 at 11:11 am #1040583Norman
The reason I say I don’t think is because one of the techs said it looks like I do. I only remember using one other theme and I just switched that to use GP now. I don’t know what they saw that made them think that. I don’t even know how to use a child theme.
October 21, 2019 at 1:13 pm #1040687Leo
StaffCustomer SupportYou can check if you are using a child theme by going to Dashboard > Appearance > Themes.
October 21, 2019 at 2:31 pm #1040728Norman
October 21, 2019 at 3:21 pm #1040742Leo
StaffCustomer SupportHmm unfortunately I don’t have other ideas where the red menu is coming from.
I would definitely recommend disabling all plugins except GP Premium to test.
It could be a caching issue as well.
October 21, 2019 at 4:41 pm #1040776Norman
October 21, 2019 at 4:50 pm #1040789Norman
October 21, 2019 at 5:24 pm #1040819Leo
StaffCustomer SupportYou’d need to check with the plugin support then.
Glad you were able to identify the issue 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.