<?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 - User Favorites: kolzow</title>
		<link><a href='http://www.kriesi.at/support/profile/kolzow'>kolzow</a></link>
		<description>Support Forum - User Favorites: kolzow</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 05:25:56 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-86728</link>
			<pubDate>Thu, 06 Dec 2012 06:33:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bruno,&#60;/p&#62;
&#60;p&#62;Yes you can by targeting the class for those page types in the top ID. So for the category page it would be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.tax-product_cat.woocommerce-page .content .box {
min-width: 430px;
width: 430px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For a single product:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product .content .box {
min-width: 430px;
width: 430px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bruwa on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-86623</link>
			<pubDate>Wed, 05 Dec 2012 14:06:15 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">86623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I wanted to increase the width of the product category page to allow the images to be displayed in bigger size.&#60;br /&#62;
So I used the code indicated in this post:&#60;br /&#62;
.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 430px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This also increased the width of the single-product page.&#60;br /&#62;
Can I define a different width for the product-category pages and the single-product pages, respectively? How &#38;amp; where?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84930</link>
			<pubDate>Thu, 22 Nov 2012 02:40:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi livkay,&#60;/p&#62;
&#60;p&#62;Glad that we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>livkay on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84919</link>
			<pubDate>Wed, 21 Nov 2012 22:06:16 +0000</pubDate>
			<dc:creator>livkay</dc:creator>
			<guid isPermaLink="false">84919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great, thanks so much for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84489</link>
			<pubDate>Mon, 19 Nov 2012 01:17:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can adjust that on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-13 .sidebar.sidebar2.box {
left: 1000px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>livkay on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84476</link>
			<pubDate>Sun, 18 Nov 2012 20:12:57 +0000</pubDate>
			<dc:creator>livkay</dc:creator>
			<guid isPermaLink="false">84476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I used&#60;br /&#62;
.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 430px;&#60;br /&#62;
}&#60;br /&#62;
but on the blog page, the right sidebar now sits under the main cotent area. &#60;a href=&#34;http://daryapress.com/test/blog/&#34; rel=&#34;nofollow&#34;&#62;http://daryapress.com/test/blog/&#60;/a&#62;&#60;br /&#62;
Can you help?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-66657</link>
			<pubDate>Fri, 20 Jul 2012 02:04:11 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">66657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Shfaya,&#60;/p&#62;
&#60;p&#62;Can you post a link to your website so we can take a look?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shfaya on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-66102</link>
			<pubDate>Tue, 17 Jul 2012 13:33:36 +0000</pubDate>
			<dc:creator>shfaya</dc:creator>
			<guid isPermaLink="false">66102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I resize the content box this way the right side bar gets hidden behind. It should move as the witdth grows but it doesn`t can you fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holstphoto on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-39339</link>
			<pubDate>Mon, 30 Jan 2012 18:18:08 +0000</pubDate>
			<dc:creator>holstphoto</dc:creator>
			<guid isPermaLink="false">39339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah dont worry about previous post, I found it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holstphoto on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-39338</link>
			<pubDate>Mon, 30 Jan 2012 18:12:55 +0000</pubDate>
			<dc:creator>holstphoto</dc:creator>
			<guid isPermaLink="false">39338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;Thanks for the great theme, it rocks, beautiful and quick.&#60;br /&#62;
I have followed the instruction to make the page wider with codes above, however the right sidebar is being hidden under the content, how do I adjust code for this.?&#60;br /&#62;
to move the sidebar over more to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36912</link>
			<pubDate>Sat, 07 Jan 2012 22:47:44 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hmm tried the specific post id  with out success, drop it into the quick css.  the page is meganredmond.com/tour
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Timing of Slide changes"</title>
			<link>http://www.kriesi.at/support/topic/timing-of-slide-changes#post-36911</link>
			<pubDate>Sat, 07 Jan 2012 22:28:03 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36911@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36876</link>
			<pubDate>Sat, 07 Jan 2012 12:58:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-post .content .box, .page .template-blog.content .box {
min-width: 430px;
width: 650px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36835</link>
			<pubDate>Sat, 07 Jan 2012 00:49:32 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">36835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to make this code work so that only 'Posts' are wider but 'Pages' remain normal? I want to make my blog posts wider but leave everything else the same. I also don't want to have to add this code for every post I make.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36747</link>
			<pubDate>Fri, 06 Jan 2012 08:00:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36714</link>
			<pubDate>Thu, 05 Jan 2012 19:45:08 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">36714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked like a charm! thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36710</link>
			<pubDate>Thu, 05 Jan 2012 19:32:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The body tag of each page/post/archive, etc. offers a page/post specific class. You can see it in the html source code (right click &#38;gt; view source code) Then add it to the previous posted code like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.postid-437 .content .box {
min-width: 430px;
width: 650px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code above would affect the post with the id 437.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36674</link>
			<pubDate>Thu, 05 Jan 2012 13:44:44 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">36674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This code worked great for me as well. However I would like to make the content area on the Contact page and another page a different. Is there something that I can add to this code to make that possible?&#60;/p&#62;
&#60;p&#62;.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 650px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36372</link>
			<pubDate>Mon, 02 Jan 2012 19:17:17 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To do this on a specific page , what would i add?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Timing of Slide changes"</title>
			<link>http://www.kriesi.at/support/topic/timing-of-slide-changes#post-36371</link>
			<pubDate>Mon, 02 Jan 2012 19:03:40 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Using shortcodes for slider in the mini content area.   How can i change the timing of slide rotations
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "mIssing background gallery photo"</title>
			<link>http://www.kriesi.at/support/topic/missing-background-gallery-photo#post-36370</link>
			<pubDate>Mon, 02 Jan 2012 18:42:57 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry .. i moved the site into production.   &#60;a href=&#34;http://meganredmond.com&#34; rel=&#34;nofollow&#34;&#62;http://meganredmond.com&#60;/a&#62;    Seems like the gallery was corrupt.  I recreated the page and could display.&#60;/p&#62;
&#60;p&#62;However, not getting the photos to fit themselves into the space.  either cropping with a full size image or no change at all.   i have played with the settings and doesn't seem to change them.   example:    meganredmond.com/music  page.&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "mIssing background gallery photo"</title>
			<link>http://www.kriesi.at/support/topic/missing-background-gallery-photo#post-36312</link>
			<pubDate>Mon, 02 Jan 2012 06:55:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I can't view &#60;a href=&#34;http://www.kolzow.org//music&#34; rel=&#34;nofollow&#34;&#62;http://www.kolzow.org//music&#60;/a&#62; atm - I get a &#34;Forbidden - You don't have permission to access / on this server.&#34; error message. Maybe you need to change some server settings to allow external visitors/ips?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "mIssing background gallery photo"</title>
			<link>http://www.kriesi.at/support/topic/missing-background-gallery-photo#post-36302</link>
			<pubDate>Mon, 02 Jan 2012 01:15:56 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi uploaded a single photo for the background of the page.   Shows in the gallery on the page itself but when you view that page the photo is not there.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kscooley on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36190</link>
			<pubDate>Fri, 30 Dec 2011 12:41:21 +0000</pubDate>
			<dc:creator>kscooley</dc:creator>
			<guid isPermaLink="false">36190@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect!  I was just looking for this info here and couldn't find it through search.  (Was checking for content width, not page.)  Added the code, adjusted and it works like a charm.  Thanks, Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Full Screen Gallery (default image still there)"</title>
			<link>http://www.kriesi.at/support/topic/full-screen-gallery-default-image-still-there#post-32917</link>
			<pubDate>Thu, 24 Nov 2011 00:28:13 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Let us know if it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Full Screen Gallery (default image still there)"</title>
			<link>http://www.kriesi.at/support/topic/full-screen-gallery-default-image-still-there#post-32898</link>
			<pubDate>Wed, 23 Nov 2011 21:34:32 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">32898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks i give it a shot !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Full Screen Gallery (default image still there)"</title>
			<link>http://www.kriesi.at/support/topic/full-screen-gallery-default-image-still-there#post-32763</link>
			<pubDate>Tue, 22 Nov 2011 19:02:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use css code to hide the fullscreen slider background and to change the bg color for specific pages. I.e. if your &#34;full screen gallery&#34; page has the id 45 use following code (you can add it to css/custom.css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.page-id-45 .avia_fullscreen_slider {
display: none !important;
}

body.page-id-45{
background-color: #222222;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the page id and the background color value :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Full Screen Gallery (default image still there)"</title>
			<link>http://www.kriesi.at/support/topic/full-screen-gallery-default-image-still-there#post-32688</link>
			<pubDate>Mon, 21 Nov 2011 21:27:20 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">32688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Some clarification  -  On the &#34;home&#34; page  the default is set for NO REPEAT , not full screen.    when i do that ,  the page where i want to show full screen (fit) photos, the default background is still visible on the sides&#60;/p&#62;
&#60;p&#62;if i switch to FULL Screen for the home page, then the image is hidden behind the full screen images being display.   &#60;/p&#62;
&#60;p&#62;Why this choice -  on the home screen the menu bar doesn't run the full length and with the image i have looks great.   on the other pages the menu bar runs the full length with the almost transparent background visible.&#60;/p&#62;
&#60;p&#62;here is my test site  kolzow.org
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Full Screen Gallery (default image still there)"</title>
			<link>http://www.kriesi.at/support/topic/full-screen-gallery-default-image-still-there#post-32684</link>
			<pubDate>Mon, 21 Nov 2011 21:15:57 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">32684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Figured out the right size Option 3, but now on page were the &#34;full screen gallery&#34; is the default background is behind the gallery image.   Is there any way not to show the default and maybe a color background
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-30314</link>
			<pubDate>Mon, 24 Oct 2011 05:17:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
