- This topic has 13 replies, 2 voices, and was last updated 6 years, 5 months ago by .
Display Bug and menu
You must be logged in to reply to this topic.
Hi, I’m new to wordpress and I use your theme (light version) for my website.
I got two major problem for now. I changed the image of the welcome section
and since I got this gray background and I only see a part of the image.
My second problem is how can I make the menu bubble bigger, if you go on games
you will see that the text is to big for the bubble.
Thank you !!
Little update, I did this http://support.themely.com/knowledgebase/integral-configure-homepage-layout/
witch was important but I still see the gray image.
Sorry for this… I’m currently learning as fast as a could, the gray background have been removed.
Still I don’t know how to manage bubble in the menu section.
Salut JP,
I am not sure what you mean by “bubble” in the menu section.
Can you specify?
Hi hans, thank for wrote me back, by bubble I mean the menu category that
you can drag the mouse over it.
On the website I’m working on I have News, Games, Team and Contact US.
If you drag your mouse on the games, that will show you two of our upcoming games.
The names is to long and the half of it isn’t in the “bubble”.
I tested and verified on our development and demo site and it works fine. No one else has reported this issue as well.
I think it may be a Javascript conflict with a plugin. Try disabling plugins to see if the problem goes away.
I use only two pluggins and it’s Redux Framework and Contact Form 7.
I don’t really know what to deactivate.
Hmm no those are supposed to be there. Did you edit the stylesheet of the theme (style.css)?
I tried to but I dont know where to look, so I reset it to the original.
Maybe I did it wrong.
Is there any way to reset it?
It looks like some CSS is missing so yes I would revert back to the original. You could download the free version (Integral Lite) from our site and re-install, https://www.themely.com/themes/integral/
So I did reset the code and hit update… and I have the same probleme.
Does the menu is suppose to adjuste itself witht the string lenght of menu category ?
Yes it is, see our demo http://demo.themely.com/integral/.
In the meantime you can add the following code to the bottom of the style.css file to adjust the 2nd level child menus to have a wider width.
.navbar-default .dropdown-menu > .dropdown-menu {min-width:300px;}
I’ve succeed doing it by using a custom css script and add:
.nav li:hover ul,
.nav li:hover ul li:hover ul{width:300px}
but I still want to know if there is a way to do it with your theme !
This is because of the limitations of the Bootstrap Navwalker script being used in the theme for responsive menus.
We are going to release an update very soon which will address this issue.
You must be logged in to reply to this topic.