Plugin Author
UjW0L
(@ujw0l)
Hello Beatty
I think you have modified the JavaScript code of the plugin. What happens is when gallery is loaded I have set the opacity of the gallery to 0 , once all images is loaded loaded using JavaScript it is set to 1. Since looks like you have it is not setting it to 1 .
Thanks
Hi,
I added a class to the images to give them a frame around each one. But I don’t recall modifying the plugin at all. I normally never do that via FTP, and it doesn’t look like I change any setting on the wp admin dashboard. Would you suggest that I reinstall a fresh version of CTC Masonry Gallery?
Plugin Author
UjW0L
(@ujw0l)
Yes try reisntalling fresh copy of the plugin should fix the problem.
OK I uploaded a fresh copy of version 2.7.0 and cleared the various caches, and the gallery still does not load on the front end. I can see it just fine in edit mode.
The theme doesn’t have a javascript file (child of wordpress 2024).
We are using Animations for Blocks plugin, which I thought might be impacting the javascript from your plugin, but I deactivated it, cleared the caches, and the gallery still does not appear on the front end.
What else should I try? Thanks.
Plugin Author
UjW0L
(@ujw0l)
Add following code to any of your css file
.mas-gal-gallery {
opacity: 1 !important;
}
-
This reply was modified 10 months, 4 weeks ago by
UjW0L.
Plugin Author
UjW0L
(@ujw0l)
Look like something in your site is messing with My plugin .Not sure which one. I installed fresh copy on my Local site it works just fine.
-
This reply was modified 10 months, 4 weeks ago by
UjW0L.