<?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: Images with blue box</title>
		<link>http://www.kriesi.at/support/topic/images-with-blue-box</link>
		<description>Support Forum - Topic: Images with blue box</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 11:09:30 +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/images-with-blue-box" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-56326</link>
			<pubDate>Wed, 16 May 2012 18:13:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">56326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi northerndelight,&#60;/p&#62;
&#60;p&#62;I'm not really sure why its picking up that link and causing the issue. I'll ask the other support crew to take a look.&#60;/p&#62;
&#60;p&#62;In the mean time, you could try using the youtube shortlink instead of the &#60;a href=&#34;http://www.youtube.com...&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com...&#60;/a&#62;. one as that might cause the script to pass over it and not recognize it as a video link.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>northerndelight on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-53542</link>
			<pubDate>Thu, 26 Apr 2012 16:50:31 +0000</pubDate>
			<dc:creator>northerndelight</dc:creator>
			<guid isPermaLink="false">53542@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the solution.&#60;/p&#62;
&#60;p&#62;But now there is another problem:&#60;br /&#62;
If I link to youtube.com or vimeo.com the link is apparently recognized as an image because it isn't underlined and becomes invisible when I move the mouse on it.&#60;br /&#62;
The error message also confirmed that, when I click the link (Image can not be loaded).&#60;/p&#62;
&#60;p&#62;Here is an example:&#60;br /&#62;
&#60;a href=&#34;http://styve.de/?p=3031&#34; rel=&#34;nofollow&#34;&#62;http://styve.de/?p=3031&#60;/a&#62;&#60;br /&#62;
You will find the (invisible) link in the last paragraph, the words &#34;2 Videos&#34; are linked.&#60;/p&#62;
&#60;p&#62;I hope you can help us again.&#60;/p&#62;
&#60;p&#62;Thanx Holger
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52693</link>
			<pubDate>Sat, 21 Apr 2012 07:07:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">52693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Thanks for sharing the solution. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52629</link>
			<pubDate>Fri, 20 Apr 2012 20:10:11 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">52629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I have tried to implement it and this is second fix, this is definetely working correctly&#60;/p&#62;
&#60;p&#62;Ok, I solved it myself, here is manual&#60;br /&#62;
edit js/avia.js, after line 616 add this&#60;br /&#62;
=================&#60;br /&#62;
el.attr('class','hiddenhref');&#60;br /&#62;
edit custom.css&#60;br /&#62;
=================&#60;br /&#62;
a.hiddenhref {&#60;br /&#62;
	border-style: none!important;&#60;br /&#62;
}&#60;br /&#62;
a.hiddenhref:hover {&#60;br /&#62;
	background: none!important;&#60;br /&#62;
	border-style: none!important;&#60;br /&#62;
	padding: 0px!important;&#60;br /&#62;
	margin: 0px!important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52573</link>
			<pubDate>Fri, 20 Apr 2012 15:07:03 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">52573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I solved it myself, here is manual&#60;/p&#62;
&#60;p&#62;edit js/avia.js, after line 617 add this&#60;br /&#62;
=================&#60;br /&#62;
el.attr('class','hiddenhref');&#60;/p&#62;
&#60;p&#62;edit custom.css&#60;br /&#62;
=================&#60;br /&#62;
a.hiddenhref {&#60;br /&#62;
border-bottom-style: none!important;&#60;br /&#62;
}&#60;br /&#62;
a.hiddenhref:hover {&#60;br /&#62;
background: none!important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52517</link>
			<pubDate>Fri, 20 Apr 2012 07:22:26 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">52517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This style has two problems&#60;/p&#62;
&#60;p&#62;1. Even when you apply it you will see blue underline on the bottom of the image&#60;br /&#62;
2. When you will hover on classic link it will become invisible&#60;/p&#62;
&#60;p&#62;So it does not solve the problem
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52491</link>
			<pubDate>Fri, 20 Apr 2012 05:34:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">52491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi koss98,&#60;/p&#62;
&#60;p&#62;Try adding this in your Quick CSS or custom.css:&#60;br /&#62;
&#60;code&#62;a:hover {&#60;br /&#62;
background: none!important;&#60;br /&#62;
}&#60;/code&#62;&#60;br /&#62;
Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52319</link>
			<pubDate>Thu, 19 Apr 2012 09:14:32 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">52319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I normally inserted it in visual editor, I do not have it on other pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52255</link>
			<pubDate>Wed, 18 Apr 2012 21:43:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Koss98,&#60;/p&#62;
&#60;p&#62;Do you have any other pages where this has occured? &#60;/p&#62;
&#60;p&#62;I'm not sure how that image of the start has been inserted into the page. Did you insert it into the visual editor and that is the effect that you got? I want to try and re-create it to see what is going on.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52135</link>
			<pubDate>Wed, 18 Apr 2012 08:18:00 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">52135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I am still looking for solution, issue is not resolved
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-52085</link>
			<pubDate>Tue, 17 Apr 2012 20:42:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI Koss98,&#60;/p&#62;
&#60;p&#62;Is the issue resolved for you now or are you still looking for a solution to this?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-51809</link>
			<pubDate>Mon, 16 Apr 2012 12:50:36 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">51809@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also removed this style because I do not use white as background and it was affecting my logo on homepage. Ok, I have little bit shadow white as background, on first sight you wont recognise.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-51808</link>
			<pubDate>Mon, 16 Apr 2012 12:17:50 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">51808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm, does not seems to work, I tried to reload page in Firefox and Chrome and without result. Also I manually looked to file &#60;a href=&#34;http://www.itefektivne.cz/wp-content/themes/sentence/css/custom.css&#34; rel=&#34;nofollow&#34;&#62;http://www.itefektivne.cz/wp-content/themes/sentence/css/custom.css&#60;/a&#62; and it seems to contain everything you recommended. Please advice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-51804</link>
			<pubDate>Mon, 16 Apr 2012 11:59:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51804@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;img, a img,  a:hover img, a img:hover{
background-color: #fff !important;
border-color: #fff !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-51794</link>
			<pubDate>Mon, 16 Apr 2012 10:53:40 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">51794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to hover on this image - &#60;a href=&#34;http://www.itefektivne.cz/oblibene&#34; rel=&#34;nofollow&#34;&#62;http://www.itefektivne.cz/oblibene&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-51780</link>
			<pubDate>Mon, 16 Apr 2012 10:28:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Can you post a link to a sample page/post please where this problem occurs? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koss98 on "Images with blue box"</title>
			<link>http://www.kriesi.at/support/topic/images-with-blue-box#post-51761</link>
			<pubDate>Mon, 16 Apr 2012 09:13:48 +0000</pubDate>
			<dc:creator>koss98</dc:creator>
			<guid isPermaLink="false">51761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;it looks like there is a bug in template Sentence, if you insert image into blog post without header it will create a blue ugly box around it. If you insert image with header it looks absolutely fine. If you will provide me email I can send you screenshots but you can try yourself.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
