Why the list of bullets are showing while loading galleria node. After sometime list of bullets are disappearing and coming to perfect.(no problem) but its look odd to see list of bullets while loading galleria node.

CommentFileSizeAuthor
#1 Bullets_problem.JPG10.04 KBYuki

Comments

Yuki’s picture

StatusFileSize
new10.04 KB

Screenshot attached. I am using foliage theme.

Mark Theunissen’s picture

It's because the browser is slow. So first the images load, then much later the correct Javascript will run and convert it into Galleria. You need a faster browser or less javascript that might be slowing it down. There are ways of fixing this in the code too, but it's unlikely I will be working on it.

Yuki’s picture

may be some other person could help me to point out the code...Thanks anyway...

Yuki’s picture

could somebody help me how to remove bullets while loading galleria node???

pipicom’s picture

Hello Yuki,

Its a long story but if you add the following css style:

ul.gallery li {display: none;}

..your problem should be solved. I mean that not the images nor the bullets are showing while loading but appear normally when the page is fully loaded. Note that I am using jCarousel integration.

Yuki’s picture

thanks working.

Mark Theunissen’s picture

Status: Active » Closed (fixed)