error category list view woocommerce
May 2014 WordPress Theme
- GK User
- Mon Jun 20, 2016 6:54 pm
Hello,
There is an error on the product category pages. Products are not showing beside each other. You can check the following page to see the error:
http://www.clubetatical.com.br/categori ... s-taticos/
Can you help me find what is causing this?
Thanks in advance,
Bruno
There is an error on the product category pages. Products are not showing beside each other. You can check the following page to see the error:
http://www.clubetatical.com.br/categori ... s-taticos/
Can you help me find what is causing this?
Thanks in advance,
Bruno
-
- Expert Boarder
- Joshua M
- Tue Jun 21, 2016 8:03 am
Hi,
Please check similar issue here:
https://www.gavick.com/forums/instyle-w ... erly-51727
(in your case this fragment will be around line 181)
Please check similar issue here:
https://www.gavick.com/forums/instyle-w ... erly-51727
(in your case this fragment will be around line 181)
-
- Moderator
- GK User
- Tue Jun 21, 2016 1:01 pm
Thank you very much!
-
- Expert Boarder
- GK User
- Wed Jun 29, 2016 1:40 pm
Hello,
I have a similar problem with another theme, StoreBox. Tried to apply the same solution but didnt work. Can you help me with that?
http://www.casadeaventura.com.br/catego ... o/camping/
Thanks in advance,
Bruno
I have a similar problem with another theme, StoreBox. Tried to apply the same solution but didnt work. Can you help me with that?
http://www.casadeaventura.com.br/catego ... o/camping/
Thanks in advance,
Bruno
-
- Expert Boarder
- Joshua M
- Thu Jun 30, 2016 7:52 am
Hello,
Try to add the following custom css code:
Try to add the following custom css code:
- Code: Select all
ul.products li.product:nth-child(3n+1) {
clear: both;
}
-
- Moderator
- GK User
- Thu Jun 30, 2016 12:17 pm
Perfect! Thank you very much!
-
- Expert Boarder
- GK User
- Tue Aug 16, 2016 12:22 am
Hello,
After a while I found out that this override makes the same error in the product detail page with related products. You can see it here:
http://www.casadeaventura.com.br/produt ... r-pluma-4/
Is there a workaround?
Kind regards,
Bruno
After a while I found out that this override makes the same error in the product detail page with related products. You can see it here:
http://www.casadeaventura.com.br/produt ... r-pluma-4/
Is there a workaround?
Kind regards,
Bruno
-
- Expert Boarder
- Joshua M
- Tue Aug 16, 2016 8:27 am
Hi,
Please disable WooCommerce overriden templates included in the StoreFront theme (rename StoreFront/woocommerce directory to i.e. woocommerce_temp) or please wait for the next theme update - should be available this week - after WordPress 4.6
Please disable WooCommerce overriden templates included in the StoreFront theme (rename StoreFront/woocommerce directory to i.e. woocommerce_temp) or please wait for the next theme update - should be available this week - after WordPress 4.6
-
- Moderator
- GK User
- Tue Sep 13, 2016 2:09 pm
Hello,
I've apply the last theme update. But related products layout is still broke. Can you check?
http://www.casadeaventura.com.br/produt ... r-pluma-4/
Kind regards,
Bruno
I've apply the last theme update. But related products layout is still broke. Can you check?
http://www.casadeaventura.com.br/produt ... r-pluma-4/
Kind regards,
Bruno
-
- Expert Boarder
- Joshua M
- Wed Sep 14, 2016 8:51 am
Hi,
Please remove this fragment from override.css file (it's not necessary after the update):
Please remove this fragment from override.css file (it's not necessary after the update):
- Code: Select all
ul.products li.product:nth-child(3n+1) {
clear: both;
}
-
- Moderator
- GK User
- Wed Sep 14, 2016 12:37 pm
Thank you very much!
-
- Expert Boarder
11 posts
• Page 1 of 1