Home › Forums › Aside WordPress Theme › Woocommerce columns
- This topic has 9 replies, 2 voices, and was last updated 10 years, 11 months ago by
Cooperdale.
-
AuthorPosts
-
June 25, 2015 at 11:28 am #7670
Cooperdale
ParticipantHi, I wrote about this on the theme’s comments on ThemeForest.
So, I can use Woocommerce shortcodes to list products and categories. It’s ok, I’ll style them with a child theme and that’s fine.
There is a problem though, if you check here: http://docs.woothemes.com/document/woocommerce-shortcodes/
you’ll see that Woocommerce has a column attribute which you can use inside shortcodes to decide how many columns your products should use.Anyway, the feature doesn’t work and I always get 4 columns.
Now, I am fixing this with css on the child theme, but I thought you should know.
June 26, 2015 at 2:23 am #7682Hi, thank you for purchasing our theme
Sorry. We ignored this columns attribute. We’ll try to add it.
Best, Bwsm
June 26, 2015 at 3:02 am #7684quick fix, Please follow:
– download the attached file, unzip it, get woocommerce folder
– login FTP, go to: themes/aside/
– upload / replace: woocommerce folderIt supports max 6 cols
June 26, 2015 at 10:56 am #7690Cooperdale
ParticipantIt works great, thanks.
June 26, 2015 at 11:00 am #7692Cooperdale
ParticipantAlthough now something weird happens, which I don’t think was happening before. If I hover above a Woocommerce category image, it becomes invisible. You can check it out when you enter the website with the credentials I gave you in the thread about the mobile menu.
June 26, 2015 at 11:54 am #7693Cooperdale
ParticipantI think it’s line 17 of woocommerce.css in the zip file you sent me:
.product-img-wrap:hover .product-img-front {
opacity:0;
}June 27, 2015 at 2:05 am #7700It should show the 2nd thumb when mouseover, set the product gallery here: https://www.dropbox.com/s/9rvcyd9xsy0jmrb/QQ20150627-1.jpg?dl=0
June 27, 2015 at 9:53 am #7707Cooperdale
ParticipantI’m not talking about the product thumbs, but the categories thumbs. If you login you can see it for yourself, it’s in the home page.
June 28, 2015 at 2:18 am #7709Yes, you are right, please use the custom css to override it:
.product-img-wrap:hover .product-img-front { opacity: 1; }June 29, 2015 at 1:14 pm #7748Cooperdale
ParticipantThanks. I’ve set it to 0.7 so the hover effect is more evident.
-
AuthorPosts
- You must be logged in to reply to this topic.
