<?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: AJAX icons</title>
		<link>http://www.kriesi.at/support/topic/ajax-icons</link>
		<description>Support Forum - Topic: AJAX icons</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 07:04:51 +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/ajax-icons" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-66420</link>
			<pubDate>Wed, 18 Jul 2012 20:00:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">66420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad its working for you now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-66417</link>
			<pubDate>Wed, 18 Jul 2012 19:56:51 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">66417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks Devin, your code is targeting the right things now, but it's not doing the right things.&#60;br /&#62;
there's also some typos, so here's the code that works perfectly for me.&#60;br /&#62;
it solves mobile-portrait and mobile-landscape :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* Ajax Portfolio Icons corrections&#60;br /&#62;
================================================== */&#60;br /&#62;
@media only screen and (max-width: 779px) {&#60;br /&#62;
.responsive #top .inner_slide {&#60;br /&#62;
	margin-top: 40px;&#60;br /&#62;
	}&#60;br /&#62;
.responsive #top .ajax_controlls {&#60;br /&#62;
	top: 15px;&#60;br /&#62;
	right: 162px;&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-66393</link>
			<pubDate>Wed, 18 Jul 2012 17:39:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">66393@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Radu,&#60;/p&#62;
&#60;p&#62;I've updated the code above a bit so that it targets things more specifically.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-66310</link>
			<pubDate>Wed, 18 Jul 2012 08:33:19 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">66310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks Devin,&#60;br /&#62;
i've now tried the code and it works partially :&#60;/p&#62;
&#60;p&#62;for .avia_sortable .ajax controls { }&#60;br /&#62;
top:  does nothing above the value of 10px, which is does not slide the controls high enough.&#60;br /&#62;
right: does nothing at all&#60;/p&#62;
&#60;p&#62;the only thing that works at the moment is&#60;br /&#62;
&#60;code&#62;@media only screen and (max-width: 479px) {&#60;br /&#62;
  .inner_slide {margin-top: 20px;}}&#60;/code&#62;&#60;br /&#62;
and this is not enough to correct the problem.&#60;/p&#62;
&#60;p&#62;have you tested the new code ? any other suggestions ?&#60;/p&#62;
&#60;p&#62;kind regards,&#60;br /&#62;
Radu
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-66249</link>
			<pubDate>Wed, 18 Jul 2012 03:44:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">66249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tested it locally but don't have quite the same view as in the screenshot. It should actually address the horizontal too if you add a right property and adjust the value how you need it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 479px) {
  .responsive #top .inner_slide {margin-top: 20px;}
  .responsive #top .ajax_controlls {top: 4px; right: 5px}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;so the right: 5px will push it over to the right a bit more but can be adjusted if you need.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-66234</link>
			<pubDate>Wed, 18 Jul 2012 00:50:20 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">66234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks Devin, i'll give it a try, but your fix would only address the vertical issue, there is a horizontal mis-alignment as well (the X is off the canvas).&#60;/p&#62;
&#60;p&#62;btw, this happens in all browsers, on deskto, too, when you resize the browser window. So you don't need a device to test it on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-66155</link>
			<pubDate>Tue, 17 Jul 2012 18:16:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">66155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi radugidei,&#60;/p&#62;
&#60;p&#62;I'm flying blind here as I don't have the device to test it on, however try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 479px) {
  .inner_slide {margin-top: 20px;}
  .avia_sortable .ajax_controlls {top: 4px;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-65443</link>
			<pubDate>Fri, 13 Jul 2012 15:25:19 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">65443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any time frame for this next update ? still waiting for a lot of ajax fixes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-64036</link>
			<pubDate>Fri, 06 Jul 2012 05:12:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Let me tag Kriesi and the rest of the support team on this one. It will be fix on the next update. &#60;/p&#62;
&#60;p&#62;Regards.&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "AJAX icons"</title>
			<link>http://www.kriesi.at/support/topic/ajax-icons#post-63863</link>
			<pubDate>Thu, 05 Jul 2012 15:32:57 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">63863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;on small canvases, the AJAX buttons ( &#38;lt; &#38;gt; X ) dont align correctly. this is with the latest version of Coherence.&#60;/p&#62;
&#60;p&#62;example , on iOS : &#60;a href=&#34;http://db.tt/4hA5gkel&#34; rel=&#34;nofollow&#34;&#62;http://db.tt/4hA5gkel&#60;/a&#62;&#60;br /&#62;
This happens when the browser is resized as well.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
