<?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 quality got low in between short codes</title>
		<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes</link>
		<description>Support Forum - Topic: Images quality got low in between short codes</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 13:31:56 +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-quality-got-low-in-between-short-codes" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Images quality got low in between short codes"</title>
			<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes#post-89424</link>
			<pubDate>Mon, 24 Dec 2012 04:18:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">89424@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi thearslan,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site showing the image(low quality) inside the column shortcode? so we can check further.&#60;/p&#62;
&#60;p&#62;For your portfolio items sorting, the code Peter had given should work, here is another thread with the same topic and uses the same theme: &#60;a href=&#34;http://www.kriesi.at/support/topic/portfolio-sorting-2&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/portfolio-sorting-2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Try disabling all other plugins, and check if the code works.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thearslan on "Images quality got low in between short codes"</title>
			<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes#post-89404</link>
			<pubDate>Sun, 23 Dec 2012 16:29:49 +0000</pubDate>
			<dc:creator>thearslan</dc:creator>
			<guid isPermaLink="false">89404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for help bro, I added but nothing changed :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images quality got low in between short codes"</title>
			<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes#post-89387</link>
			<pubDate>Sun, 23 Dec 2012 09:17:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to functions.php (at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function loop_portfolio_query( $location )
{
   if ( $location == &#38;#39;loop-portfolio&#38;#39; )
    {
        global $avia_config;
         if(isset($avia_config[&#38;#39;new_query&#38;#39;])) {
		$avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;orderby&#38;#39;] = &#38;quot;date&#38;quot;;
		$avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;order&#38;#39;] = &#38;quot;ASC&#38;quot;;
            query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
         }
   }
}
add_action( &#38;#39;avia_action_query_check&#38;#39; , &#38;#39;loop_portfolio_query&#38;#39;, 10, 1 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace &#34;date&#34; with &#34;title&#34; if you want to sort the portfolio items by the title.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thearslan on "Images quality got low in between short codes"</title>
			<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes#post-89368</link>
			<pubDate>Sat, 22 Dec 2012 20:14:31 +0000</pubDate>
			<dc:creator>thearslan</dc:creator>
			<guid isPermaLink="false">89368@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;also in portfolio all items are in descending order. Can you help me to make it ascending order?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images quality got low in between short codes"</title>
			<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes#post-89305</link>
			<pubDate>Sat, 22 Dec 2012 07:41:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you provide a link to your website please? I'd like to investigate the css code. Probably we can fix this by adding a width/height attribute to the image. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thearslan on "Images quality got low in between short codes"</title>
			<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes#post-89288</link>
			<pubDate>Fri, 21 Dec 2012 22:28:26 +0000</pubDate>
			<dc:creator>thearslan</dc:creator>
			<guid isPermaLink="false">89288@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you can check the preview at this image on right side i put 3 images &#60;a href=&#34;http://www.logoneed.com/wp-content/uploads/image.png&#34; rel=&#34;nofollow&#34;&#62;http://www.logoneed.com/wp-content/uploads/image.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thearslan on "Images quality got low in between short codes"</title>
			<link>http://www.kriesi.at/support/topic/images-quality-got-low-in-between-short-codes#post-89287</link>
			<pubDate>Fri, 21 Dec 2012 22:25:22 +0000</pubDate>
			<dc:creator>thearslan</dc:creator>
			<guid isPermaLink="false">89287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;br /&#62;
I am using short codes to build home page but when I insert an image in to it image got bad quality, where I am using a high quality image.&#60;br /&#62;
For example&#60;/p&#62;
&#60;p&#62;&#38;lt;h2&#38;gt;Two columns&#38;lt;/h2&#38;gt;&#60;br /&#62;
[one_half first]&#60;br /&#62;
Paragraph text here[/one_half]&#60;/p&#62;
&#60;p&#62;[one_half]&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;http://www.website.com/basic.png&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
[/one_half]&#60;/p&#62;
&#60;p&#62;so you can see in this code I am using image in 2nd half of column but image is getting blur and low quality, can you tell me how can I get good quality image in that short code? &#60;/p&#62;
&#60;p&#62;I tried outside of the code and image was fine and good quality but in shortcode it is low. So kindly guide me as soon as possible&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
