<?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: How to shorten the title in the product slider?</title>
		<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider</link>
		<description>Support Forum - Topic: How to shorten the title in the product slider?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 08:01:45 +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/how-to-shorten-the-title-in-the-product-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-49332</link>
			<pubDate>Sat, 31 Mar 2012 12:07:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try to use hooks to display your custom data. A list of all important hooks can be found here: &#60;a href=&#34;http://www.woothemes.com/woocommerce-docs/codex/extending/hooks/&#34; rel=&#34;nofollow&#34;&#62;http://www.woothemes.com/woocommerce-docs/codex/extending/hooks/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whitepixel on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-49290</link>
			<pubDate>Sat, 31 Mar 2012 04:53:24 +0000</pubDate>
			<dc:creator>whitepixel</dc:creator>
			<guid isPermaLink="false">49290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;so the products are actually generated by woocommerce. hehe what a pain in the a** that putting some simple functionality gives me a big headache. anyways thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-49141</link>
			<pubDate>Thu, 29 Mar 2012 21:54:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">49141@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey whitepixel,&#60;/p&#62;
&#60;p&#62;I'm not sure where you should look from here. Its a bit out of the scope of support and I personally am not as intimate with the Woo Commerce integration. I'll tag the thread for the other support crew to look at as they might have some suggestions to look at.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whitepixel on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-48947</link>
			<pubDate>Thu, 29 Mar 2012 05:03:52 +0000</pubDate>
			<dc:creator>whitepixel</dc:creator>
			<guid isPermaLink="false">48947@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin,&#60;/p&#62;
&#60;p&#62;I found the function responsible for the product slider but the there is no way to edit or add the custom field. it is stored in a variable $products.&#60;/p&#62;
&#60;p&#62;		$output .= &#34;&#38;lt;div class='container_wrap &#34;.$avia_config['layout'].&#34; template-shop shop_columns_&#34;.$avia_config['shop_overview_column'].&#34;'&#38;gt;&#34;;&#60;br /&#62;
		$output .= &#34;&#38;lt;div class='template-shop content shop_slider_$shop_slider' data-interval='$shop_autorotate'&#38;gt;&#34;;&#60;br /&#62;
		$output .= $products; // &#38;lt;&#38;lt;&#38;lt;&#38;lt;&#38;lt;&#38;lt;&#38;lt;&#38;lt; Products generated&#60;br /&#62;
		if($shop_pagination == 'yes') $output .= avia_pagination();&#60;br /&#62;
		$output .= &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
		$output .= &#34;&#38;lt;/div&#38;gt;&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-48819</link>
			<pubDate>Wed, 28 Mar 2012 17:26:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">48819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey whitepixel,&#60;/p&#62;
&#60;p&#62;The home page slider is actually part of the theme files but adding a custom field to the products may have an impact on the actual WooCommerce plugin (it also may not).&#60;/p&#62;
&#60;p&#62;The code that generates the shop slider for the Template Builder is in includes&#38;gt;helper-templates.php. You'll need to add the fucntions to display the new custom fields here and the sku with whatever label you want for it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whitepixel on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-48739</link>
			<pubDate>Wed, 28 Mar 2012 07:33:36 +0000</pubDate>
			<dc:creator>whitepixel</dc:creator>
			<guid isPermaLink="false">48739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and also i would like to add a product id below the title by displaying the sku field of the woocommerce plugin. big help is much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whitepixel on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-48733</link>
			<pubDate>Wed, 28 Mar 2012 07:09:12 +0000</pubDate>
			<dc:creator>whitepixel</dc:creator>
			<guid isPermaLink="false">48733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;so your saying that the product slider of the home page is generated by the woocommerce plugin? Im not that good in php or jquery. ive been messing around the themes code already but cant find the source of the product slider. Can you direct me where to find the code on theme? thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-48679</link>
			<pubDate>Wed, 28 Mar 2012 01:51:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">48679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi whitepixel,&#60;/p&#62;
&#60;p&#62;Unfortunately not without adding the ability into the plugin/theme code. If you are interested in that, you could probably achieve the effect by adding a new custom field and then changing the product slider code to display that custom field instead of the post_title. &#60;/p&#62;
&#60;p&#62;I'm not sure how this would impact the WooCommerce plugin however, but if you really need that look its probably your best route.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whitepixel on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-48581</link>
			<pubDate>Tue, 27 Mar 2012 17:01:54 +0000</pubDate>
			<dc:creator>whitepixel</dc:creator>
			<guid isPermaLink="false">48581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;to make my question more precise :)&#60;/p&#62;
&#60;p&#62;i have a long titles for the products of my website, &#60;/p&#62;
&#60;p&#62;example: Lavander Silk Standard Strip Tie&#60;/p&#62;
&#60;p&#62;and i would like to shorten it to fit the theme design&#60;/p&#62;
&#60;p&#62;example: Lavander Silk ...&#60;/p&#62;
&#60;p&#62;is there a way to do this on the product slider on the home page? &#60;/p&#62;
&#60;p&#62;thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whitepixel on "How to shorten the title in the product slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-shorten-the-title-in-the-product-slider#post-48568</link>
			<pubDate>Tue, 27 Mar 2012 16:07:10 +0000</pubDate>
			<dc:creator>whitepixel</dc:creator>
			<guid isPermaLink="false">48568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is there a way to shorten the title in the product slider in the homepage?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
