<?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: dreamstation</title>
		<link><a href='http://www.kriesi.at/support/profile/dreamstation'>dreamstation</a></link>
		<description>Support Forum - User Favorites: dreamstation</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 20:24:31 +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 "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-68956</link>
			<pubDate>Thu, 02 Aug 2012 14:09:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dwainm,&#60;/p&#62;
&#60;p&#62;Thank you for posting the fix you found! I'll email the information over to Kriesi as well as keep it in mind to help with others :)&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-68951</link>
			<pubDate>Thu, 02 Aug 2012 13:45:42 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">68951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all, finally got to the bottom of this. &#60;/p&#62;
&#60;p&#62;The issues root is in the &#34;avia_media.js&#34; file inside theme-folder/framework/js .&#60;/p&#62;
&#60;p&#62;The following code is also run by run WordPress and this causes a duplication of some sort.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
				window.original_send_to_editor = window.send_to_editor;&#60;br /&#62;
     		window.send_to_editor = function(html)&#60;br /&#62;
     		{&#60;br /&#62;
     			if(avia_media.aviaUseCustomEditor)&#60;br /&#62;
				{&#60;br /&#62;
					var container = avia_media.insertContainer,&#60;br /&#62;
						returned = $(html),&#60;br /&#62;
						img = returned.attr('src') &#124;&#124; returned.find('img').attr('src') &#124;&#124; returned.attr('href'),&#60;br /&#62;
						visualInsert = '';&#60;/p&#62;
&#60;p&#62;					container.find('.avia_upload_input').val(img).trigger('change');&#60;/p&#62;
&#60;p&#62;					if(img.match(/.jpg$&#124;.jpeg$&#124;.png$&#124;.gif$/))&#60;br /&#62;
					{&#60;br /&#62;
						visualInsert = '&#60;a href=&#34;#&#34;&#62;remove&#60;/a&#62;&#60;img src=&#34;'+img+'&#34; alt=&#34;&#34; /&#62;';&#60;br /&#62;
					}&#60;br /&#62;
					else&#60;br /&#62;
					{&#60;br /&#62;
						visualInsert = '&#60;a href=&#34;#&#34;&#62;remove&#60;/a&#62;&#60;img src=&#34;'+avia_framework_globals.frameworkUrl+'images/icons/video.png&#34; alt=&#34;&#34; /&#62;';&#60;br /&#62;
					}&#60;/p&#62;
&#60;p&#62;					container.find('.avia_preview_pic').html(visualInsert);&#60;/p&#62;
&#60;p&#62;					tb_remove();&#60;br /&#62;
		     		avia_media.reset_uploader();&#60;br /&#62;
				}&#60;br /&#62;
				else&#60;br /&#62;
				{&#60;br /&#62;
					window.original_send_to_editor(html);&#60;br /&#62;
				}&#60;br /&#62;
     		};&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To fix the issue replace &#34;window.original_send_to_editor&#34;  variable with your own custom name.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
				window.custom_original_send_to_editor = window.send_to_editor;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then remember to change it at the bottom of the function as well&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
                                ...........&#60;br /&#62;
					tb_remove();&#60;br /&#62;
		     		avia_media.reset_uploader();&#60;br /&#62;
				}&#60;br /&#62;
				else&#60;br /&#62;
				{&#60;br /&#62;
					window.custom_original_send_to_editor(html);&#60;br /&#62;
				}&#60;br /&#62;
     		};&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks to  &#34;helgatheviking&#34; at this post: &#60;a href=&#34;https://github.com/woothemes/woocommerce/issues/613&#34; rel=&#34;nofollow&#34;&#62;https://github.com/woothemes/woocommerce/issues/613&#60;/a&#62; .  &#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
@dwainm
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-67410</link>
			<pubDate>Tue, 24 Jul 2012 19:21:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;If you want to send me login detail I'll see if I can spot what is happening and why. You might also want to try increasing the memory allowed by wordpress in you wp-config file. See: &#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ookimb on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-66848</link>
			<pubDate>Sat, 21 Jul 2012 06:45:47 +0000</pubDate>
			<dc:creator>ookimb</dc:creator>
			<guid isPermaLink="false">66848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i'm having the same problem - hangs and freezes uploading images running mac os 10.5.8 w/ safari 5.0.6.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-66771</link>
			<pubDate>Fri, 20 Jul 2012 14:36:52 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">66771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dwain,&#60;/p&#62;
&#60;p&#62;Kriesi's been tagged to this thread. I'm also going to tag Dude and Devin. They may be able to look at your install and help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-66308</link>
			<pubDate>Wed, 18 Jul 2012 08:10:05 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">66308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried this image: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mabonengprecinct.com/wp-content/uploads/2012/07/The-Maboneng-Precinct-integrated-urban-neighbourhood-2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.mabonengprecinct.com/wp-content/uploads/2012/07/The-Maboneng-Precinct-integrated-urban-neighbourhood-2.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It hast the following dimensions 700px × 485px&#60;/p&#62;
&#60;p&#62;Its still hanging, I'm sure it wasn't the image size. &#60;/p&#62;
&#60;p&#62;Is there any way I can give you access to work on the website? This is dragging out to long now guys, Please.&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Dwain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-66304</link>
			<pubDate>Wed, 18 Jul 2012 07:34:14 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">66304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael&#60;/p&#62;
&#60;p&#62;Seriously? &#60;/p&#62;
&#60;p&#62;I'll try that and let you know.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-66096</link>
			<pubDate>Tue, 17 Jul 2012 13:22:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;What is the size/dimension of the image that you want to insert on your posts? Please try to use a 700px width image.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-66086</link>
			<pubDate>Tue, 17 Jul 2012 12:45:08 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">66086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any updates? &#60;/p&#62;
&#60;p&#62;Is there any way I can contact you via email to give you access to this website?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-65391</link>
			<pubDate>Fri, 13 Jul 2012 08:10:28 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">65391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also see the image here:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34; &#60;a href=&#34;http://www.mabonengprecinct.com/screenshotpage.png&#34; rel=&#34;nofollow&#34;&#62;http://www.mabonengprecinct.com/screenshotpage.png&#60;/a&#62; &#34;&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-65390</link>
			<pubDate>Fri, 13 Jul 2012 07:59:32 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">65390@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi&#60;/p&#62;
&#60;p&#62;I've update the framework folder and the functions.php file and  checked the Javascript Console and saw this error, I think it was there before updating the files.&#60;/p&#62;
&#60;p&#62;Uncaught RangeError: Maximum call stack size exceeded&#60;br /&#62;
avia_media.hijack_uploader.window.send_to_editor&#60;br /&#62;
avia_media.hijack_uploader.window.send_to_editor&#60;br /&#62;
avia_media.hijack_uploader.window.send_to_editor (as much as 30 time repeated).&#60;/p&#62;
&#60;p&#62;I use Mac OS, It hangs in Firefox (13.0.1) and Chrom (Version 20.0.1132.57)&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-64500</link>
			<pubDate>Mon, 09 Jul 2012 12:53:12 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">64500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! We have recently released an update to the framework, would you mind downloading the velevt theme again from themeforest and replace the files mentioned in the versions.txt file?&#60;/p&#62;
&#60;p&#62;Also if the problem persists, please let us know your OS + browser +  browser version so we can try to reproduce the issue.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-64498</link>
			<pubDate>Mon, 09 Jul 2012 12:23:35 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">64498@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Any update on this matter?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-64034</link>
			<pubDate>Fri, 06 Jul 2012 05:09:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Let me tag Kriesi about this.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamstation on "Insert into Post freezing/hangs"</title>
			<link>http://www.kriesi.at/support/topic/insert-into-post-freezinghangs#post-63835</link>
			<pubDate>Thu, 05 Jul 2012 12:44:08 +0000</pubDate>
			<dc:creator>dreamstation</dc:creator>
			<guid isPermaLink="false">63835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'm able to add an image from any location to the Media Library, but when I click on insert into post. The screen goes blank.&#60;/p&#62;
&#60;p&#62;I've disable all plugins and still had no luck, until I switched to the default 2011 Wordpress theme. Switching back to the velvet theme results in the same error. &#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
