Skip Navigation

[Resolved] URGENT: The archives doesn’t work, I tried littelry

This thread is resolved. Here is a description of the problem and solution.

Problem:
The user has created an archive template that displays the posts in a grid. But in the frontend the design was corrupt.

Solution:
It is a style's conflict with the theme and WooCommerce. We were able to fix it with custom CSS code.

.woocommerce .wc-columns-container.wc-columns-4 .products {
    grid-template-columns: none !important;
}
This support ticket is created 4 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.

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

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by alexandreL-2 4 years, 1 month ago.

Assisted by: Jamal.

Author
Posts
#1873667
archive.png

I am trying to:
The archives doesn't work, I tried literally everything, as you can see hidden link
(If I have at the time the toolset archive active, I have attached a picture)

Please help, I need to fix this fast.

#1874111

Hello and thank you for contacting the Toolset support.

It seems to be a style conflict between, at least, Toolset and the gp-premium plugin. Check this screenshot hidden link

I was able to fix it by adding the following CSS to the WordPress customizer. Check this screenshot hidden link

.woocommerce .wc-columns-container.wc-columns-4 .products {
    grid-template-columns: none !important;
}
#1874171

My issue is resolved now. Thank you!