Replies: 0
Hello,
I’m making a custom WP template that lists contents of a post type in its own seperate boostrap tab.
The contents contain only WP gallery enhanced by JP tiled gallery.
Basically it means, you get a JP tiled gallery in every tab.
Problem:
Only the active, first tab displays the gallery properly while in all other tabs galleries have jumbled up, images with incorrect sizes. In a word: a mess.
I experimented and it turns out it’s problem of building a gallery in an element with display: none property. What can be the reason for this and how to tackle it?
Thanks in advance!
P.S. It’s not a problem of any boostrap scripts, I tried it on a pure html/css tab set up as well.