Tagged: masonry
-
AuthorPosts
-
March 29, 2017 at 9:17 pm #769089
Hello,
Since the last update, the Masonry Gallery displays only the first line with 6 images instead of multiple lines with around 70 images.
Please help!
Thanks,Frederic
March 29, 2017 at 10:34 pm #769127Hey fred1601,
Could you provide a screenshot of what you are seeing? If you are talking about the logos I am seeing many images in multiple rows.
Best regards,
Jordan ShannonMarch 29, 2017 at 10:36 pm #769128Hello again,
Activating the Lightbox linking does solve the problem however we don’t want to have any link.
Any suggestion?
Thanks,Frederic
March 29, 2017 at 10:40 pm #769131Hi,
You don’t want the logos to link?
Best regards,
Jordan ShannonMarch 29, 2017 at 11:02 pm #769139Hi Jordan,
Indeed you now see all the images because I activated the Lightbox linking to temporarily fix the issue but if you click on the link below you’ll see it.
Indeed I don’t want to have any link on the images.
Thanks for your help.Frederic
March 29, 2017 at 11:20 pm #769148Hi,
You could prevent the link action via javascript:
document.getElementsByClassName("av-masonry-entry").addEventListener("click", function(event){ event.preventDefault() });Best regards,
Jordan ShannonMarch 29, 2017 at 11:34 pm #769158Hi Jordan,
I added the javascript in the header of the page but it doesn’t seem to remove the links.
Thanks,Frederic
March 29, 2017 at 11:58 pm #769177Hi,
Would you be able to provide admin info so I can look into this further?
Best regards,
Jordan ShannonMarch 30, 2017 at 12:21 am #769199Hi Jordan,
Unfortunately I can’t give an admin access even temporarily.
Best Regards,Frederic
March 30, 2017 at 12:31 am #769206Hi,
Okay well you can try:
.av-masonry-entry{
pointer-events:none;
}But that removes the hover event also.
Best regards,
Jordan ShannonMarch 30, 2017 at 12:33 am #769210Hi Jordan,
That’s perfect!
Thanks,Frederic
March 30, 2017 at 7:59 am #769317Hi,
No problem at all. If you need additional help, don’t hesitate to contact us here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Masonry Gallery displaying only one line’ is closed to new replies.
