Jump to content

Dissappearing subcategories in foundation


Recommended Posts

I just upgraded from version 5.2.16 to 6.0.1 and switched to unmodified foundation. I have five main categories, one of which has 13 subcategories. All is well when "display empty categories" is set to yes, but when it is set to no the subcategories no longer display when the viewport gets down to cell phone size.

 

The site is https://www.sojourner.biz.

Link to comment
Share on other sites

Welcome robertbell! Glad to see you made it to the forums.

 

It is a definite problem -- probably a misunderstanding by the developers of the Foundation skin.

 

Anyway, try this. In the file cubecart.default.css (currently empty), add this:

.top-bar.expanded { /* <== no spaces in this rule's selector */
  overflow: visible;
}

Unfortunately, this causes the sub-cats (as many as will display in the viewport) area to slide into view obscuring the top of the Homepage document. If you think the visitor won't mind not seeing the Homepage while looking at the list of sub-cats, then all's ok.

 

There is another issue when the list of top-level categories (TLCs) is long - the Homepage starts at the bottom of this list, even though it has slide out of view in favor of the cat::sub-cat list.

 

And that's basically the problem. The Homepage area is fixed at the location where the bottom of the TLC ends, regardless of what list of cats are showing.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...