Forum
Welcome, Guest
Please Login to access forum.
Re:main menu appears and hides to access the website (1 viewing) 
Go to bottom
TOPIC: Re:main menu appears and hides to access the website
#5311
Fernando
Fresh Boarder
Posts: 15
User Offline
main menu appears and hides to access the website Karma: 0  
main menu appears and hides to access the website

good morning

When browsing with chrome (http://portalnews.co) the menu appears for a moment and hides again, I have a trial site ((http://portalnews.co/portal) and test other parameters setting but still the same or even worse.

I set that option to avoid this, thanks for your help.
 
Logged Logged  
  The administrator has disabled public write access.
#5312
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:main menu appears and hides to access the website Karma: 79  
Hello,

this issue is not directly related to the Responsivizer template.
It's due to a slow javascript rendering of pages on your website, you have a lot of scripts that slow down the browser page loading and scripts engine rendering. Probably the Google Translate module is mostly responsible to slow down the scripting engine. As a consequence the top menu take a while to collapse.

To minimize this side effect you can add a CSS rule like the following to the mobile template file main.css:

Code:

nav.top_menu ul.menu {display:none;}
In this way it will be hidden by default using CSS.
 
Logged Logged  
  The administrator has disabled public write access.
#5316
Fernando
Fresh Boarder
Posts: 15
User Offline
Re:main menu appears and hides to access the website Karma: 0  
Hello.

The problem was solved, thanks for your help.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top