<?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 - Topic: Customization (Top bar, socket, splash page)</title>
		<link>http://www.kriesi.at/support/topic/quick-queries</link>
		<description>Support Forum - Topic: Customization (Top bar, socket, splash page)</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 06:25:15 +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/topic/quick-queries" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-102056</link>
			<pubDate>Tue, 19 Mar 2013 13:46:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The image size on the single product page is dictated by the css container for it. Either the full width slideshow option or the adjustable option will change it to one of the two available styles that the theme comes with.&#60;/p&#62;
&#60;p&#62;Outside of that, it depends on what you are trying to change but everything the theme does to modify woocommerce is in config-woocommerce&#38;gt;config.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-101927</link>
			<pubDate>Mon, 18 Mar 2013 20:16:19 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">101927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I'm finally learning to take care of myself with the inspect element tool and I've managed to sort out all of the little bits here and there. Thank you for your awesome help.&#60;br /&#62;
The one only thing I'm not getting is how to set the size of the product image in the single product page. I have already tried the plugin &#34;simple image sizes&#34; but it doesn't seem to work and I don't think there is an option to set up in the admin menus.. Any clues? Thanks again.&#60;br /&#62;
Regards,&#60;br /&#62;
Luis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-101713</link>
			<pubDate>Mon, 18 Mar 2013 01:40:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Luis,&#60;/p&#62;
&#60;p&#62;The site appears to be behind a coming soon wall so I'm not able to view it. What you'll need to do is go through and inspect each element in the header and re-set their z-index values to a system that puts them above everything else. Then if anything appears on top still, re-set its individual z-index lower.&#60;/p&#62;
&#60;p&#62;The top stripe isn't really set up for this kind of use so if the above doesn't get it there already, you'll need to finish off the rest on your own or look into a freelance developer to handle the customization.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-101509</link>
			<pubDate>Fri, 15 Mar 2013 17:19:45 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">101509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh its not only the logo, its the menu as well, sorry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-101404</link>
			<pubDate>Thu, 14 Mar 2013 23:52:34 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">101404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Contact box sorted, cheers.&#60;br /&#62;
Top banner is nearly sorted, only problems now:&#60;br /&#62;
-When scrolling down, logo is still stacking on top and I can't seem to change this using x-index :S&#60;br /&#62;
-The amount in the cart (0$) stays black even though the rest of text has gone white..&#60;br /&#62;
-When scrolling on top of the links (my account, etc) these turn black, what should I add so it goes another colour)&#60;/p&#62;
&#60;p&#62;Thanks again&#60;/p&#62;
&#60;p&#62;Luis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-101366</link>
			<pubDate>Thu, 14 Mar 2013 20:25:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.info_text_header a {
color: #fff;
}
#header .container {
    z-index: 300;
}
.info_text_header a {
    color: #fff;
}

#shop_header .container {
    z-index: 310;
}
.cart_dropdown {
    z-index: 320;
}
#wrap_all {
    z-index: 5;
}
#header{
margin-top: 40px;
}
#top.page-id-86 fieldset {
background: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-101176</link>
			<pubDate>Wed, 13 Mar 2013 18:25:13 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">101176@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What I mean is that yes, it has now a fixed position thanks to that code BUT as soon as you scroll down, stuff goes over it instead of under. You can see what I mean here &#60;a href=&#34;http://discodromerecords.com/&#34; rel=&#34;nofollow&#34;&#62;http://discodromerecords.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The other thing I was asking was how to change the font colour as it is the same as the background colour at the moment, making it unreadable..&#60;/p&#62;
&#60;p&#62;Also, you may notice that as it is now fixed, the logo and menu are too near to the top, overlapping the banner, quick solution for this?&#60;/p&#62;
&#60;p&#62;What about the background of the contact form? The only customisation I want to do to that is get rid of it (or make it black so its readable)&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;Luis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-101173</link>
			<pubDate>Wed, 13 Mar 2013 18:12:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Luis,&#60;/p&#62;
&#60;p&#62;The top bar being fixed is what keeps it stuck to the top of the screen. Not sure what you mean or are looking for if that code isn't the desired result.&#60;/p&#62;
&#60;p&#62;3) It depends on what you want to do to the search. The widget version you add in to the sidebars is just the default wordpress search widget so it can be styled independently of the theme. Anything further and your best resource would be google.&#60;/p&#62;
&#60;p&#62;5) If you want the socket container to stick to the bottom of the screen then yes.&#60;/p&#62;
&#60;p&#62;I don't have any recommendations for a font plugin but they are all about the same.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-100991</link>
			<pubDate>Tue, 12 Mar 2013 22:39:24 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">100991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The only thing I actually want to do with the contact box is take out the background box. Maybe that is doable. Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-100987</link>
			<pubDate>Tue, 12 Mar 2013 22:22:54 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">100987@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1 and 2) Works well but now everything stacks on top of it as I scroll, z-index wont help even if I use !important. color: doesn't seem to work, I know its set in dynamic css but I would prefer not to touch that..&#60;/p&#62;
&#60;p&#62;3) I think I'll stick with the search bar in the sidebar, where do I edit that?&#60;br /&#62;
4)Managed to find it, thanks&#60;br /&#62;
5) So the only way to make this only as high as it needs to be to cover the text is by playing around with sticky footers? &#60;a href=&#34;http://img850.imageshack.us/img850/3629/screenshot20130312at221.png&#34; rel=&#34;nofollow&#34;&#62;http://img850.imageshack.us/img850/3629/screenshot20130312at221.png&#60;/a&#62;&#60;br /&#62;
6,7,8) Cool. I'll try that, thank you&#60;br /&#62;
Plugin to change fonts as well? In that case, which one is recommended with this theme?&#60;/p&#62;
&#60;p&#62;Thanks again, sorry if I'm a bit of a pain.&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Luis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-100924</link>
			<pubDate>Tue, 12 Mar 2013 17:44:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi discodromerecords,&#60;/p&#62;
&#60;p&#62;Let me see what I can do:&#60;/p&#62;
&#60;p&#62;1 and 2)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#shop_header {
background-color: #000;
border-color: #000;
position: fixed;
width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3 and 4) You can modify the function that outputs the bar in the functions.php. Look for the function:&#60;code&#62;if(!function_exists(&#38;#39;avia_shop_banner&#38;#39;))&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But it isn't something we could walk you through customizing.&#60;/p&#62;
&#60;p&#62;5) The socket stays at a static height. Its just that the background of the page is set to be the same color as the socket so that it never gets that cut off look. If you want the socket to actually stick to the footer, you would need to look into how to add a sticky footer and apply it to the #socket.&#60;/p&#62;
&#60;p&#62;6) With a plugin that can have its output set with a php function, you can add it to the footer.php inside the #socket wherever you'd like.&#60;/p&#62;
&#60;p&#62;7) If you want to customize it at all I always recommend something like Contact Form 7&#60;/p&#62;
&#60;p&#62;8) You would need to find a plugin to do that.&#60;/p&#62;
&#60;p&#62;Anything that can't be changed via the Styling options can either be done with CSS or with a more user friendly interface a plugin.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-100704</link>
			<pubDate>Mon, 11 Mar 2013 21:14:16 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">100704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh I forgot, I would also like to know the best way to play around with typography, is there a way to have custom fonts or would I need to use them as images? Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discodromerecords on "Customization (Top bar, socket, splash page)"</title>
			<link>http://www.kriesi.at/support/topic/quick-queries#post-100697</link>
			<pubDate>Mon, 11 Mar 2013 20:40:18 +0000</pubDate>
			<dc:creator>discodromerecords</dc:creator>
			<guid isPermaLink="false">100697@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I recently bought this theme and I have a few customisation questions, I think they are quite simple but if they are not and can be found elsewhere in these forums, let me know. Or if I should open a topic for each request.&#60;/p&#62;
&#60;p&#62;1) Make top bar black, while keeping a different primary colour&#60;br /&#62;
2) Make top bar fixed&#60;br /&#62;
3) Add search box to top bar&#60;br /&#62;
4) Make top bar display account and cart directly, without linking to this page (Sorry guys)&#60;br /&#62;
5) Keep socket a fixed height, even if there is not much content on the page&#60;br /&#62;
6) Add a subscription email box to socket&#60;br /&#62;
7) Is there a way to change styling of contact box or is it better to have a contact form plugin?&#60;br /&#62;
8) Making a static/splash page as a welcome page with same background as rest of the theme&#60;/p&#62;
&#60;p&#62;I think that is it at the moment, this has to be the best woocommerce ready theme out there, thank you!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
