Site index appears at bottom of many pages

General project discussion. NOT for help questions.
Post Reply
RobLoranger
New Member
New Member
Posts: 1
Joined: Wed Jan 11, 2023 12:24 am

Site index appears at bottom of many pages

Post 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!
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1609
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Site index appears at bottom of many pages

Post 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.
Not getting the answer you need? CMSMS support options
User avatar
creopard
Forum Members
Forum Members
Posts: 47
Joined: Fri Nov 10, 2017 10:25 am
Location: .de
Contact:

Re: Site index appears at bottom of many pages

Post 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
Post Reply

Return to “General Discussion”