If I have 5 facet blocks on one search index, and set them all to Collapsible Links, only the first listed facet block will display any items, regardless of any of the expanded options set. If I set any of the 5 blocks to standard links, then it is no longer affected.

The culprit I found is the .content class is being applied with display: none on

HTML
div#block-facetapi-hash.block div.block-inner div.content

CSS
.facetapi-collapsible .content {
    display: none;
}

Comments

kyletaylored’s picture

Component: Code » Miscellaneous
attiks’s picture

Version: 7.x-1.0 » 7.x-1.x-dev

Can you fix it and upload a patch?

markhalliwell’s picture

Title: Facet blocks not displayed when having multiple blocks on one page » JS halts because jQuery Cookie isn't loaded
Component: Miscellaneous » Code
Priority: Normal » Major
Status: Active » Needs review
StatusFileSize
new947 bytes

This is an annoying bug because it halts the entire site's JS when there's no jQuery Cookie library loaded. Patch ensures it's loaded.

attiks’s picture

Status: Needs review » Fixed

Nice catch, fixed in latest dev version

markhalliwell’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.