kaspanova
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shop Isle] About Us page template not showingThe template-about.php was not added to the theme’s folder so was not visible. I manually uploaded it through FTP and i can now select it.
Forum: Themes and Templates
In reply to: [Shop Isle] About us page disappearedHello
I installed the companion, but this template is not showing up in the new page selector
any ideas?
fixed for me, i been looking for ages for a fix for this without knowing it was this. you beauty.
thanks.
Forum: Themes and Templates
In reply to: [Shop Isle] Product columns brokenAnd after all that, i found a fix
https://ww.wp.xz.cn/support/topic/version-1-0-3-does-not-fix-the-column-layout/
Same problem here, I don’t know if it’s the right fix for you, it worked for me.
I’ve changed:ul.products li.product:nth-child(4n+1) { clear: left; }to:
ul.products li.product:nth-child(4n+1) { clear: inherit; }in the file:
mytheme/inc/woocommerce/css/woocommerce.cssForum: Themes and Templates
In reply to: [Shop Isle] Product columns brokenHello, I been trying to fix this on my own, but now I need help
I have deactivated all plugins, but this doesn’t have any effect on the products alignment
my items are displaying like:
O O O O
O Obut I want them to align and center like this:
O O O
O O OThank you!
Forum: Themes and Templates
In reply to: [Shop Isle] Product columns broken