artefax
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spasalon] Banner Strip on Blog pageThis dosn’t work by single product from woocommerce too.
e.g. https://www.shibuecouture.sk/product/samodrziace-tielko-farba-mokka/Forum: Themes and Templates
In reply to: [Spasalon] Blog page doesn't work after update to 1.5.1.1Now just again ‘pink strip’ Banner description and titles cannot change. Or some magical place to setup?
Forum: Themes and Templates
In reply to: [Spasalon] Blog page doesn't work after update to 1.5.1.1Sorry @imranaliweb, I didn’t understood your post.
But I tried to switch “Do you want display Static Front Page:” to “NO” in option panel.
And then the blog works ok.I’ don’t know why, but now looks website as I want.
Thanks [resolved]Forum: Themes and Templates
In reply to: [Spasalon] Blog page doesn't work after update to 1.5.1.1it is on
https://www.shibuecouture.sk/novinkyblog/
But site is in ‘commingsoon mode’ so you have to login. (use “spatheme” and “spatheme” for login).Forum: Themes and Templates
In reply to: [Spasalon] woocommerce shop page side barok. this try was better ??
it is working in ‘parrent’ theme. But in your code was syntax error (I corrected it).
I also addecho '<div class="sidebar-topspacer"></div>';
before ‘getsidebar’to get look like other (nonshop) pages.So THANK YOU. sidebar is solved.
And what about ‘pinkstripe’ banner tittle and description? It is not changed via ‘page editor’.
Forum: Themes and Templates
In reply to: [Spasalon] woocommerce shop page side barresult in page look like this:
<!-- End of pink strip --><div class="container"><div class="row-fluid"><div class="span8"><div class="span4" id="sidebar"> <div class="widget"> <div id="widget-title" class="span12"><h4 class="spa-widget-title">Kategórie produktov</h4></div>
Forum: Themes and Templates
In reply to: [Spasalon] woocommerce shop page side barI tried it in ‘parent’ theme and there works, but not correctly.
echo ‘<div class=”container”><div class=”row-fluid”><div class=”span8″>’; get_sidebar();
It seems that “get_sidebar()” puts sidebar ‘inside span8’ and is ‘before’ woocommerce page.
Forum: Themes and Templates
In reply to: [Spasalon] woocommerce shop page side barCreate a fresh page and enter title , description.
doesn’t work for “shop” page.
Forum: Themes and Templates
In reply to: [Spasalon] woocommerce shop page side barI had try it in child theme but it seems don’t work.
I’m newcomer, not knowing wp very well. I put woocommerce.php in folder structure as in “parent theme”. It seem doesn’t load it. If have tried in root of child theme, there was error with ‘double declaration’.