<?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: Avia Feedback Plugin -- Issues with Chrome?</title>
		<link>http://www.kriesi.at/support/topic/avia-feedback-plugin-issues-with-chrome</link>
		<description>Support Forum - Topic: Avia Feedback Plugin -- Issues with Chrome?</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 12:41: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/avia-feedback-plugin-issues-with-chrome" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Avia Feedback Plugin -- Issues with Chrome?"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-plugin-issues-with-chrome#post-12209</link>
			<pubDate>Wed, 02 Feb 2011 08:26:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the hint. I'll report it to Kriesi :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhobby on "Avia Feedback Plugin -- Issues with Chrome?"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-plugin-issues-with-chrome#post-12191</link>
			<pubDate>Tue, 01 Feb 2011 22:41:06 +0000</pubDate>
			<dc:creator>mhobby</dc:creator>
			<guid isPermaLink="false">12191@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, but actually I think I have found the source of the problem: the plugin refers its stylesheets via explicit http:://, while my blog runs on SSL site. Many browsers [quite correctly] get upset about having non-secure content included in secure webpages.&#60;/p&#62;
&#60;p&#62;The resolution is to modify the definition of AVIA_FEEDBACK_BOX_URL:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
--- backend_options.php.orig&#60;br /&#62;
+++ backend_options.php @@ -11,7 +11,7 @@&#60;br /&#62;
 define('AVIA_FEEDBACK','Avia Feedback Box');&#60;br /&#62;
-define('AVIA_FEEDBACK_BOX_URL',WP_PLUGIN_URL);&#60;br /&#62;
+define('AVIA_FEEDBACK_BOX_URL',str_replace(&#34;http://&#34;, &#34;https://&#34;,WP_PLUGIN_URL));&#60;br /&#62;
 define('AVIA_FEEDBACK_BOX_URL_FOLDER', AVIA_FEEDBACK_BOX_URL.&#34;/avia_feedback_box/&#34;);&#60;br /&#62;
 define('AVIA_FEEDBACK_BOX_URL_HELPER', AVIA_FEEDBACK_BOX_URL_FOLDER.&#34;avia_plugin_framework/&#34;);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You may want to look into more universal definition of URL prefix, or maybe into using relative URLs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Feedback Plugin -- Issues with Chrome?"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-plugin-issues-with-chrome#post-12164</link>
			<pubDate>Tue, 01 Feb 2011 08:46:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Do you have the same problems with the demo here: &#60;a href=&#34;http://aviathemes.com/plugins/avia-feedback-box/&#34; rel=&#34;nofollow&#34;&#62;http://aviathemes.com/plugins/avia-feedback-box/&#60;/a&#62; ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mhobby on "Avia Feedback Plugin -- Issues with Chrome?"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-plugin-issues-with-chrome#post-12135</link>
			<pubDate>Mon, 31 Jan 2011 19:43:57 +0000</pubDate>
			<dc:creator>mhobby</dc:creator>
			<guid isPermaLink="false">12135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, are there any known issues using the Feedback plugin with Chrome v8.0.552.237? &#60;/p&#62;
&#60;p&#62;Plugin works great in IE8, but on Chrome I'm having a myriad of issues.  I cannot send a link, b/c it is on private company intranet.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
