<?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: Insert Shortcode not Working in Firefox or Chrome (only IE)</title>
		<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie</link>
		<description>Support Forum - Topic: Insert Shortcode not Working in Firefox or Chrome (only IE)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 04:22: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/insert-shortcode-not-working-in-firefox-or-chrome-only-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>Michal Pulda on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92861</link>
			<pubDate>Tue, 22 Jan 2013 17:01:10 +0000</pubDate>
			<dc:creator>Michal Pulda</dc:creator>
			<guid isPermaLink="false">92861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I see. It's caused by cloudflare.com (a security/CDN service) that has a feature called Rocket Loader that &#34;automatically asynchronously load all JavaScript resources.&#34; I turned it off and now it loads correctly.&#60;/p&#62;
&#60;p&#62;I'm sorry for taking your time -- now I'll try to get to their support. I suppose there's nothing you can do, right? I'll point their technicians here.&#60;/p&#62;
&#60;p&#62;Thanks a lot for your help,&#60;br /&#62;
Michal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92839</link>
			<pubDate>Tue, 22 Jan 2013 15:03:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92839@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
The problem is that the javascript files of the shortcode generator are not loaded properly. By default the urls to the javascript files look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.kriesi.at/themes/propulsion/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/column-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.kriesi.at/themes/propulsion/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/tab-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.kriesi.at/themes/propulsion/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/table-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.kriesi.at/themes/propulsion/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/sidebar-tab-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.kriesi.at/themes/propulsion/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/dialog.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However in your case something (maybe a plugin or your hoster (I'm not sure)) changes the default urls to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/rocketscript&#38;quot; data-rocketsrc=&#38;quot;http://slidevalue.com/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/column-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/rocketscript&#38;quot; data-rocketsrc=&#38;quot;http://slidevalue.com/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/tab-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/rocketscript&#38;quot; data-rocketsrc=&#38;quot;http://slidevalue.com/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/table-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/rocketscript&#38;quot; data-rocketsrc=&#38;quot;http://slidevalue.com/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/sidebar-tab-control.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

&#38;lt;script type=&#38;quot;text/rocketscript&#38;quot; data-rocketsrc=&#38;quot;http://slidevalue.com/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/js/dialog.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which will break the editor. You can view the source code of the shortcode editor here: &#60;a href=&#34;http://slidevalue.com/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/dialog.php&#34; rel=&#34;nofollow&#34;&#62;http://slidevalue.com/wp-content/themes/propulsion/framework/php/avia_shortcodes/tinymce/dialog.php&#60;/a&#62; (you must be logged in to view the file)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michal Pulda on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92833</link>
			<pubDate>Tue, 22 Jan 2013 14:13:16 +0000</pubDate>
			<dc:creator>Michal Pulda</dc:creator>
			<guid isPermaLink="false">92833@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sent.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Michal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92786</link>
			<pubDate>Tue, 22 Jan 2013 08:22:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92786@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please create me a wordpress admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michal Pulda on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92721</link>
			<pubDate>Mon, 21 Jan 2013 21:23:59 +0000</pubDate>
			<dc:creator>Michal Pulda</dc:creator>
			<guid isPermaLink="false">92721@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It looks like that wp-content and sub-directiories have 750 and files have 640.&#60;/p&#62;
&#60;p&#62;I tried with all plugins turned off with the same result.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Michal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92666</link>
			<pubDate>Mon, 21 Jan 2013 17:57:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you take a look at the file permissions for your wordpress installation (the chmod for wp-content and sub folders to start).&#60;/p&#62;
&#60;p&#62;If you have any plugins active, they should be disabled while trying to troubleshoot the shortcode issue as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michal Pulda on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92463</link>
			<pubDate>Sun, 20 Jan 2013 08:22:09 +0000</pubDate>
			<dc:creator>Michal Pulda</dc:creator>
			<guid isPermaLink="false">92463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any development?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michal Pulda on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92398</link>
			<pubDate>Sat, 19 Jan 2013 09:59:05 +0000</pubDate>
			<dc:creator>Michal Pulda</dc:creator>
			<guid isPermaLink="false">92398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;What kind of information exactly are you looking for? Here's a PHP specification &#60;a href=&#34;http://46.28.105.78/info.php&#34; rel=&#34;nofollow&#34;&#62;http://46.28.105.78/info.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What else can do you think you will need?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Michal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92283</link>
			<pubDate>Fri, 18 Jan 2013 18:08:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Michal,&#60;/p&#62;
&#60;p&#62;That user ended up switching to a different theme before we could help him.&#60;/p&#62;
&#60;p&#62;So far we are guessing its a server configuration but what that is, we aren't sure. Another user who was having the same issue switched to a different server and the problem was resolved. A bit weird, but if you can give us any additional information about your server setup, file permissions etc we can go from there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michal Pulda on "Insert Shortcode not Working in Firefox or Chrome (only IE)"</title>
			<link>http://www.kriesi.at/support/topic/insert-shortcode-not-working-in-firefox-or-chrome-only-ie#post-92107</link>
			<pubDate>Thu, 17 Jan 2013 19:52:55 +0000</pubDate>
			<dc:creator>Michal Pulda</dc:creator>
			<guid isPermaLink="false">92107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have exactly same issue as is described in this (now closed) thread &#60;a href=&#34;http://www.kriesi.at/support/topic/insert-shortcode-not-functioning-in-chromefirefox-only-ie10?replies=5#post-91558&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/insert-shortcode-not-functioning-in-chromefirefox-only-ie10?replies=5#post-91558&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Propulsion Version 1.7 on Wordpress 3.5&#60;br /&#62;
Doesn't work in Firefox 18, Chrome 24.&#60;br /&#62;
Works in IE 9.&#60;br /&#62;
Windows 7. &#60;/p&#62;
&#60;p&#62;I would like to take care of the issue. What steps are we going to take?&#60;/p&#62;
&#60;p&#62;Thanks a lot,&#60;br /&#62;
Michal
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
