Hi
I had a look at your page and it is not a problem coming from FooGallery.
There is some javascript code in the file https://popusoi.com/wp-content/themes/kingsize/js/custom.js?ver=5.2.3 which has the following line:
$('.gallery li a span, .columns a span').css('opacity', '0').css('display', 'block');
That is hiding the thumbs by making their opacity 0.
Please remove that line and then the thumbs will show correctly.
That resolved the problem, but it’s strange why it appeared in the first place.
I didnt change or modify the theme after installing the plugin.
I only updated the wordpress, maybe this made some changes
I’m grateful for you help!!!
Thanks for the great plugin!
Hi Bradvin
i have the same problem as Wordinfo, can you please tell me where i can find this line
thank you
Hi Bradvin
i have the same problem as Wordinfo, can you please tell me where i can find this line
thank you
here is the link to my gallery album
http://kaprifol24.bagot.se/
@kaprifol24
this file: http://kaprifol24.bagot.se/wp-content/themes/kingsize/js/custom.js?ver=4.9.11 on line 9 is the following JS that is causing the issue:
$('.gallery li a span, .columns a span').css('opacity', '0').css('display', 'block');
specifically the .columns a span selector. Looking at the code, it should rather be:
$('.gallery li a.image span, .gallery li a.video span, .columns a.image span, .columns a.video span').css('opacity', '0').css('display', 'block');
You need to contact your theme developer with this info, so that they can fix the problem
Hi Bradvin
Thank you so much your concerne i apprecite it very much, i hope that the author will be able to fixit for my.
thanks again for your help
have a nice day
best regards
Aziz
(Sweden)