<?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: lindseymdaniels</title>
		<link><a href='http://www.kriesi.at/support/profile/lindseymdaniels'>lindseymdaniels</a></link>
		<description>Support Forum - User Favorites: lindseymdaniels</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 01:33:43 +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 "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-100202</link>
			<pubDate>Fri, 08 Mar 2013 14:04:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Nick could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-100088</link>
			<pubDate>Thu, 07 Mar 2013 18:21:30 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">100088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much, Nick!&#60;/p&#62;
&#60;p&#62;That worked perfectly!&#60;/p&#62;
&#60;p&#62;I really appreciate your help!!&#60;/p&#62;
&#60;p&#62;Kudos!!&#60;/p&#62;
&#60;p&#62; - Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99966</link>
			<pubDate>Thu, 07 Mar 2013 04:04:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Ahh. I am sorry, thought this was about the main page. Now that we are on the same page, On the recipes page you showed above, the image of the icon itself is in the html which is not  as favorable to the media query approach to doing this. Need either a jquery solution or to detect retina via php where the short-code is executed. &#60;/p&#62;
&#60;p&#62;I looked for some jquery for retina replace ( &#60;a href=&#34;https://github.com/leonsmith/retina-replace-js&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leonsmith/retina-replace-js&#60;/a&#62; ) but all i find assumes that both the retina image and the normal image are defined inside css so the classes can be switched. Also there are no distinguishing classes to grab an individual icon, since the code is same for all of them.&#60;/p&#62;
&#60;p&#62;Here is actually a good solution&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;html&#38;gt;
    &#38;lt;head&#38;gt;
        &#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
            .image_1_5x, .image_2x{
                display: none;
            }

            @media only screen and (min--moz-device-pixel-ratio: 1.5 ),
            only screen and (-webkit-min-device-pixel-ratio: 1.5 ),
            only screen and (min-device-pixel-ratio: 1.5 ),
            only screen and (-o-min-device-pixel-ratio: 3/2){
                .image_1x, .image_2x{
                    display: none;
                }
                .image_1.5x{
                    display: block;
                }
            }

            @media only screen and (min--moz-device-pixel-ratio: 2 ),
            only screen and (-webkit-min-device-pixel-ratio: 2 ),
            only screen and (min-device-pixel-ratio:2 ),
            only screen and (-o-min-device-pixel-ratio: 2/1){
                .image_1x, .image_1_5x{
                    display: none;
                }
                .image_2x{
                    display: block;
                }
            }
        &#38;lt;/style&#38;gt;
    &#38;lt;/head&#38;gt;
    &#38;lt;body&#38;gt;
        &#38;lt;img src=&#38;quot;kinkakuji.jpg&#38;quot; width=&#38;quot;320px&#38;quot; class=&#38;quot;image_1x&#38;quot;/&#38;gt;
        &#38;lt;img src=&#38;quot;kinkakuji@1.5x.jpg&#38;quot; width=&#38;quot;320px&#38;quot; class=&#38;quot;image_1_5x&#38;quot;/&#38;gt;
        &#38;lt;img src=&#38;quot;kinkakuji@2x.jpg&#38;quot; width=&#38;quot;320px&#38;quot; class=&#38;quot;image_2x&#38;quot;/&#38;gt;
    &#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-99944</link>
			<pubDate>Thu, 07 Mar 2013 01:31:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I changed the jquery above in my last post a bit because the one you had is causing an error , that is why ie9 etc,. wouldn't display it. So please overwrite with this update above and see if this time it works better.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99917</link>
			<pubDate>Wed, 06 Mar 2013 22:50:41 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">99917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thank you for your patience with me! :)&#60;/p&#62;
&#60;p&#62;This is actually the smoothie page that I'm referring to - not on the homepage - :&#60;br /&#62;
&#60;a href=&#34;http://www.toxicfreechallenge.com/recipes/strawberry-festival-smoothie/&#34; rel=&#34;nofollow&#34;&#62;http://www.toxicfreechallenge.com/recipes/strawberry-festival-smoothie/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The icons are coded differently than the home page where I didn't use the iconbox shortcodes. &#60;/p&#62;
&#60;p&#62;The icons on this page are shortcodes and the span class I see in Google Chrome is &#34;iconbox_icon&#34;, not &#34;smoothie&#34;. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[iconbox title=&#38;quot;Fruits:&#38;quot; icon=&#38;quot;fruits.png&#38;quot;]

&#38;lt;ul&#38;gt;
&#38;lt;li&#38;gt;1 teaspoon lemon zest, grated&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;3 cups strawberries&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
[/iconbox]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just to clarify, are you saying I should replace this shortcode (as well as the other shortcodes) [iconbox title=&#34;Fruits:&#34; icon=&#34;fruits.png&#34;] on each of my 125 pages with this?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;smoothie&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your patience!!&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-99896</link>
			<pubDate>Wed, 06 Mar 2013 21:27:35 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">99896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome! Thanks for your help. &#60;/p&#62;
&#60;p&#62;This solution worked for me in IE10 (however most people using IE are still in IE9). It is still much better than not having it in any IE browser, and hopefully people will upgrade soon. &#60;/p&#62;
&#60;p&#62;Thank you, again, Nick!&#60;/p&#62;
&#60;p&#62;You're the best.&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99864</link>
			<pubDate>Wed, 06 Mar 2013 18:49:17 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top span.smoothie{
background: url(&#38;quot;http://www.toxicfreechallenge.com/wp-content/themes/propulsion/images/icons/iconbox/fruits.png&#38;quot;) no-repeat scroll 0 0 transparent;
display: inline;
height: 149px;
left: 0;
padding-left: 60px;
padding-top: 20px;
padding-bottom: 10px;
width: 48px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {

#top span.smoothie{
background: url(&#38;quot;http://www.toxicfreechallenge.com/wp-content/themes/propulsion/images/icons/iconbox/fruits@2x.png&#38;quot;)no-repeat scroll 0 0 transparent;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and you would call it from your pages like this. h6 is not relevant here. I tested this on your site with google dev tools, and I am seeing the  icon. Just make sure you have the retina icon where the url points and change the names for your icons. Iconbox is just a name of a folder , if you like you can change it to foobar, there is no need to get fixated with that name.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;smoothie&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-99789</link>
			<pubDate>Wed, 06 Mar 2013 11:49:27 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99789@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Whichever way you want, either of the first two examples look good to me. Then you will also need to add that little bit inline jquery into the page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;

 jQuery(document).ready(function($) {
 $(&#38;#39;input, textarea&#38;#39;).placeholder();
});

&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can also hard-code it in the footer.php next to the other inline jquery.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99717</link>
			<pubDate>Wed, 06 Mar 2013 00:45:53 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">99717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Dude!&#60;/p&#62;
&#60;p&#62;He wrote back that he decided not to provide support via email, except if it is paid.&#60;/p&#62;
&#60;p&#62;He also said: &#34;iconbox&#34; seems to be a shortcode of your theme. Not sure if the images (icons) are from you, but if they aren't there are probably shipped with the theme and if they don't provide bigger version, well, you will have to use new ones, and probably to modify your theme code a bit.&#60;/p&#62;
&#60;p&#62;To which I wrote that I understood not providing unpaid support, as his plugin was free, and I noted that I designed my shortcode iconbox icons and they're in vector format.&#60;/p&#62;
&#60;p&#62;He replied that if they are in vector formats, I can use SVG versions of them for the website and it will work automatically in Retina.&#60;br /&#62;
If they are part of the theme, we shouldn't have them in the Media, they should actually be &#34;outside&#34; WordPress, with the @2x generated manually by you. Then in the CSS (device-pixel-ratio: 2), you specify the @2x files. He also said his plugin should cover the posts and all, not the images related to the themes. The themes should handle Retina themselves (since they often provides the icons and main images). &#60;/p&#62;
&#60;p&#62;I've never added SVG files to CSS although I have added @2x in media queries so I have to figure this next step out.&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-99716</link>
			<pubDate>Wed, 06 Mar 2013 00:40:42 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">99716@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much, Nick!&#60;/p&#62;
&#60;p&#62;This helps, and it's a bit embarrassing but I have to learn this and need clarification, please. &#60;/p&#62;
&#60;p&#62;I have placed the jquery.placeholder.min.js file in my js folder. I haven't added a script to WP prior to this - only on hand-coded XHTML sites like my portfolio (www.iamlindsey.com) - not PHP like WP. (If it wasn't PHP - I'd put &#38;lt;script type=&#34;text/javascript&#34; src=&#34;js/jquery.placeholder.min.js&#34;&#38;gt;&#38;lt;/script&#38;gt; in the header. )&#60;/p&#62;
&#60;p&#62;Would I place it in functions.php with the other .js files, like this?&#60;/p&#62;
&#60;p&#62;if(!function_exists('avia_frontend_js'))&#60;br /&#62;
{&#60;br /&#62;
	function avia_frontend_js()&#60;br /&#62;
	{&#60;br /&#62;
		wp_register_script( 'avia-default', AVIA_BASE_URL.'js/avia.js', array('jquery','avia-html5-video'), 1, false );&#60;br /&#62;
		wp_register_script( 'avia-prettyPhoto',  AVIA_BASE_URL.'js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', &#34;3.0.1&#34;, true);&#60;/p&#62;
&#60;p&#62; wp_register_script( 'avia-default', AVIA_BASE_URL.'js/jquery.placeholder.min.js', array('jquery', 1, false or true? ); &#60;/p&#62;
&#60;p&#62;		wp_register_script( 'avia-html5-video',  AVIA_BASE_URL.'js/projekktor/projekktor.min.js', 'jquery', &#34;1&#34;, true);&#60;br /&#62;
		wp_register_script( 'adaptavia-slider',  AVIA_BASE_URL.'js/adaptavia.js', 'jquery', &#34;1.0.0&#34;, true);&#60;br /&#62;
	}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Or would it be something like this in functions.php?&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
function my_scripts_method() {&#60;br /&#62;
	wp_enqueue_script(&#60;br /&#62;
		'custom-script',&#60;br /&#62;
		get_template_directory_uri() . '/js/jquery.placeholder.min.js',&#60;br /&#62;
		array('jquery')&#60;br /&#62;
	);&#60;br /&#62;
}&#60;br /&#62;
add_action('wp_enqueue_scripts', 'my_scripts_method');&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks for your clarification and time!!&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99557</link>
			<pubDate>Tue, 05 Mar 2013 09:40:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">99557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please report back if the plugin author provided a solution (or not). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-99536</link>
			<pubDate>Tue, 05 Mar 2013 07:42:29 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;IE does not recognize the placeholder property, thus it doesn't display anything inside the text fields. &#60;/p&#62;
&#60;p&#62;What you need to do is use this jquery (demo &#60;a href=&#34;http://mathiasbynens.be/demo/placeholder&#34; rel=&#34;nofollow&#34;&#62;http://mathiasbynens.be/demo/placeholder&#60;/a&#62; ) script ( &#60;a href=&#34;https://github.com/mathiasbynens/jquery-placeholder/blob/master/jquery.placeholder.min.js&#34; rel=&#34;nofollow&#34;&#62;https://github.com/mathiasbynens/jquery-placeholder/blob/master/jquery.placeholder.min.js&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;You will need to add the jquery.placeholder.min.js file to your website, and then hardcode it or enqueue it like the other .js files and then just repeat what the demo does.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99479</link>
			<pubDate>Mon, 04 Mar 2013 21:36:24 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">99479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for helping, Nick! I tried your suggestion and to no avail. Then realized the .smoothie is actually coded in HTML as a class of the H6 tag, not an iconbox shortcode. &#60;/p&#62;
&#60;p&#62;I had setup WP Retina 2x when you suggested it previously and it is a wonderful plugin but doesn't show my shortcodes in the dashboard. I have emailed the creator, Jordy Meow to see if he can advise a solution or a reason as to why I don't see the images in the WP Retina 2x dashboard.&#60;/p&#62;
&#60;p&#62;I will update you as soon as I hear from him.&#60;/p&#62;
&#60;p&#62;Thanks so much for always kindly helping me!&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Form fields not displaying in IE"</title>
			<link>http://www.kriesi.at/support/topic/form-fields-not-displaying-in-ie#post-99445</link>
			<pubDate>Mon, 04 Mar 2013 19:22:34 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">99445@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Team,&#60;/p&#62;
&#60;p&#62;I'm not sure if this is part of the theme conflicting with the Digital Downloads plugin or not. Is there a way to tell? If you can give me advice on how to identify this, that would be great. I don't want to waste your valuable support time if this isn't a conflict with the theme.&#60;/p&#62;
&#60;p&#62;Here is my urgent issue (urgent because I launched my business two days ago and have been heavily campaigning and running ads and tweets to this post which contains a form that isn't showing field names for anyone using IE (even version 9+).&#60;/p&#62;
&#60;p&#62;These browser users are not able to see the fields that are in my download form such as \&#34;email\&#34;, \&#34;name\&#34;, etc. This is a problem because my customers are already emailing me telling me that they cannot download it when using IE.&#60;/p&#62;
&#60;p&#62;You will see the form if you use IE and hit \&#34;Check Out\&#34; on my free download at: &#60;a href=&#34;http://toxicfree.me/YVFcGe&#34; rel=&#34;nofollow&#34;&#62;http://toxicfree.me/YVFcGe&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Firefox, Safari, &#38;amp; Chrome are fine but a large population of my target audience uses IE. &#60;/p&#62;
&#60;p&#62;Thanks for letting me know if this is theme related or not.&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99182</link>
			<pubDate>Sun, 03 Mar 2013 00:44:35 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">99182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;There is a plugin that does that quite easily with shortcodes &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-retina-2x/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-retina-2x/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your media query looks alright to me but I don't like how you are targeting , please try this instead as it has the same styling as the smoothie icon on your home page.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top span.smoothie{
background: url(&#38;quot;http://www.toxicfreechallenge.com/wp-content/themes/propulsion/images/icons/iconbox/fruits@2x.png&#38;quot;) no-repeat scroll 0 0 transparent;
display: inline;
height: 149px;
left: 0;
padding-left: 60px;
padding-top: 20px;
padding-bottom: 10px;
width: 48px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Iconbox Retina Image Replacement"</title>
			<link>http://www.kriesi.at/support/topic/iconbox-retina-image-replacement#post-99068</link>
			<pubDate>Fri, 01 Mar 2013 20:30:00 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">99068@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Team!&#60;/p&#62;
&#60;p&#62;I'm trying to target an icon box to replace it's image with retina in my media query.&#60;/p&#62;
&#60;p&#62;I've tried targeting an icon box a few different ways:&#60;/p&#62;
&#60;p&#62;	@media&#60;br /&#62;
only screen and (-webkit-min-device-pixel-ratio: 2),&#60;br /&#62;
only screen and (   min--moz-device-pixel-ratio: 2),&#60;br /&#62;
only screen and (     -o-min-device-pixel-ratio: 2/1),&#60;br /&#62;
only screen and (        min-device-pixel-ratio: 2),&#60;br /&#62;
only screen and (                min-resolution: 192dpi),&#60;br /&#62;
only screen and (                min-resolution: 2dppx) { &#60;/p&#62;
&#60;p&#62;	 .iconbox_icon.fruits{ background:url(&#34;../images/icons/iconbox/fruits@2x.png&#34;) no-repeat; background-size: 50%; padding-top: 20px !important; }&#60;br /&#62;
	 .iconbox span.fruits { background:url(&#34;../images/icons/iconbox/fruits@2x.png&#34;) no-repeat; background-size: 50%; padding-top: 20px !important; }&#60;/p&#62;
&#60;p&#62;	.iconbox.iconbox_icon.fruits { background:url(&#34;../images/icons/iconbox/fruits@2x.png&#34;) no-repeat; background-size: 50%; padding-top: 20px !important; }&#60;br /&#62;
	.iconbox.iconbox_icon span.fruits { background:url(&#34;../images/icons/iconbox/fruits@2x.png&#34;) no-repeat; background-size: 50%; padding-top: 20px !important; }&#60;/p&#62;
&#60;p&#62;	.iconbox span.fruits { background:url(&#34;../images/icons/iconbox/fruits@2x.png&#34;) no-repeat; background-size: 50%; padding-top: 20px !important; }&#60;br /&#62;
	.iconbox_icon span.fruits { background:url(&#34;../images/icons/iconbox/fruits@2x.png&#34;) no-repeat; background-size: 50%; padding-top: 20px !important; }&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;I have even tried .iconbox span.fruits[icon=&#34;fruits.png&#34;] (just an idea) but to no avail. I'd really like to have retina for each icon box, as I have several icons, not just a fruits icon but several others. &#60;/p&#62;
&#60;p&#62;How do you suggest to target these?&#60;/p&#62;
&#60;p&#62;Thank you kindly!! &#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97700</link>
			<pubDate>Wed, 20 Feb 2013 18:48:27 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97700@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;hmmmmm 3 seconds? thats not good. Why don't you encode the image to base64 and stick it in the css , you may have a large css file, but mobiles load css instantly unlike images. It would shave 90% on your load time. Here is the url to the converter &#60;a href=&#34;http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/&#34; rel=&#34;nofollow&#34;&#62;http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good luck!&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97691</link>
			<pubDate>Wed, 20 Feb 2013 18:13:02 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">97691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick,&#60;/p&#62;
&#60;p&#62;With the Propulsion theme, if I remove my image from the Theme Options, the Propulsion image is the default logo, and displays with my logo as well. &#60;/p&#62;
&#60;p&#62;After installing WP Retina2X, I was able to remove media queries completely for the logo. All I needed to do was rename the Propulsion logo as p-logo.png and drop in my original size image in named logo.png, as well as a high res version as &#60;a href=&#34;mailto:logo@2x.png&#34;&#62;logo@2x.png&#60;/a&#62;. The high res version loads about 3 seconds after the original version on the iPhone.&#60;/p&#62;
&#60;p&#62;Thank you so much for all of your help and kindness!!&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;br /&#62;
Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97551</link>
			<pubDate>Wed, 20 Feb 2013 01:35:18 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You could do it like this ... below is pseudo code to give you an idea.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top h1.logo {   background-image: url(logo-non-retina.png) !important;
}
@media ...al the media queries from above
only screen and ( min-resolution: 2dppx) {
#top h1.logo { background: url(&#38;quot;/retina.png&#38;quot;)  !important; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and for the html&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h1 id=&#38;quot;logo&#38;quot; class=&#38;quot;logo&#38;quot;&#38;gt;
    &#38;lt;a href=&#38;quot;abc.com&#38;quot;&#38;gt;Website name&#38;lt;/a&#38;gt;
&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Ref: &#60;a href=&#34;http://stackoverflow.com/questions/665037/replacing-h1-text-with-a-logo-image-best-method-for-seo-and-accessibility&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/665037/replacing-h1-text-with-a-logo-image-best-method-for-seo-and-accessibility&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97543</link>
			<pubDate>Tue, 19 Feb 2013 23:48:47 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">97543@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;This is a great article and resource you have given me. I will conquer this! I appreciate your help.&#60;/p&#62;
&#60;p&#62;Yes, I hard-coded the logo in the Theme Options inside WordPress. I wonder if I should replace it with the high-res one, and just change the background size via CSS in my mobile media query instead of swapping it out. I think that would work. &#60;/p&#62;
&#60;p&#62;I will try this and also reinstall the plugin and I will update you soon.&#60;/p&#62;
&#60;p&#62;Thank you so kindly, Nick!&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97540</link>
			<pubDate>Tue, 19 Feb 2013 23:04:43 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97540@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Hehe. I got the css I posted from the same website. Yet it didn't say to remove the original, it just says to add the variation. You can also look at this &#60;a href=&#34;http://www.brettjankord.com/2012/11/28/cross-browser-retinahigh-resolution-media-queries/&#34; rel=&#34;nofollow&#34;&#62;http://www.brettjankord.com/2012/11/28/cross-browser-retinahigh-resolution-media-queries/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You have your main logo hardcoded in the html so it will be displayed no matter what&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h1 class=&#38;quot;logo&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://www.toxicfreechallenge.com/&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://toxicfreechallenge.com/wp-content/uploads/2011/12/TFC-logo-114x143.png&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You need to have both the retina and the original image inside the css and to show one or the other class based on the media query.   Please look here for example &#60;a href=&#34;http://www.sitepoint.com/css-techniques-for-retina-displays/&#34; rel=&#34;nofollow&#34;&#62;http://www.sitepoint.com/css-techniques-for-retina-displays/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would still use &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-retina-2x/faq/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-retina-2x/faq/&#60;/a&#62; ... the developer guarantees it and even offers free support. can't beat that.&#60;br /&#62;
Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97513</link>
			<pubDate>Tue, 19 Feb 2013 20:26:18 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">97513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick,&#60;/p&#62;
&#60;p&#62;I've updated my CSS and checked my Firefox app on my iPhone, and they look the same. I've read articles on using both types of moz, one from css-tricks.com even says &#34;The super weird min--moz-device-pixel-ratio is probably a bug, might wanna put in -moz-min-device-pixel-ratio also in case they fix it but leave it prefixed&#34;. In any event, I have changed mine to your suggestion - thank you so much, although my icons are appearing the same.&#60;/p&#62;
&#60;p&#62;Regarding the image replacement for the logo, I have it in my media query as such:&#60;/p&#62;
&#60;p&#62;@media&#60;br /&#62;
only screen and (-webkit-min-device-pixel-ratio: 2),&#60;br /&#62;
only screen and (   min--moz-device-pixel-ratio: 2),&#60;br /&#62;
only screen and (     -o-min-device-pixel-ratio: 2/1),&#60;br /&#62;
only screen and (        min-device-pixel-ratio: 2),&#60;br /&#62;
only screen and (                min-resolution: 192dpi),&#60;br /&#62;
only screen and (                min-resolution: 2dppx) { &#60;/p&#62;
&#60;p&#62;h1.logo a { background: url(&#34;/wp-content/uploads/2011/12/TFC-logo-114x143@2x.png&#34;) no-repeat top left; background-size: 60%; }&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The image shows up and looks great, except it's peeking out from behind my original logo. I can't display:none on the original logo because they have the same selector. I'm not sure why the original logo isn't disappearing. I have saved my CSS so you should be able to see it on my home page &#60;a href=&#34;http://www.toxicfreechallenge.com&#34; rel=&#34;nofollow&#34;&#62;http://www.toxicfreechallenge.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;This is a very interesting dilemma. &#60;/p&#62;
&#60;p&#62;Thank you for your help!!&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97505</link>
			<pubDate>Tue, 19 Feb 2013 19:37:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97505@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

  /* Retina-specific stuff here */

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your line 2 is not correct. min moz device ... not ... min moz min device&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97497</link>
			<pubDate>Tue, 19 Feb 2013 19:10:35 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">97497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick,&#60;/p&#62;
&#60;p&#62;I'm just using my own layout.css document with these media queries, which are successful with all my other images, so I'm not sure why the logo isn't updating:&#60;/p&#62;
&#60;p&#62;@media only screen and (-webkit-min-device-pixel-ratio: 2),&#60;br /&#62;
       only screen and (min--moz-min-device-pixel-ratio: 2),&#60;br /&#62;
       only screen and (-o-min-device-pixel-ratio: 2/1),&#60;br /&#62;
       only screen and (min-device-pixel-ratio: 2),&#60;br /&#62;
		only screen and (min-resolution: 2dppx) {&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I had the Retina2x plugin but it wasn't working, so I just created my own media queries and uploaded &#60;a href=&#34;mailto:icon@2x.png&#34;&#62;icon@2x.png&#60;/a&#62; for all my images and icon and coded it out with the above media query, and everything except the logo worked. Retina2x documentation states &#34;The plugin can transform the images that go through the WordPress API and the 'Image Sizes' properly. Themes often uses a one-time customized size for the logo, and for that reason the image wouldn't be taken care of by the plugin. The easiest way to go around this is to create the Retina image by yourself. For example, if you are logo is 200x100 and named 'logo.png', upload a 400x200 version of that logo named 'logo@2x.png' next to the other one. It should them work immediately.&#34; I did that, but it still didn't replace it, so I had no need for the plugin and deactivated and deleted it.&#60;/p&#62;
&#60;p&#62;So with my own code, my images are fine and retina images are replacing, but the logo isn't.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97487</link>
			<pubDate>Tue, 19 Feb 2013 18:33:32 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97487@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What are you using (code) to display retina? Have you tried this &#60;a href=&#34;http://conditionizr.com/&#34; rel=&#34;nofollow&#34;&#62;http://conditionizr.com/&#60;/a&#62; or &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-retina-2x/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-retina-2x/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lindsey on "Replacing logo with Retina Logo"</title>
			<link>http://www.kriesi.at/support/topic/replacing-logo-with-retina-logo#post-97321</link>
			<pubDate>Mon, 18 Feb 2013 20:33:01 +0000</pubDate>
			<dc:creator>Lindsey</dc:creator>
			<guid isPermaLink="false">97321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Team,&#60;/p&#62;
&#60;p&#62;I've updated all my site's icons and images with retina and all is well on mobile.&#60;/p&#62;
&#60;p&#62;I'd like to now replace my logo with a retina image. This is what is working for me for site wide images in my media queries:&#60;/p&#62;
&#60;p&#62;#list .icon { background: url(&#34;../images/icon@2x.png&#34;) no-repeat top left; background-size: 60%; }&#60;/p&#62;
&#60;p&#62;However, when I try to implement retina replacement for my logo, my retina image shows up under the logo and to the left, so instead of replacing the original logo on mobile devices, there are two images there. &#60;/p&#62;
&#60;p&#62;I have tried the following and they are showing up but the original image isn't going away:&#60;/p&#62;
&#60;p&#62;h1.logo { background: url(&#34;../images/TFC-logo-912x1144@2x.png&#34;) no-repeat top left; background-size: 60%; }&#60;/p&#62;
&#60;p&#62;h1.logo a { background: url(&#34;../images/TFC-logo-912x1144@2x.png&#34;) no-repeat top left; background-size: 60%; }&#60;/p&#62;
&#60;p&#62;h1.logo a img { background: url(&#34;../images/TFC-logo-912x1144@2x.png&#34;) no-repeat top left; background-size: 60%; }&#60;/p&#62;
&#60;p&#62;I've done this for other sites when hand-coding, but this is my first time attempting with a theme and I'm not sure how to correct this in the php.&#60;/p&#62;
&#60;p&#62;Thank you for your help!&#60;/p&#62;
&#60;p&#62;- Lindsey
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
