<?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: biggatings</title>
		<link><a href='http://www.kriesi.at/support/profile/biggatings'>biggatings</a></link>
		<description>Support Forum - User Favorites: biggatings</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 05:19:03 +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>Dude on "A few Issues.... Help requested!"</title>
			<link>http://www.kriesi.at/support/topic/a-few-issues-help-requested#post-46906</link>
			<pubDate>Mon, 19 Mar 2012 06:11:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1) Yes - you can add a custom menu by using the menu widget. You can even create product category specific menus by using widget logic. &#60;/p&#62;
&#60;p&#62;2) Category archive pages will always link to the posts. I'm not aware of a plugin which can change this behaviour. You could use a redirecion plugin but obviously this is a dirty workaround.&#60;/p&#62;
&#60;p&#62;3) I'm sorry. This is beyond the scope of this support forum. However you can try to hire a freelancer here: &#60;a href=&#34;http://themeforest.net/forums/topic/themeforest/25&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/forums/topic/themeforest/25&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;4) I wouldn't adjust the width of the area (otherwise you risk to overlap the left cursor area with the zoom area). Open up abundance\woocommerce-config\woocommerce-mod.js and search for following two lines:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;zoomHeight: &#38;#39;auto&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;zoomWidth:613&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace 613 with any other value (it's a px value) and/or replace 'auto' with any fixed px value (eg 500).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biggatings on "A few Issues.... Help requested!"</title>
			<link>http://www.kriesi.at/support/topic/a-few-issues-help-requested#post-46436</link>
			<pubDate>Thu, 15 Mar 2012 12:28:21 +0000</pubDate>
			<dc:creator>biggatings</dc:creator>
			<guid isPermaLink="false">46436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;br /&#62;
Thanks for responding. I have a few more questions:&#60;/p&#62;
&#60;p&#62;1. I used the following code to hide the side bar and it worked, but is there no way to have the products display in the entire area?&#60;br /&#62;
.single_sidebar.template-shop .sidebar {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;If not, how can I create a menu and put in the sidebar? Do i just create a custom menu and then add it to a widget?&#60;/p&#62;
&#60;p&#62;2. Because I a doing a print site, I need to have some information pages... Is it possible to have a category (like Other Services) that will link to a page rather than a catalogue type listing?&#60;br /&#62;
3. I really want to have the mouseover zoom on the product layout pages... Can you tell me what needs to change?&#60;br /&#62;
4. How do I make the Image Zoom area in the individual product page larger?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "A few Issues.... Help requested!"</title>
			<link>http://www.kriesi.at/support/topic/a-few-issues-help-requested#post-46408</link>
			<pubDate>Thu, 15 Mar 2012 08:46:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1) This is not possible without major code changes.&#60;/p&#62;
&#60;p&#62;2) You can hide the sidebar with following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single_sidebar.template-shop .sidebar {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It's not easily possible to extend the width of the content/product area on the left side because this would break other theme layouts/features.&#60;/p&#62;
&#60;p&#62;3) Plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/widget-logic/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/widget-logic/&#60;/a&#62; allow you to filter the sidebar content. Put the widgets into the &#34;displayed everywhere&#34; widghet areas and filter the product categories with following code/condtional:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;is_tax( &#38;#39;product_cat&#38;#39;, &#38;#39;Cars&#38;#39; )&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The widget will be displayed when the user views the &#34;Cars&#34; product category. Obviously you can use insert any other category :)&#60;/p&#62;
&#60;p&#62;4) Go to this page: &#60;a href=&#34;http://www.kriesi.at/support/profile/biggatings&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/profile/biggatings&#60;/a&#62; and click on &#34;Edit&#34; to change your account details.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biggatings on "A few Issues.... Help requested!"</title>
			<link>http://www.kriesi.at/support/topic/a-few-issues-help-requested#post-46229</link>
			<pubDate>Wed, 14 Mar 2012 12:48:16 +0000</pubDate>
			<dc:creator>biggatings</dc:creator>
			<guid isPermaLink="false">46229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello??? Do you think someone could at least acknowledge that some questions have been asked?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biggatings on "A few Issues.... Help requested!"</title>
			<link>http://www.kriesi.at/support/topic/a-few-issues-help-requested#post-45918</link>
			<pubDate>Mon, 12 Mar 2012 21:23:41 +0000</pubDate>
			<dc:creator>biggatings</dc:creator>
			<guid isPermaLink="false">45918@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Just have to say that I love your work... I have a couple of your themes and am very happy with them. I do however have a few issues with Abundance.&#60;/p&#62;
&#60;p&#62;I am doing a web-to-print site and I have some business cards, christmas cards etc that I want to offer for customization and sale. So here are my questions:&#60;/p&#62;
&#60;p&#62;1. Is there a way to mouse over the business card and instad of it showing &#34;Show Details&#34; have it zoom in on the card so that people can see it? or even enlarge the image on mouse over?&#60;/p&#62;
&#60;p&#62;2. In my product display, say the business card category, I have the side bar there with all of my subpages etc and I really dont want that. I would like a full-size page rather than 1 with a sidebar.&#60;/p&#62;
&#60;p&#62;3. Because of the fact that there are 4 different categories that have customizing options, is it possible to create a side bar that only shows on the &#34;Business card&#34; products and then 1 that only shows on the xmas cards product pages etc?&#60;/p&#62;
&#60;p&#62;Also, just a general question for this forum... is there a wat for me to change my password to log into support? and add other themes that I have purchased?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
