Hi
Since I upgraded to enfold 4.5 the Avia Gallery Element shows always the thumbnails although
“only big picture, other images via lightbox” is selected.
I tried to store it with another option and change it back but it always shows the thumbnails below the big image.
How can this be changed to make sure it is like in previous enfold template version?
Thanks for any help
Hey tonyplanet,
I took a look at your page and see the 6 galleries in a grid format, but there are no thumbnails.
Please see the screenshot in Private Content area.
Best regards,
Mike
Hi Mike
You are right I added in the meantime following to css:
.avia-gallery-thumb {
display:none;
}
best regards
Tony
Hi,
Thank you for pointing this out, I found that in the \enfold\config-templatebuilder\avia-shortcodes\gallery\gallery.css
on line 38 it is:
av-hide-gallery-thumbs .av-hide-gallery-thumbs .avia-gallery-thumb{display:none;}
where it should be:
.av-hide-gallery-thumbs .avia-gallery-thumb{display:none;}
I have reported this and certain it will be corrected.
You could correct your file by removing the first sector or the rule.
Best regards,
Mike
I used this fix – it does not work
Hi Mike
Thanks. This did fix the problem, hence i did delete my workaround. Hope it will be part of next enfold release.
Best regards
Tony