<?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: backgrounds - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/backgrounds</link>
		<description>Support Forum - Tag: backgrounds - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 07:21:59 +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/backgrounds" rel="self" type="application/rss+xml" />

		<item>
			<title>chaumie on "Flashlight - colour backgrounds with a gallery page"</title>
			<link>http://www.kriesi.at/support/topic/flashlight-colour-backgrounds-with-a-gallery-page#post-70985</link>
			<pubDate>Tue, 14 Aug 2012 15:07:02 +0000</pubDate>
			<dc:creator>chaumie</dc:creator>
			<guid isPermaLink="false">70985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Devin,&#60;br /&#62;
Thanks again.&#60;br /&#62;
Regards Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Flashlight - colour backgrounds with a gallery page"</title>
			<link>http://www.kriesi.at/support/topic/flashlight-colour-backgrounds-with-a-gallery-page#post-70971</link>
			<pubDate>Tue, 14 Aug 2012 14:18:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately no that wouldn't work. The background images need to be inserted through the theme options either on the individual page or in your theme settings for the overall background gallery.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chaumie on "Flashlight - colour backgrounds with a gallery page"</title>
			<link>http://www.kriesi.at/support/topic/flashlight-colour-backgrounds-with-a-gallery-page#post-70969</link>
			<pubDate>Tue, 14 Aug 2012 14:10:40 +0000</pubDate>
			<dc:creator>chaumie</dc:creator>
			<guid isPermaLink="false">70969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Devin,&#60;/p&#62;
&#60;p&#62;Thank you for the quick reply (much appreciated). &#60;/p&#62;
&#60;p&#62;That code works a treat. &#60;/p&#62;
&#60;p&#62;That raises one more question:- If I wanted to display a certain image from my media folder do I replace the css none; with an &#60;img /&#62;    ?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Flashlight - colour backgrounds with a gallery page"</title>
			<link>http://www.kriesi.at/support/topic/flashlight-colour-backgrounds-with-a-gallery-page#post-70962</link>
			<pubDate>Tue, 14 Aug 2012 13:21:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70962@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Marc,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-8 ul.avia_fullscreen_slider {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With the above css, we are targeting that specific page ID which you can see in the URL for the page and tell the background not to display.&#60;/p&#62;
&#60;p&#62;To get the black background, change your background color to black in your Theme Options&#38;gt; General Settings.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chaumie on "Flashlight - colour backgrounds with a gallery page"</title>
			<link>http://www.kriesi.at/support/topic/flashlight-colour-backgrounds-with-a-gallery-page#post-70936</link>
			<pubDate>Tue, 14 Aug 2012 08:38:28 +0000</pubDate>
			<dc:creator>chaumie</dc:creator>
			<guid isPermaLink="false">70936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Devin,&#60;/p&#62;
&#60;p&#62;Have a look at:- &#60;a href=&#34;http://www.d5-design.com/dev2/?page_id=8&#34; rel=&#34;nofollow&#34;&#62;http://www.d5-design.com/dev2/?page_id=8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I trying todo is get the back ground to be black and not show the image form the page library.&#60;/p&#62;
&#60;p&#62;Thanks for looking.&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Flashlight - colour backgrounds with a gallery page"</title>
			<link>http://www.kriesi.at/support/topic/flashlight-colour-backgrounds-with-a-gallery-page#post-70806</link>
			<pubDate>Mon, 13 Aug 2012 16:59:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi chaumie,&#60;/p&#62;
&#60;p&#62;I'm not quite sure I understand what you are looking to do. Do you have a link we can take a look at or maybe a screenshot that can help illustrate it a bit more?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chaumie on "Flashlight - colour backgrounds with a gallery page"</title>
			<link>http://www.kriesi.at/support/topic/flashlight-colour-backgrounds-with-a-gallery-page#post-70799</link>
			<pubDate>Mon, 13 Aug 2012 16:48:33 +0000</pubDate>
			<dc:creator>chaumie</dc:creator>
			<guid isPermaLink="false">70799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I have a single coloured background with a 'Flexible Grid Gallery' page?&#60;br /&#62;
• I have created a new page and have inserted some images using the green ' Upload ' button in Image gallery.&#60;br /&#62;
• I have set the Gallery layout to 'Flexible Grid Gallery'.&#60;br /&#62;
• Updated page and view online&#60;br /&#62;
The background is displaying the images from the uploaded gallery as well as the gallery on the page.&#60;br /&#62;
• So I am wanting to show the gallery on the page BUT not the background.&#60;br /&#62;
I am sure this is simpel but as a newby I need help.&#60;br /&#62;
Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Textured backgrounds"</title>
			<link>http://www.kriesi.at/support/topic/textured-backgrounds#post-45612</link>
			<pubDate>Sat, 10 Mar 2012 12:35:04 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; all right just let us know if it happens again&#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boundlessdata on "Textured backgrounds"</title>
			<link>http://www.kriesi.at/support/topic/textured-backgrounds#post-45610</link>
			<pubDate>Sat, 10 Mar 2012 12:29:34 +0000</pubDate>
			<dc:creator>boundlessdata</dc:creator>
			<guid isPermaLink="false">45610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The client didn't like some major features of the theme so we will have to use a different theme for this project.  I will contact you again if it happens next time I use it.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Tina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Textured backgrounds"</title>
			<link>http://www.kriesi.at/support/topic/textured-backgrounds#post-45491</link>
			<pubDate>Fri, 09 Mar 2012 21:09:08 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Tina! Mind sending us a link to your site so we can take a look? please also set a bg image and set the background to repeat so I can inspect if the source code is created properly
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boundlessdata on "Textured backgrounds"</title>
			<link>http://www.kriesi.at/support/topic/textured-backgrounds#post-45478</link>
			<pubDate>Fri, 09 Mar 2012 20:16:44 +0000</pubDate>
			<dc:creator>boundlessdata</dc:creator>
			<guid isPermaLink="false">45478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In the Angular theme, only the full screen backgrounds seem to work.  The ones that are for repeating or tiling, don't seem to work.  If I select a tile that is meant for repeating and select stretch, it is ugly but it appears.  When I change it back to repeat, it does not appear.  Yes, I have the boxed layout enabled.  Any idea why that would happen?  &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Tina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Still get problems after downgrading to 3.0.5 !!"</title>
			<link>http://www.kriesi.at/support/topic/still-get-problems-after-downgrading-to-305#post-14245</link>
			<pubDate>Wed, 09 Mar 2011 05:45:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Did you try this portfolio fix: &#60;a href=&#34;http://www.kriesi.at/support/topic/help-wordpress-update-has-broken-habitat#post-13666&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/help-wordpress-update-has-broken-habitat#post-13666&#60;/a&#62; ?&#60;/p&#62;
&#60;p&#62;2) A quick fix for the background image problem - open up style.css and insert following code at the very bottom:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body { background-image: url(&#38;#39;http://my-image.jpg&#38;#39;) !important; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace &#60;a href=&#34;http://my-image.jpg&#34; rel=&#34;nofollow&#34;&#62;http://my-image.jpg&#60;/a&#62; with the path to your image. &#60;/p&#62;
&#60;p&#62;3) Can you point me to a page where the link color problem occurs. I couldn't find blue links and the contact button seems to be a blue image...&#60;/p&#62;
&#60;p&#62;We'll release an update notice. It's ready soon but Kriesi wanted to make sure that all bugs will be adressed by the updates (not only W3.1 bugs) and delayed the release a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zinocb73 on "Still get problems after downgrading to 3.0.5 !!"</title>
			<link>http://www.kriesi.at/support/topic/still-get-problems-after-downgrading-to-305#post-14183</link>
			<pubDate>Tue, 08 Mar 2011 14:02:30 +0000</pubDate>
			<dc:creator>zinocb73</dc:creator>
			<guid isPermaLink="false">14183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If The Theme update is not ready yet, can you at least help me with the backgrounds that disappeared ?&#60;br /&#62;
Secondly I noticed that my grey styles (for example on links or contact buttons) have been replaced by blue ones. Can you help me for that too ?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zinocb73 on "Still get problems after downgrading to 3.0.5 !!"</title>
			<link>http://www.kriesi.at/support/topic/still-get-problems-after-downgrading-to-305#post-14169</link>
			<pubDate>Tue, 08 Mar 2011 10:40:24 +0000</pubDate>
			<dc:creator>zinocb73</dc:creator>
			<guid isPermaLink="false">14169@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I know there has been several topics about problems with wordpress 3.1 upgrade and Kriesi themes.&#60;/p&#62;
&#60;p&#62;In my case, I purchased Avisio theme. I got problems when upgrading, like many people. Then I decided to downgrade to version 3.0.5;&#60;br /&#62;
But I still get all my bugs (see on &#60;a href=&#34;http://franceconcert.fr/nouveau_site/)&#34; rel=&#34;nofollow&#34;&#62;http://franceconcert.fr/nouveau_site/)&#60;/a&#62;&#60;br /&#62;
- Problems with permalinks especially in the portfolio section, where portfolio items are '404 errors'&#60;br /&#62;
- Backgrounds disappearing : behind the homepage slider, in the area under logo and navigation menu, in the footer. In all these areas we see the page background instead&#60;/p&#62;
&#60;p&#62;In last week topics, you mentioned that themes'upgrades would be released last week, but we see nothing coming. I start a little bit losing my patience because I have to officially put this website online and I can't for the moment. My client is wondering why I can't fix problems faster. I have to make him wait...&#60;br /&#62;
So please, consider that we work with your themes and there are clients in front of us. Try to release the upgrades very soon, because we paid for your themes and the support.&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
