Menu Quite Working

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
User avatar
onlye
 
 
Posts: 366
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Menu Quite Working

Post by onlye »

My menu quit working. Was working earlier today, but now on desktop or mobile when you press a menu item nothing displays. Migrating to the new site this weekend and working out issues.

Site:

https://www.pearlrivercounty.net/

Project file can be found here:

https://www.dropbox.com/sh/9yyvp4fpdxiz ... hufga?dl=0

Thanks for the help!
Last edited by onlye on Sat Nov 19, 2022 6:24 pm, edited 1 time in total.
onlye
Gluckstadt, MS USA
alan_sh
 
 
Posts: 1681
Joined: Tue Jan 01, 2019 5:50 pm

Re: Menu Quite Working

Post by alan_sh »

The project zip file just seems to have pictures in it.
User avatar
onlye
 
 
Posts: 366
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: Menu Quite Working

Post by onlye »

Thanks Alan. Updated the folder to include the wbs file and made a zip of the wbs and folder. Please let me know if that works.
onlye
Gluckstadt, MS USA
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu Quite Working

Post by Pablo »

In the project you have shared, the menu is working for me.
Maybe you did not publish all files?
User avatar
onlye
 
 
Posts: 366
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: Menu Quite Working

Post by onlye »

Thanks. If I preview the page the menu works. When I publish Entire Website - the menu doesn't work, no dropdowns.
Are there any files I should look for on server to confirm they are there? Like I said earlier, it worked last night and this morning.
fyi - site is ver 17
onlye
Gluckstadt, MS USA
alan_sh
 
 
Posts: 1681
Joined: Tue Jan 01, 2019 5:50 pm

Re: Menu Quite Working

Post by alan_sh »

I get the same as you do. Works OK on preview, but not on publish. I changed the index page to html, rather than php. At that point, the preview stopped working.

I changed it pack to php. This time, I got a warning from WWB about PHP files. And the preview still didn't work.
alan_sh
 
 
Posts: 1681
Joined: Tue Jan 01, 2019 5:50 pm

Re: Menu Quite Working

Post by alan_sh »

When I hover the mouse over one of the menu items, it shows a link at the bottom to https://{my site}index.php# or index.html# (depending on which version I have published). I don't know what it should do, but that doesn't look right.
User avatar
BaconFries
 
 
Posts: 5327
Joined: Thu Aug 16, 2007 7:32 pm

Re: Menu Quite Working

Post by BaconFries »

Are there any files I should look for on server to confirm they are there?
All files are on the server so everything should be ok. I did notice one thing though you have set all other css/jquery to be external (index.css and index.js) try disabling this in this in Tools -> Options -> HTML and republish the page(s)
User avatar
onlye
 
 
Posts: 366
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: Menu Quite Working

Post by onlye »

I added an HTML object to the page, a Calendar Script. I didn't think of that but it was after that update the menu quit working. So I just deleted the HTML object and republised and now the menu works. The code below is what seems to have stopped the menu from working. I have other sites with this script, but not this particular menu. Could this actually be the culprit?

<link href="https://www.pearlrivercounty.net/script ... ap.min.css" type="text/css" rel="stylesheet" />
<link href="https://www.pearlrivercounty.net/script ... ss&theme=6" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="https://www.pearlrivercounty.net/script ... "></script>

Thanks for all the review and feedback. A bit frustrated and panic over this.
onlye
Gluckstadt, MS USA
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu Quite Working

Post by Pablo »

It looks like the script you added causes a conflict with the bootstrap menu script.
Maybe instead, you can use an inline frame instead to display the calendar so it does not affect the page HTML?
User avatar
onlye
 
 
Posts: 366
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: Menu Quite Working

Post by onlye »

Thanks Pablo. Appreciate the super fast response and I'll give the inline frame option a go.
onlye
Gluckstadt, MS USA
Post Reply