This seems to work fine on our staging site when “Load more” is complete (with your Masonry design element), but on production site it also shows the individual variations of a variable product, but clicks into the variable product. We do not want the individual products showing on this landing page, but why are they? Thanks.
This particular issue is urgent so I would appreciate your quick reply. Thanks.
Hi,
Thank you for the inquiry.
Have you tried reselecting the categories in the masonry element? If the issue persists, you can temporarily hide the variable items by adding the following CSS code:
.av-masonry-entry.type-product_variation {
display: none !important;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.
Best regards,
Ismael
Sorry, which part exactly do I toggle off and on?
Hi,
After adding the CSS code that we suggested above, try disabling the CSS compression in the Enfold > Performance > File Compression section. Have you tried reselecting the categories?
Best regards,
Ismael
I have tried all of that. Nothing works, except using the CSS and listing all products without using any other pagination (and the standard pagination just loads the same first page if it shows up at all).
Hi,
Have you tried temporarily disabling the plugins? Please keep the CSS code for now to hide the unwanted items on a temporary basis.
Best regards,
Ismael
I have not, because the staging site works fine and is an exact replica of the production site.