<?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 - Tag: glitch - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/glitch</link>
		<description>Support Forum - Tag: glitch - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 23:15:35 +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/tags/glitch" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Problems with Tables"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-tables#post-110606</link>
			<pubDate>Sun, 12 May 2013 01:38:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110606@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I see what you mean I think it may be a bug indeed. I played around with it, and I think making this change does the trick&#60;/p&#62;
&#60;p&#62;Please ***make a backup*** and open up /config-templatebuilder/avia-template-builder/assets/js/avia-table.js and find line 147-150 that looks like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{
     var template = $scope.find(&#38;#39;.avia-template-row .avia-table-cell:eq(1)&#38;#39;);
     row.find(&#38;#39;.avia-table-cell:not(.avia-table-cell-style.avia-table-cell, .avia-table-cell-delete.avia-table-cell)&#38;#39;).html(template.html());
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;{
     $table.find(&#38;#39;.avia-table-row .avia-table-cell:not(.avia-delete-row .avia-table-cell):nth-child(&#38;#39;+(index + 1)+&#38;#39;)&#38;#39;).removeClass(classNames).addClass(newClass);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then find line 135 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var select		= $(this),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;delete it, and paste the block below on line 135&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var select		= $(this),
current		= select.parents(&#38;#39;.avia-table-cell:eq(0)&#38;#39;),
elements 	= select.parents(&#38;#39;.avia-table-row:eq(0)&#38;#39;).find(&#38;#39;.avia-table-cell&#38;#39;),
index 		= elements.index(current),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please let us know how it worked out. It seems to work, but Kriesi will need to do his magic here since this is out of my depth.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dee-uk on "Problems with Tables"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-tables#post-110302</link>
			<pubDate>Fri, 10 May 2013 09:30:19 +0000</pubDate>
			<dc:creator>dee-uk</dc:creator>
			<guid isPermaLink="false">110302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, the way your tables works is a bit glitch, if I enter text into a filed, then change the field type for default row to heading row, for example, the text is deleted and has to be re-entered. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add to cart glitch"</title>
			<link>http://www.kriesi.at/support/topic/add-to-cart-glitch#post-101373</link>
			<pubDate>Thu, 14 Mar 2013 20:38:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The newest add-to-cart bug is actually with woocommerce 2.0. Kriesi is working on the next update right now to fix the ajax refresh of the cart since the items do get added, it just doesn't update properly.&#60;/p&#62;
&#60;p&#62;For the added to cart message however, you can remove it by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.added_to_cart {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hopefully we'll have a fix/update fairly quickly for the ajax add to cart bug. I'll be posting anything for it if so here: &#60;a href=&#34;http://www.kriesi.at/support/topic/replete-woocommerce-20-bug-thread#post-100918&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/replete-woocommerce-20-bug-thread#post-100918&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>craigpennings on "Add to cart glitch"</title>
			<link>http://www.kriesi.at/support/topic/add-to-cart-glitch#post-101201</link>
			<pubDate>Wed, 13 Mar 2013 22:18:18 +0000</pubDate>
			<dc:creator>craigpennings</dc:creator>
			<guid isPermaLink="false">101201@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;/p&#62;
&#60;p&#62;I've disabled all other plugins, updated to woocommerce 2.0, as well as uploaded the most recent template file. Still no luck... do you have any other ideas?&#60;/p&#62;
&#60;p&#62;I'm really trying to get this site live but I can't do anything until I get this fixed.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-99545</link>
			<pubDate>Tue, 05 Mar 2013 08:53:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I made a video where I take you through the whole process of updating when you have customizations so as not to lose them. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit?usp=sharing&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit?usp=sharing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's a bit slow but I wanted to make sure I cover all the bases for new people who don't know what ftp is.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MtnStreamGroup on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-99463</link>
			<pubDate>Mon, 04 Mar 2013 20:33:19 +0000</pubDate>
			<dc:creator>MtnStreamGroup</dc:creator>
			<guid isPermaLink="false">99463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What do we need to do if in V1.2 we changed stylesheets and other setting and now are updating to V1.7 because I got the same error message Richard did when attempting to update through WP theme install?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-97099</link>
			<pubDate>Sun, 17 Feb 2013 07:04:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97099@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We're are not aware of any issues with the wysiwyg editor (no bug reports, etc. yet). You can try following:&#60;/p&#62;
&#60;p&#62;1) Re-install all wordpress files (3.5) via ftp (download the zip file from here: &#60;a href=&#34;http://wordpress.org/download/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/download/&#60;/a&#62; , unzip it and upload the files via ftp)&#60;/p&#62;
&#60;p&#62;2) Re-install the theme files.&#60;/p&#62;
&#60;p&#62;3) Go to the editor page, activate Firebug or Chrome dev tools, switch to the &#34;Console&#34; and check if you get any javascript errors when you click on the &#34;Visual&#34; or &#34;HTML&#34; tab.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardRazo on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-97097</link>
			<pubDate>Sun, 17 Feb 2013 06:17:23 +0000</pubDate>
			<dc:creator>RichardRazo</dc:creator>
			<guid isPermaLink="false">97097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I updated the theme to version 1.8 &#38;amp; we are on WP 3.5.1. The only 2 active plugins are Woo Commerce &#38;amp; Akismet which are both current too. I made a short 2 min video to demonstrate the issue with the WYSIWYG. Please help.&#60;/p&#62;
&#60;p&#62;= &#60;a href=&#34;http://www.screenr.com/60Z7&#34; rel=&#34;nofollow&#34;&#62;http://www.screenr.com/60Z7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add to cart glitch"</title>
			<link>http://www.kriesi.at/support/topic/add-to-cart-glitch#post-96342</link>
			<pubDate>Tue, 12 Feb 2013 13:23:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96342@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi craigpennings,&#60;/p&#62;
&#60;p&#62;Try disabling all active plugins except for woocommerce. Then refresh the page a few times so you've cleared your local cache and try it again.&#60;/p&#62;
&#60;p&#62;I'm getting a few errors when the cart attempts to reload and I'm guessing there is a conflict with one of the plugins. &#60;/p&#62;
&#60;p&#62;You can also download the most recent theme files from your Downloads on Themeforest and then upload the updated files in the same way you first installed the theme. That way you have the newest bug fixes. If you've made any changes to the actual theme files, you'll need to back those up so they can be re-applied.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>craigpennings on "Add to cart glitch"</title>
			<link>http://www.kriesi.at/support/topic/add-to-cart-glitch#post-96270</link>
			<pubDate>Tue, 12 Feb 2013 03:03:45 +0000</pubDate>
			<dc:creator>craigpennings</dc:creator>
			<guid isPermaLink="false">96270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I'm using the Replete theme on &#60;a href=&#34;http://www.argylesocks.co&#34; rel=&#34;nofollow&#34;&#62;http://www.argylesocks.co&#60;/a&#62; and when I add the home page images to cart (just by clicking the add to cart button) I'm facing an issue (at least in safari) that it's not actually adding to the cart. Can you assist me in this? It seems to be glitching.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-95950</link>
			<pubDate>Sat, 09 Feb 2013 07:17:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you didn't modify the theme files (stylesheets, etc.) you don't need to worry about the settings,etc. Just upload the new theme files and overwrite the old files. Maybe this will also solve the WYSIWYG buttons button issue. If not try to deactivate all third party plugins  maybe a plugin is not compatible with WP3.5.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardRazo on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-95948</link>
			<pubDate>Sat, 09 Feb 2013 06:33:46 +0000</pubDate>
			<dc:creator>RichardRazo</dc:creator>
			<guid isPermaLink="false">95948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm would like advice on updating the Theme version from 1.2.1 to the latest (1.7). We are running WP version 3.5. My concern is it breaking any settings I have in theme options, template builder etc... I read above Devin suggesting these settings shouldn't get overwritten but I just want to double check.&#60;/p&#62;
&#60;p&#62;I tired uploading the new version via the admin Install Themes.. but it fails:&#60;/p&#62;
&#60;p&#62;&#34;Unpacking the package…&#60;br /&#62;
Installing the theme…&#60;br /&#62;
Destination folder already exists. /home/totoweb/public_html/wp-content/themes/propulsion/&#60;br /&#62;
Theme install failed.&#34;&#60;/p&#62;
&#60;p&#62;So, my question is am I doing it right/do I have to use FTP? If I have to update the theme files via FTP are there certain files to exclude to not overwrite to ensure I don't mess up any of the theme settings I currently have with v.1.2.1 of the theme?&#60;/p&#62;
&#60;p&#62;p.s. Does anyone know why when I updated the WP to a recent version of 3.5 the WYSIWYG buttons don't work. In fact I can't switch from Design mode to HTML mode? I hope upgrading the theme will resolve/fix this. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-95921</link>
			<pubDate>Sat, 09 Feb 2013 00:19:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it is fixed. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-95911</link>
			<pubDate>Fri, 08 Feb 2013 23:02:55 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">95911@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just doubled my RAM, and it's working fine now. Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-95157</link>
			<pubDate>Tue, 05 Feb 2013 01:47:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lindsey,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-95149</link>
			<pubDate>Tue, 05 Feb 2013 00:08:12 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">95149@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, it seems jumpy to me, and sometimes displays a &#34;ghost&#34; menu when I've already hovered off of it. I think it's a memory issue, and I'm looking into it. Thank you everyone for all your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-94592</link>
			<pubDate>Sat, 02 Feb 2013 00:35:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked your site using Chrome, Firefox and Safari and the menu seems to work just fine. I hope it is fixed now.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-94589</link>
			<pubDate>Sat, 02 Feb 2013 00:24:17 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">94589@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes. I was seeing it for about an hour and a half, but it's stopped now. I haven't done anything... so I'm not sure what happened. It was glitching in both FF and Safari.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-94579</link>
			<pubDate>Fri, 01 Feb 2013 23:40:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is &#60;a href=&#34;http://www.toxicfreechallenge.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.toxicfreechallenge.com/&#60;/a&#62; your site?&#60;/p&#62;
&#60;p&#62;I can't see any glitch on the menu..&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-94572</link>
			<pubDate>Fri, 01 Feb 2013 21:29:29 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">94572@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin. &#60;/p&#62;
&#60;p&#62;Yeah, I felt like a robber and in no way am I! I unzipped it last night and uploaded the child folder to WP and configured it today so all is working now. &#60;/p&#62;
&#60;p&#62;My site has a page for each herb, which uses a template from the Template Builder. So for example, I have Burdock, Dandelion, Red Clover, Lemon, Ginger, etc. I currently have around 90 of these, and each has their own portfolio where their respective category is tagged so that their own page shows a portfolio with their own ingredient in the recipes. I have about 15 more that I need to do but it seems from reading your response, that it has reached it's limit. Is this correct?&#60;/p&#62;
&#60;p&#62;Is there any way to modify on the backend and increase the number limit? Or does this mean I need to contact my server and upgrade something (not sure). I'm really hoping there is a work-around, as this is vital to my company.&#60;/p&#62;
&#60;p&#62;Thanks for all your help.&#60;/p&#62;
&#60;p&#62;One more thing - when I switched to the legit theme, my menu is glitchy and flickering. I'm not sure what would cause this, since I think I have the most up-to-date version (1.8) now. Do you mind taking a look at my site, please? &#60;/p&#62;
&#60;p&#62;Thank you sincerely,&#60;br /&#62;
Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-94405</link>
			<pubDate>Thu, 31 Jan 2013 19:52:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Lindsey,&#60;/p&#62;
&#60;p&#62;Glad you found your way to the proper place to purchase :)&#60;/p&#62;
&#60;p&#62;How many of the dynamic templates do you have so far? I know we have seen some users reach situations where there are too many and the server isn't able to handle creating anymore. This was in the 30-50 range if I remember correctly.&#60;/p&#62;
&#60;p&#62;As for updating, the file you get from Themeforest is actually not the theme file. Its a zip containing the documentation, the license information,  PSD and then a zipped version of the theme which can be used to install and update. That zipped version of the theme will work and you shouldn't lose any of the settings in theme admin as long as the theme has the same name (IE propulsion)..&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-94388</link>
			<pubDate>Thu, 31 Jan 2013 18:14:02 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">94388@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried to install the paid theme just now and it failed because it contains no styles.css file. I'm not sure if I am going about all of this the right way. Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Updating theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-theme#post-94381</link>
			<pubDate>Thu, 31 Jan 2013 17:41:29 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">94381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I found this theme last year online for free (WP newbie, it said it was free). I recently ran into some issues where it won't create anymore templates within the template builder. So I searched for a support forum and found your site, realized it was a paid theme, and of course I went ahead and I have bought the theme from Theme Forest and registered it. How do I replace the version I installed last year in WP with the new Propulsion version with my license, without losing anything from my site? Is there someone I can email to more privately?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "HELP!! WEBSITE GLITCH DURING CHECKOUT"</title>
			<link>http://www.kriesi.at/support/topic/help-website-glitch-during-checkout#post-71983</link>
			<pubDate>Tue, 21 Aug 2012 00:59:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gcommltd,&#60;/p&#62;
&#60;p&#62;You need to update both Wordpress and the Theme files to make sure this isn't an issue that has already been fixed in a theme update+wordpress update.&#60;/p&#62;
&#60;p&#62;You can download the most recent version of the them from your downloads on Themeforest and install the theme files in the same way you first installed the theme (either FTP or through the wordpress admin).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gcommltd on "HELP!! WEBSITE GLITCH DURING CHECKOUT"</title>
			<link>http://www.kriesi.at/support/topic/help-website-glitch-during-checkout#post-71964</link>
			<pubDate>Mon, 20 Aug 2012 20:25:18 +0000</pubDate>
			<dc:creator>gcommltd</dc:creator>
			<guid isPermaLink="false">71964@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When a customer tries to check-out on my website, and refreshes the shipping calculator a direct copy of the whole website gets replaced by the payment area for paypal.&#60;/p&#62;
&#60;p&#62;Website: autosportshub.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Internet Explorer 9 (IE9) Newscast slider issue."</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-9-ie9-newscast-slider-issue#post-17196</link>
			<pubDate>Sat, 16 Apr 2011 17:55:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17196@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We'll stick to this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/accordion-images-dont-load-in-ie-9&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/accordion-images-dont-load-in-ie-9&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jocayer on "Internet Explorer 9 (IE9) Newscast slider issue."</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-9-ie9-newscast-slider-issue#post-17158</link>
			<pubDate>Sat, 16 Apr 2011 00:43:03 +0000</pubDate>
			<dc:creator>jocayer</dc:creator>
			<guid isPermaLink="false">17158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I have the same problem.  And I am using the HTML template also.  I cannot find any updated files for download.  Help!!&#60;/p&#62;
&#60;p&#62;I will be happy with only instructions on what to add/modify inside the custom.js file if that is any faster or easier for you.  Our customer are calling to say the site is not loading properly so obviously this does not look good!&#60;/p&#62;
&#60;p&#62;Thank you for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Internet Explorer 9 (IE9) Newscast slider issue."</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-9-ie9-newscast-slider-issue#post-16513</link>
			<pubDate>Thu, 07 Apr 2011 17:04:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you eleborate please - what do you mean with stand alone version? The html version? If yes I'll ask Kriesi if he updated it. (I asume you use Newscast).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ukphotoguy on "Internet Explorer 9 (IE9) Newscast slider issue."</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-9-ie9-newscast-slider-issue#post-16457</link>
			<pubDate>Wed, 06 Apr 2011 21:28:51 +0000</pubDate>
			<dc:creator>ukphotoguy</dc:creator>
			<guid isPermaLink="false">16457@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have just got the stand alone version and have the problem with IE9. There does not seem to be an updated set of files in the download package so was the update just done on the wordpress one. The custom.js file in the current download is dated march 2010?&#60;br /&#62;
Appreciate some help getting it to work on IE9.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Internet Explorer 9 (IE9) Newscast slider issue."</title>
			<link>http://www.kriesi.at/support/topic/internet-explorer-9-ie9-newscast-slider-issue#post-16095</link>
			<pubDate>Fri, 01 Apr 2011 05:25:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
