Responsive Menu Bar Faltering

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
Agaboni
 
 
Posts: 3
Joined: Sun Jul 04, 2021 5:37 pm

Responsive Menu Bar Faltering

Post by Agaboni »

The site I'm trying to fix is: pentox.com
The site consists of five pages, in three different languages.
Each page of the site has the menu bar appearing at the top.
The French and Chinese pages both exhibit the same glitch, which is to not display the
menu bar at the top of the Distributor page.

I have re-selected numerous times, the distributor
page, to no success

I have tried replacing the menu bar with other menu bars, always to have the same result.
Menu bar does not appear at the top of the Distributor page for the French and Chinese sections.

Can anyone clue me in, as to what I am omitting to do.

Thanks in advance for reading and letting me know.
User avatar
BaconFries
 
 
Posts: 5324
Joined: Thu Aug 16, 2007 7:32 pm

Re: Responsive Menu Bar Faltering

Post by BaconFries »

Are you sure you sure all files are uploaded to your server?. Viewing the source of the home page it shows the following css files.

Code: Select all

<link href="css/english.css?v=61" rel="stylesheet">
<link href="css/index.css?v=61" rel="stylesheet">
Whereas on the distributers page it shows

Code: Select all

<link href="css/english.css?v=59" rel="stylesheet">
<link href="css/Distributors.css?v=59" rel="stylesheet">
This may explain why it looks as such

Image
Agaboni
 
 
Posts: 3
Joined: Sun Jul 04, 2021 5:37 pm

Re: Responsive Menu Bar Faltering

Post by Agaboni »

Well I upload to the server the entire file each time with WYSIWYG16.

In fact it also happens when i do the Distributor page proof, off of my PC.

So maybe there's something buggy in my version of WYSIWYG16?
Agaboni
 
 
Posts: 3
Joined: Sun Jul 04, 2021 5:37 pm

Re: Responsive Menu Bar Faltering

Post by Agaboni »

After comparing the source code of the Distributors page to the other four other pages' source code, within the
French section, I noticed that the Distributor page has no source code embedded for the responsive menu bar. Whereas
the other four pages do have the source code for the responsive menu bar.

Can something exist within a page format, that prevents a responsive menu bar from being embedded in?
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Responsive Menu Bar Faltering

Post by Pablo »

If you need further assistance then please share a demo project so I can see all your settings.
See this FAQ:
viewtopic.php?f=10&t=82134
Post Reply