Hi,
I’m having problems creating a shop page that works with masonry.
this is the result: http://keepsports.es/coleccion/
Because i must add the created page at Woocommerce Page Settings, it shows both masonry grid and regular one.
How i can get rid of the regular one?
thanks,
alberto
Hi Ismael,
I already tried that, i figure it out checking your demo. But, if i don’t set a Shop Base Page, when you access to a single product page, the URL + Title page on header + breadcrumb shows something totally different than the structure i want.
Wouldn’t care to do it if i would have an alternative way to fix those 3 things, but at the moment, haven’t found the way.
Any idea?
Thanks,
alberto
Hey!
Personally I recommend to stick with the default shop template. The masonry grid is not intended for the product page (but just for portfolio items) and you’ll break various WooCommerce features if you try to use the Masonry grid on the shop page(like the price filter, product search feature, etc.).
That said the only solution I can think of would be to hide the default shop area with css. Use following code
.post-type-archive-product .template-shop{ display: none; }
to hide the default shop product grid.
Regards,
Peter