<?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: SapphireGraphics</title>
		<link><a href='http://www.kriesi.at/support/profile/sapphiregraphics'>sapphiregraphics</a></link>
		<description>Support Forum - User Favorites: SapphireGraphics</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 01:44:48 +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 "How can I add a link to each of the partner logos in Abundance theme?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-a-link-to-each-of-the-partner-logos-in-abundance-theme#post-50816</link>
			<pubDate>Mon, 09 Apr 2012 20:47:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">50816@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi peterhoppe21,&#60;/p&#62;
&#60;p&#62;That sounds like a good idea to be added in. Its not currently possible without some serious modification to the theme but I will pass the idea along to Kriesi.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peterhoppe21 on "How can I add a link to each of the partner logos in Abundance theme?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-a-link-to-each-of-the-partner-logos-in-abundance-theme#post-50525</link>
			<pubDate>Sat, 07 Apr 2012 16:20:44 +0000</pubDate>
			<dc:creator>peterhoppe21</dc:creator>
			<guid isPermaLink="false">50525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Your Abundance theme is great! Quick question: I would like to give a shout out to the businesses featured using the logos in the footer. How can I add a link to each logo so that someone can click each of the logos and go to each businesses website (loaded in a new window/tab)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WooThemes Plugin Integration"</title>
			<link>http://www.kriesi.at/support/topic/woothemes-plugin-integration#post-31795</link>
			<pubDate>Sun, 13 Nov 2011 07:40:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'll use this thread to post modifications which are required to integrate WooCommerce plugins. Some plugins may require css code changes/mods. Basically it's pretty easy to install a WooCommerce plugin. First go to the extensions download page and download/buy the plugin. Then install it like a standard wordpress plugin. I'll post required mods to the Abundance stylesheet/theme files below. Please note that I try my best to support the plugins and to test them all but I can't gurantee that all will work with our theme(s). Especially payment gateways are hard to test but they shouldn't conflict with our theme code. A list of payment gateway plugins can be found &#60;a href=&#34;http://inoplugs.com/woocommercegateway&#34;&#62;HERE&#60;/a&#62; - some very popular services are supported like Google Checkout, PayPal Pro, Authorize.net, 2Checkout Form, eWay or even iDeal by Mollie.&#60;br /&#62;
A list of all woocommerce extensions can be found &#60;a href=&#34;http://inoplugs.com/woocommerceextensions&#34;&#62;HERE&#60;/a&#62;!&#60;/p&#62;
&#60;p&#62;A list of recommended WooCommerce extensions can be found in this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/useful-plugins&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/useful-plugins&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;Sales Flash Pro:&#60;/strong&#62;&#60;br /&#62;
Add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .onsale {
    display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;Table Rate Shipping:&#60;/strong&#62;&#60;br /&#62;
No (theme) code modifications are required. Just activate the plugin and change/add the Shipping Rates for different countries (WooCommerce &#38;gt; Settings &#38;gt; Shipping Methodes).&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;Subscribe to Newsletter:&#60;/strong&#62;&#60;br /&#62;
Add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#subscribeform input {
    -moz-box-sizing: border-box;
    background: none #fff;
    border: 1px solid #CCCCCC;
    box-shadow: none;
    color: #999999;
    font-family: &#38;quot;Helvetica Neue&#38;quot;,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    outline: 0 none;
    padding: 7px;
    width: 100%;
}

#newsletter_subscribe{
    border: medium none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    float: left;
    font-family: inherit;
    line-height: 1em;
    margin: 7px 2px 0 0 !important;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 50% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Activate the plugin afterwards and configure the MailChimp/Campaign Monitor settings (WooCommerce &#38;gt; Settings &#38;gt; Newsletter). You can use the &#34;Subscribe to Newsletter&#34; widget to display the subscribe form on posts/pages, etc.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;Store Credit:&#60;/strong&#62;&#60;br /&#62;
No (theme) code modifications are required. Just activate the plugin and go to WooCommerce &#38;gt; Coupons.&#60;br /&#62;
Press the 'Add Coupon' button.&#60;br /&#62;
Type a name for the coupon, and choose 'Store Credit' from the Discount Type drop down menu.&#60;br /&#62;
Publish the coupon and add an item to your cart, and use the coupon code to test it out.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;Media to Product Linker:&#60;/strong&#62;&#60;br /&#62;
No (theme) code modifications are required.  When adding media you have the option to set the &#34;WooCommerce Product&#34; from the select box. Doing so will link the two, so when you insert the image into a post you have the option to link it to the 'post url' (which will be the product url) or the image itself. &#60;/p&#62;
&#60;p&#62;If you are linking to the image itself, and you have a lightbox script enabled, the plugin will add a link to the title tag of the image link - this will display when opening the image in the lightbox.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;EU VAT Exemption:&#60;/strong&#62;&#60;br /&#62;
No (theme) code modifications are required. EU VAT Exemption lets you collect (and validate) a customers EU VAT number during checkout to make them VAT exempt. EU business with a valid VAT number (non-UK) are exempt.&#60;br /&#62;
Once activated the field will appear on the checkout automatically.&#60;br /&#62;
You can configure the message displayed on the checkout by going to WooCommerce &#38;gt; Settings &#38;gt; Tax and editing the 'EU VAT Message' setting.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;Per product shipping:&#60;/strong&#62;&#60;br /&#62;
No (theme) code modifications are required. Just activate the plugin and from now on you can add different shipping rates to each product.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;Product Enquiry Form&#60;/strong&#62;&#60;br /&#62;
No (theme) code modifications are required.&#60;br /&#62;
After enabling the plugin the product enquiry form will appear on product pages in its own tab. Go to WooCommerce &#38;gt; Settings &#38;gt; General to edit the address the enquiries will do to. Editing a product will allow you to toggle the 'Disable enquiry form?' option if you want to disable the form on certain products. There're various hooks which allow you to modify the form. The form is prestyled and fits perfect into the theme layout.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://inoplugs.com/gumgallery&#34;&#62;WooCommerce GumGallery - a product gallery plugin&#60;/a&#62;&#60;/strong&#62;&#60;br /&#62;
No (theme) code modifications are required.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
