I'm using jQfx Galleria on several pages. Some of these pages have images in their slideshow, some of them don't. The gallery itself is working great, but the problem is more Views related, or the way jQfx Galleria interacts with it.
Normally, if a block doesn't have content in Views, the block won't appear. But in my case (with jQfx Galleria), it still does, which leads to only a title being displayed with nothing beneath it.
What's the best way to solve this problem?
Comments
Comment #1
knalstaaf commentedHad to set the operator of my filter criterium to "Is not empty (NOT NULL)".
That solved it.
Comment #2
knalstaaf commentedIf I apply the solution mentionned in #1 it prints the thumbs multiple of times. So instead of 10 thumbs, I get 30 thumbs for instance (3 identical rows after each other).
So the issue remains.
Comment #3
knalstaaf commentedOne of my Galleria's even shows 484 slides because of this behaviour, which almost thrashes my browser :)