Please share the live page link so we can Inspect code and provide a solution.
Thanks
Yes please see here the settings – https://i.gyazo.com/f3013873e59e0bcbe462ebddb3f4f10a.png
here is the page using the shortcode from WooTabbed – https://liftedmarket.com/wootabbedtest/
Here is the regular shop page using WooCommerce –
https://liftedmarket.com/shop/
I also just noticed the price does not show on the WooTabbed page either. Is that a bug?
We released a new version. Please upgrade to that and check the column issue.
For the price – please add this custom CSS from Woo Tabbed -> Custom CSS and check again.
.wtcpl_container ul.products li.product .button {
position: relative;
}
Thanks
Hello the CSS code worked for the prices, thanks on that!
As for the category’s, I did update the plugin and verified my settings but still only have the default 4 no matter the setting, see here –
https://i.gyazo.com/82e53f16fec0819d144ded61c78423a2.png
https://i.gyazo.com/327d6d33f683ba70e723198e80d99dec.png
https://i.gyazo.com/165891f64133a2a991a5f96efe48e0db.png
Edit: I changed the column count to 6, seen here – https://i.gyazo.com/7b83ef0b2a3a5047100a46f86e5723fa.png
which somehow gave me 5 columns seen here-
https://i.gyazo.com/24c4e1213878959400b8a4dba9f0c560.png
.
It is 5 like I want :D, but somewhere there is still bug.
This is not our plugin’s CSS issue. It is a woocommerce CSS issue. Please add this custom CSS below the previous custom CSS and check again.
@media (min-width: 993px){
body .wtcpl_container .columns-6 ul.products li.product {
width: 15.5667%;
}
Thanks