Page 1 of 1
Menu Quite Working
Posted: Sat Nov 19, 2022 5:51 pm
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!
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 6:01 pm
by alan_sh
The project zip file just seems to have pictures in it.
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 6:25 pm
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.
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 6:34 pm
by Pablo
In the project you have shared, the menu is working for me.
Maybe you did not publish all files?
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 7:00 pm
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
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 9:13 pm
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.
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 9:29 pm
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.
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 9:45 pm
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)
Re: Menu Quite Working
Posted: Sat Nov 19, 2022 10:59 pm
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.
Re: Menu Quite Working
Posted: Sun Nov 20, 2022 7:57 am
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?
Re: Menu Quite Working
Posted: Sun Nov 20, 2022 3:35 pm
by onlye
Thanks Pablo. Appreciate the super fast response and I'll give the inline frame option a go.