After clicking the load more button, which works good, the extra loaded products don’t have the same design on them as the first 20 products.
Previously I used Load More Anything (but didn’t work for me) and had the same problem. I therefore created a script which fired the Javascript file when clicking the pagination button and that worked, but somehow it doesn’t work for your load more button.
This is the code:
jQuery(document).ready(function() {
jQuery(“a.lmp_button”).click(function(){
$.getScript(“https://juneandcharlie.nl/wp-content/plugins/ddprodm/build/ragnar/js/ragnar-shop-landing-v2/ragnarProductsOlivia.js?ver=6.2.2”);
});
});
Could you maybe explain why it doesn’t work, or is there a way I can make it work? I’m using the Divi shop module.
]]>I want the filter to simply filter the products for the brand on the respective archive page by those additional attribute parameters. Please advise when you get a sec. Thank you.
Dani
I’ve also tried to create a NEW filter and every time i try to add the Category element to the filter, i get the same errors as above. I know the obvious issue is likely that the 10,000 categories is causing the filter to break in some way —?but is there something that i can do (even manually in the code) to get this to work?
Please advise.
Thank you.
Dani
Thank you for support,
Have nice day
h2.woocommerce-loop-product__title{
display:none !important;
}
Now I need to show the product title for a particular category. Any idea how to do this?
Thank you
I’m not 100% sure how this is supported to work, the three products to the right are from the shop module, and each product has a different category.
Thanks guys.
]]>