Saltar navegación

[Resuelto] Woocommerce Views Archive issue

This support ticket is created hace 6 años, 3 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Etiquetado: 

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por Valeriia hace 6 años, 3 meses.

Autor
Mensajes
#1115002

Hi,

I'm using WooCommerce Views and Views to create WooCommerce archive pages for custom taxonomies. All is good but one thing: in the code of the archive page I see that the view is actually wrapped into native WooCommerce "ul.products" as "ul.products > form ~ div.js-wpv-view-layout".

For some reason this "ul.products" takes the 0 height, which brings the footer right under the layer of products (the products are covering the footer).

<ul class="products columns-4" style="position: relative; height: 0px;">

I'm not sure from where this 0 is coming from. I tried to override it with my own jQuery but it didn't work.

Can you replicate the issue? Is that something you can fix?

Thanks.

#1115007

Stupid question, sorry, I've overridden it with ul.products {height: auto !important}

But why is it wrapped into ul.products is still not clear for me.