Hello!
I am running into issues with links on images inside a masonry gallery and would like to see if you can help me out.
For some reason, when I place a link, not only does it not work, but the rollover animation no longer works either.
Link to page and log-in credentials in the Private content area.
Hi mediasauce!
Thank you for using Enfold.
The masonry items are not working because of the following css modifications.
.av-masonry-entry {
pointer-events: none !important;
}
Please remove it.
Cheers!
Ismael
Sorry for the delayed response!
That fixed it!
You guys rule.