<?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: Issues with Product Titles and Descriptions randomly displaying incorrectly</title>
		<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly</link>
		<description>Support Forum - Topic: Issues with Product Titles and Descriptions randomly displaying incorrectly</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 01:38:50 +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/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly" rel="self" type="application/rss+xml" />

		<item>
			<title>dailycharlie on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-34908</link>
			<pubDate>Wed, 14 Dec 2011 17:09:42 +0000</pubDate>
			<dc:creator>dailycharlie</dc:creator>
			<guid isPermaLink="false">34908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you sir! I can indeed wait for the update, but I appreciate you taking the time to check this out.&#60;/p&#62;
&#60;p&#62;An excellent theme, and I love the level of your customer support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-34571</link>
			<pubDate>Sun, 11 Dec 2011 21:35:53 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">34571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for the late response on the topic, was quite hard to get my head around that.&#60;/p&#62;
&#60;p&#62;It turns out that this is indeed a problem with the woocommerce widgets. they overwrite the main query and the last item of the widgets is then used as the main content item. doesnt happen with all of the woo widgets, thats why I wasnt able to find the problem faster. &#60;/p&#62;
&#60;p&#62;The easiest solution I was able to find is to open the folder abundeance/woocommer-config/config.php and go to line 194.&#60;br /&#62;
thats were the sidebar is called. after the sidebar add wp_reset_query(); so that the function reads&#60;/p&#62;
&#60;pre&#62;
function avia_woocommerceproduct_prev_image_after()
{
	global $avia_config;
	$avia_config['currently_viewing'] = &#34;shop_single&#34;;
	$avia_config['layout'] = 'sidebar_left';

	echo &#34;&#38;lt;/div&#38;gt;&#34;; //end content
	get_sidebar();
	wp_reset_query();
}
&#60;/pre&#62;
&#60;p&#62;this will reset the main query after the woocommerce widgets were displayed and your page content should no longer be messed up. I will include this fix in the next update in a few days but you can add this single line of code yourself if you are in a hurry ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-34358</link>
			<pubDate>Fri, 09 Dec 2011 01:22:48 +0000</pubDate>
			<dc:creator>Scott</dc:creator>
			<guid isPermaLink="false">34358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just wanted to add my 2 cents to this. I too am having this problem and I know Kriesi is working on it, but it is hard to sell our products when they have the incorrect description. Great theme, one of the best but just this one little snag.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dailycharlie on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-34313</link>
			<pubDate>Thu, 08 Dec 2011 18:56:35 +0000</pubDate>
			<dc:creator>dailycharlie</dc:creator>
			<guid isPermaLink="false">34313@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Spectaculent -- Do you mean just remove that particular widget from the sidebar? Or removing the widget from the code proper?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectaculentdesign on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-33557</link>
			<pubDate>Wed, 30 Nov 2011 22:35:18 +0000</pubDate>
			<dc:creator>spectaculentdesign</dc:creator>
			<guid isPermaLink="false">33557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Problem might have something to do with putting things in the Single products page widget
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-33196</link>
			<pubDate>Sun, 27 Nov 2011 05:00:31 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33196@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The problem has been reported, Kriesi will look into it - there's no set time on when he'll do it since there are so many requests.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectaculentdesign on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-33166</link>
			<pubDate>Sat, 26 Nov 2011 17:00:39 +0000</pubDate>
			<dc:creator>spectaculentdesign</dc:creator>
			<guid isPermaLink="false">33166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;is there any time frame to fixing this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dailycharlie on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-32813</link>
			<pubDate>Wed, 23 Nov 2011 03:08:08 +0000</pubDate>
			<dc:creator>dailycharlie</dc:creator>
			<guid isPermaLink="false">32813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just checking in to see if there's been any progress yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectaculentdesign on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-32733</link>
			<pubDate>Tue, 22 Nov 2011 14:46:37 +0000</pubDate>
			<dc:creator>spectaculentdesign</dc:creator>
			<guid isPermaLink="false">32733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any word on eta of fix?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectaculentdesign on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-32343</link>
			<pubDate>Fri, 18 Nov 2011 16:40:43 +0000</pubDate>
			<dc:creator>spectaculentdesign</dc:creator>
			<guid isPermaLink="false">32343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. Let me know if you need anymore info about the problem
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dailycharlie on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-32320</link>
			<pubDate>Fri, 18 Nov 2011 15:23:01 +0000</pubDate>
			<dc:creator>dailycharlie</dc:creator>
			<guid isPermaLink="false">32320@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you sir ... I appreciate the quick turn around!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-32237</link>
			<pubDate>Fri, 18 Nov 2011 07:52:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I reported the issue to Kriesi. He'll look into it asap.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectaculentdesign on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-32197</link>
			<pubDate>Thu, 17 Nov 2011 17:14:35 +0000</pubDate>
			<dc:creator>spectaculentdesign</dc:creator>
			<guid isPermaLink="false">32197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am actually having the exact same issue. Please help. Thank you. Awesome theme btw
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dailycharlie on "Issues with Product Titles and Descriptions randomly displaying incorrectly"</title>
			<link>http://www.kriesi.at/support/topic/issues-with-product-titles-and-descriptions-randomly-displaying-incorrectly#post-32181</link>
			<pubDate>Thu, 17 Nov 2011 15:17:57 +0000</pubDate>
			<dc:creator>dailycharlie</dc:creator>
			<guid isPermaLink="false">32181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First off I'd like to say I very much enjoy the Abundance theme and appreciate how easy to use and well-documented it is. &#60;/p&#62;
&#60;p&#62;I have run into a strange problem on my end that I can't get to the bottom of though.&#60;/p&#62;
&#60;p&#62;I've started populating products into my catalog and everything is going relatively smoothly. But as I started going through my published products and proofing them on their respective single product pages, I've noticed that the title above the product variable drop-down and product description area of the listing are displaying other product information from the data base.&#60;/p&#62;
&#60;p&#62;Any ideas? Are excerpts required? I've been struggling with this for two days, any insight would be greatly appreciated. &#60;/p&#62;
&#60;p&#62;Here's a screen shot of the issue:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://maytag.weloideas.com/wp-content/uploads/2011/11/maytag-mixup.jpg&#34;&#62;&#60;/p&#62;
&#60;p&#62;And here's a link to a live page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://maytag.weloideas.com/?product=maytag-blue-cheese-wedges&#34;&#62;http://maytag.weloideas.com/?product=maytag-blue-cheese-wedges&#60;/a&#62;&#60;br /&#62;
(you may have to refresh the page to get the error, sometimes it displays correctly, and other times it doesn't)&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
