Page 1 of 1

Site index appears at bottom of many pages

Posted: Wed Jan 11, 2023 12:53 am
by RobLoranger
Hello,

Recently I started noticing that the site index for my website is appearing at the bottom of most of my pages (example page:page example). I am not sure why and when this happened, and I am unable to determine how to get rid of it. Does anyone know how to remove it? Thank you in advance!

Re: Site index appears at bottom of many pages

Posted: Wed Jan 11, 2023 2:15 am
by DIGI3
You have multiple mixed-content warnings (mixed http and https). My guess would be that's interfering with jQuery loading, so it's unable to hide and format the mobile navigation properly. Take care of the mixed content and likely the other issue will resolve itself.

Re: Site index appears at bottom of many pages

Posted: Wed Jan 11, 2023 3:40 pm
by creopard
at the very bottom, replace

Code: Select all

<div id="responsive_nav">
with

Code: Select all

<div id="responsive_nav" class="hidden-md hidden-lg">
and see if that already helps