<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: shop pages - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/shop-pages</link>
		<description>Support Forum - Tag: shop pages - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 23:19:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/shop-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Changing Shop Pages to Mimic Demo"</title>
			<link>http://www.kriesi.at/support/topic/changing-shop-pages-to-mimic-demo#post-104989</link>
			<pubDate>Tue, 09 Apr 2013 21:01:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi caseylum,&#60;/p&#62;
&#60;p&#62;The theme demo doesn't use shortcodes anywhere to define the product pages. Its purely product categories and the WooCommerce Shop page designation.&#60;/p&#62;
&#60;p&#62;So you could have a category for &#34;New Statements&#34; and link to that category which would output the page exactly like the demo.&#60;/p&#62;
&#60;p&#62;Or, to get the products to expand and fill the space set the product width:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-392 .products .product {
width: 33%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caseylum on "Changing Shop Pages to Mimic Demo"</title>
			<link>http://www.kriesi.at/support/topic/changing-shop-pages-to-mimic-demo#post-104891</link>
			<pubDate>Tue, 09 Apr 2013 07:48:27 +0000</pubDate>
			<dc:creator>caseylum</dc:creator>
			<guid isPermaLink="false">104891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!  &#60;/p&#62;
&#60;p&#62;I had posted this topic a few months ago and couldn't find the thread to add on.  SO I am starting a new one :)&#60;/p&#62;
&#60;p&#62;So I was working on making each one of my shop pages have the same dimensions and thumbnail size as the demo shop. Pretty much want it to mimic the Flashlight Demo.&#60;/p&#62;
&#60;p&#62;I accomplished getting the right size thumbnails and having only three images across by putting &#34;[recent_products per_page=&#34;12&#34; columns=&#34;3&#34; orderby=&#34;date&#34; order=&#34;desc&#34;]&#60;/p&#62;
&#60;p&#62;I also tried to put the following in to the &#34;Styling Quick CSS&#34; box to get the right width of the shop page:&#60;/p&#62;
&#60;p&#62;#top.page-id-378 .container .content .box {&#60;br /&#62;
width: 800px;&#60;br /&#62;
}&#60;br /&#62;
ul.products li {&#60;br /&#62;
list-style-type: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-392 .container .content .box {&#60;br /&#62;
width: 800px;&#60;br /&#62;
}&#60;br /&#62;
ul.products li {&#60;br /&#62;
list-style-type: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-415 .container .content .box {&#60;br /&#62;
width: 800px;&#60;br /&#62;
}&#60;br /&#62;
ul.products li {&#60;br /&#62;
list-style-type: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-412 .container .content .box {&#60;br /&#62;
width: 800px;&#60;br /&#62;
}&#60;br /&#62;
ul.products li {&#60;br /&#62;
list-style-type: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top.page-id-405 .container .content .box {&#60;br /&#62;
width: 800px;&#60;br /&#62;
}&#60;br /&#62;
ul.products li {&#60;br /&#62;
list-style-type: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But no matter what px I change the width to the width of the box remains too long.  Is something over writing this code I am trying to put in?  Or maybe it is not correct?&#60;/p&#62;
&#60;p&#62;Check out my page at: &#60;a href=&#34;http://www.bpoyandjo.com/sneakpeek&#34; rel=&#34;nofollow&#34;&#62;http://www.bpoyandjo.com/sneakpeek&#60;/a&#62; and select &#34;New Statements&#34; to see what I'm talking about.&#60;/p&#62;
&#60;p&#62;I hope you understand this crazy post!  Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-84677</link>
			<pubDate>Tue, 20 Nov 2012 08:17:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Peter and Devin are of course are correct, that changing the code will be brutal.&#60;/p&#62;
&#60;p&#62;What you can do though, is something like this. for &#60;a href=&#34;http://s154267.gridserver.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/shop/&#60;/a&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
#top.archive .inner_sidebar {
position: absolute;
top: -4220px;
right: 100px;
}
ul.products {
position: relative;
top: 340px;
right: -70px;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try it in your Quick CSS to see what I mean. However for long term, you may have a different number of images or a different number of lines for each image description. So I would put that css inline, and with jQuery get the total height ... $(document).height() ... of this page ( &#60;a href=&#34;http://s154267.gridserver.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/shop/&#60;/a&#62; ) and based on the total height of the entire page I would dynamically set the 'top: -4220px;' css value. Just an idea for a workaround if its important to you.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-84578</link>
			<pubDate>Mon, 19 Nov 2012 18:48:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Susan,&#60;/p&#62;
&#60;p&#62;As Peter described the issue is in how the pages are constructed based on the theme's templates. The order of the actual divs is what decides the layout when you move to a smaller window. So on the shop example, the way it is constructed is that the sidebar div is after all the other content. So when it moves to a mobile view and the divs get set to 100% width they just go in order.&#60;/p&#62;
&#60;p&#62;The other example, the sidebar is set first so when the screen shrinks down the sidebar gets the 100% width and sits on top.&#60;/p&#62;
&#60;p&#62;As Peter said, I don't see a route in which to change the construction without really changing a lot of the theme/framework.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-84569</link>
			<pubDate>Mon, 19 Nov 2012 16:54:17 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">84569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;The problem is in the inconsistent way that the theme treats the sidebar on mobile view in the product detail pages.  &#60;/p&#62;
&#60;p&#62;So in the shop overview at  &#60;a href=&#34;http://s154267.gridserver.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/shop/&#60;/a&#62; for example, when you go to mobile view, the sidebar slides down underneath the main content. This is how the sidebar works on all other pages (including the basket, checkout etc).&#60;/p&#62;
&#60;p&#62;however on the product detail page, for example &#60;a href=&#34;http://s154267.gridserver.com/product/allen-woody-1935/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/product/allen-woody-1935/&#60;/a&#62; when you reduce the browser window or view on a mobile, the sidebar moves up above the main content.&#60;/p&#62;
&#60;p&#62;Thanks for all your other helpful comments btw.  &#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-84325</link>
			<pubDate>Fri, 16 Nov 2012 22:11:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Unrelated: You have an error in your &#34;cookie warning&#34;, there is an undefined image&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;cookie-law-info-bar&#38;quot; style=&#38;quot;display: block; background-color: rgb(255, 255, 255); background-image: url(http://s154267.gridserver.com/investment/undefined); color: rgb(0, 0, 0); font-family: inherit; position: fixed; bottom: 0px;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;----&#60;/p&#62;
&#60;p&#62;I don't see any pages that have a sidebar below the content. Some pages have the left sidebar( &#60;a href=&#34;http://s154267.gridserver.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/shop/&#60;/a&#62; ) or ( &#60;a href=&#34;http://s154267.gridserver.com/product/allen-woody-1935/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/product/allen-woody-1935/&#60;/a&#62; )  and other pages have a left sidebar that's completely empty ( &#60;a href=&#34;http://s154267.gridserver.com/investment/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/investment/&#60;/a&#62; ) . The homepage , I am not sure , looks like a custom template with two columns and no sidebar. &#60;/p&#62;
&#60;p&#62;Please show a direct link to the page with the problem. Also please turn off the w3 Total Cache while developing, and especially its minification feature.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-84200</link>
			<pubDate>Fri, 16 Nov 2012 07:26:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I'm not aware of another solution atm but I tagged this thread for the other support staff members - maybe someone has an idea. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-84125</link>
			<pubDate>Thu, 15 Nov 2012 20:38:37 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">84125@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for the suggestion, but the whole site was designed to use a left float sidebar and has been built as such.  Because the theme blurb talked about having the option to align the sidebar both right and left, I did not realise this would be a problem.  I wonder if there is another way to resolve the problem without changing the position of the sidebar?  Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-83576</link>
			<pubDate>Tue, 13 Nov 2012 08:07:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try to use a right aligned sidebar instead (like the demo page here: &#60;a href=&#34;http://www.kriesi.at/themes/propulsion/shop/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/propulsion/shop/&#60;/a&#62; - because the sidebar floats to the right the media queries will push it down and display the sidebar below the main content.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "sidebar in mobile view for shop pages"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-in-mobile-view-for-shop-pages#post-83452</link>
			<pubDate>Mon, 12 Nov 2012 12:50:45 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">83452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I have set up my page layout in the shop pages with a left aligned sidebar.  On the shop overview page, the sidebar moves to the bottom of the page (as it does on all other pages on the site).  For some reason, on the product detail page, it stays at the top of the browser window - so before the image.&#60;/p&#62;
&#60;p&#62;I would like to bring these into harmony - so either the sidebar stays at the top of both pages or moves to the bottom on both pages.  I thought the answer might be in media queries, but can't seem to find a way of resolving it with this method.&#60;/p&#62;
&#60;p&#62;Here is a link to the site so you can see what i mean.  &#60;a href=&#34;http://goo.gl/zBp40&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/zBp40&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove top shop info bar from pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-shop-info-bar-from-pages#post-74924</link>
			<pubDate>Sat, 08 Sep 2012 10:54:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cathe,&#60;/p&#62;
&#60;p&#62;Glad that I could help. :) Marked this as resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Remove top shop info bar from pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-shop-info-bar-from-pages#post-74914</link>
			<pubDate>Sat, 08 Sep 2012 08:35:11 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">74914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It worked! Thank you Ismael! I appreciate your help!&#60;/p&#62;
&#60;p&#62;— Cathe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove top shop info bar from pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-shop-info-bar-from-pages#post-74620</link>
			<pubDate>Thu, 06 Sep 2012 04:55:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open header.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$position = avia_shop_banner();
					avia_banner($position);   // avia_banner functions located in functions.php - creates the notification at the top of the site as well as the shopping cart&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( is_shop()) {
					$position = avia_shop_banner();
					avia_banner($position);   // avia_banner functions located in functions.php - creates the notification at the top of the site as well as the shopping cart
					}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Remove top shop info bar from pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-top-shop-info-bar-from-pages#post-74594</link>
			<pubDate>Thu, 06 Sep 2012 00:14:59 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">74594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to remove the shop info that appears in the colored bar at the very top (actually it would be great to remove the info AND the bar altogether) from all non-shop pages and the home page? I would like it to just show up on the shop base and all shop-related pages only. Thank you for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "WooCommerce Shop page did not install with plugin"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-shop-page-did-not-install-with-plugin#post-74417</link>
			<pubDate>Wed, 05 Sep 2012 01:12:27 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">74417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter was able to help you! Let us know if you have any more questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "WooCommerce Shop page did not install with plugin"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-shop-page-did-not-install-with-plugin#post-74216</link>
			<pubDate>Mon, 03 Sep 2012 22:31:47 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">74216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! That worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WooCommerce Shop page did not install with plugin"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-shop-page-did-not-install-with-plugin#post-73949</link>
			<pubDate>Sat, 01 Sep 2012 13:12:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Just create several new pages  (Pages &#38;gt; Add New and give them any titles of your choice). Then go to WooCommerce &#38;gt; Settings &#38;gt; Pages and select the pages by using the dropdown options. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "WooCommerce Shop page did not install with plugin"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-shop-page-did-not-install-with-plugin#post-73944</link>
			<pubDate>Sat, 01 Sep 2012 13:01:35 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">73944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The WooCommerce shop pages did not automatically install when the plugin that came with the theme was installed. This is the message on the setting pages that shows up: &#34;These pages should have been created upon installation of the plugin, if not you will need to create them.&#34; I cannot find instructions on how to manually set these pages up, have a sample screenshot to know how to set them up or perhaps have them install again. I need help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
