Tagged: masonry
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
Hey 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 Shannon
Hello again,
Activating the Lightbox linking does solve the problem however we don’t want to have any link.
Any suggestion?
Thanks,
Frederic
Hi,
You don’t want the logos to link?
Best regards,
Jordan Shannon
Hi 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
Hi,
You could prevent the link action via javascript:
document.getElementsByClassName("av-masonry-entry").addEventListener("click", function(event){
event.preventDefault()
});
Best regards,
Jordan Shannon
Hi Jordan,
I added the javascript in the header of the page but it doesn’t seem to remove the links.
Thanks,
Frederic
Hi,
Would you be able to provide admin info so I can look into this further?
Best regards,
Jordan Shannon
Hi Jordan,
Unfortunately I can’t give an admin access even temporarily.
Best Regards,
Frederic
Hi,
Okay well you can try:
.av-masonry-entry{
pointer-events:none;
}
But that removes the hover event also.
Best regards,
Jordan Shannon
Hi Jordan,
That’s perfect!
Thanks,
Frederic
Hi,
No problem at all. If you need additional help, don’t hesitate to contact us here in the forums.
Best regards,
Jordan Shannon