Jump to content

Folder Navigation Links do not expand on Home Page

Recommended Posts

Posted

Hi all

Here's our site: https://www.atlgoc.org/

On the home page, when the top-level navigation collapses to the hamburger menu, we cannot open sub-pages. For example, clicking "Our Faith" should expand the pages beneath it. 

When we try this on the home page, the folder does not open

image.png.861b7f864cea30c1588033bf1897894a.png

When we try this on any other page, the folder opens.

image.png.cc5c9e6dbc034fc4865dff89bc34f2b3.png

 

Does anyone have any ideas? Thank you in advance!

 

  • Replies 6
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Yes, there is custom code.

I commented it out on the homepage and at the site level, but it did not resolve the issue.

There are no console errors

Posted
6 hours ago, koulouty said:

Yes, there is custom code.

I commented it out on the homepage and at the site level, but it did not resolve the issue.

There are no console errors

You can try this to Website Tools (under Not Linked) > Custom CSS

#sidecarNav .hidden {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 999999999;
    width: 100%;
    height: 30px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted
18 hours ago, creedon said:

Just to double check please see the following.

Let us know how it goes.

The issue still appears in safe mode: home page nav does not expand, whereas interior page navigation expands. 

12 hours ago, tuanphan said:

You can try this to Website Tools (under Not Linked) > Custom CSS

#sidecarNav .hidden {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 999999999;
    width: 100%;
    height: 30px;
}

 

I love your solution. I would target the hidden input specifically by changing the selector to target the `input` element and I would also add `cursor:pointer` You could optionally target only the homepage by adding `.homepage` before `#sidecarNav`

#sidecarNav input.hidden {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 999999999;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

I will use this temporarily, but I still strongly believe that this is an issue with Squarespace's js. Furthermore, I noticed that the issue resolves itself by rotating a mobile device from portrait to landscape (or resizing a few times in a desktop browser) This further shows me that it's an issue with their base js. How can we tag them or bring this to their attention?

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.