Skip Navigation

[Resolved] woocommerce archive columns not working

This support ticket is created 5 years, 1 month ago. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 5 replies, has 2 voices.

Last updated by martinH-10 5 years, 1 month ago.

Assisted by: Shane.

Author
Posts
#1357759
2019-10-08_12-05-13.png
2019-10-08_12-03-40.png

I am trying to create custom archive, but there is some problem with columns. I am using GeneratePress theme. In toolset settings is checked use WooCommerce Views plugin default product archive template.

#1358263

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Martin,

Thank you for getting in touch.

Would you mind allowing me to have admin access to the website so that I can check on this for you ?

It seems the entire view is being added into a small width column.

The private fields have been enabled for your next response.

Thanks,
Shane

#1359035

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Martin,

This one can be resolved by using some css.

Try adding this css to your site

div#wc-column-container .products{
  grid-template-columns: none !important;
}

Please try this and let me know if it helps.

Thanks,
Shane

#1359045

Thank you. Is it a problem of Theme?

#1359107

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Martin,

Yes it a theme issue because it is adding the a columns-4 class to the shop page.

Thanks,
Shane

#1359941

My issue is resolved now. Thank you!