Masonry Product Categories Doesn't Work
-
For some reason this setting doesn’t work with my site. I get a console error as follows:
plugins.js?ver=1.0.0:12 Uncaught Error: No layout mode: packery
Hello there,
Thank you for your question.
We just looked at your web-site and don’t see masonry categories on your home page and console without any errors, do you still have this problem? Could you provide your admin access so we can replicate the issue?
Hi,
Please look again, I have changed the setting back.
I will provide admin details in private content.
Hi,
We still can’t enter your admin access. But we found the problem. You are using plugin “furnde-vc-addons” that rewrites our “Isotope” library and cause this conflict. Try to disable this plugin. If you still want to use so provide us your FTP details and we will fix this conflict on your web-site in the child theme.
Thank you
Thank you, that has helped with the issue.
One other thing — is there a way to remove the zoom effect when you hover over items such as the categories and the promo banners?
Here is Custmo CSS to remove scale on catrgories. For banners you can change hover effect when editing this element with Visual Composer in admin panel.
.category-grid-item:hover > .category-content > a {
transform:none;
-webkit-transform:none;
-o-transform:none;
-moz-transform:none;
}
The topic ‘Masonry Product Categories Doesn't Work’ is closed to new replies.