<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Add FullAjax plugin for Joomla! (2013.11.23)</title>
	<atom:link href="https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/feed" rel="self" type="application/rss+xml" />
	<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23</link>
	<description></description>
	<lastBuildDate>Tue, 06 Apr 2021 13:05:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-2#comment-1418</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Tue, 14 Apr 2015 11:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1418</guid>
		<description><![CDATA[yes, in theory you can use &lt;a href=&quot;https://github.com/Fedik/FullAJAX/wiki/Filter&quot; rel=&quot;nofollow&quot;&gt;FullAJAX Filter feature&lt;/a&gt; for this. Something like:
&lt;pre lang=&quot;javascript&quot;&gt;
FLAX.Filter.add({url:&#039;/my-url&#039;, id:&#039;my-container-id&#039;});
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>yes, in theory you can use <a href="https://github.com/Fedik/FullAJAX/wiki/Filter" rel="nofollow">FullAJAX Filter feature</a> for this. Something like:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;">FLAX.<span style="color: #660066;">Filter</span>.<span style="color: #660066;">add</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>url<span style="color: #339933;">:</span><span style="color: #3366CC;">'/my-url'</span><span style="color: #339933;">,</span> id<span style="color: #339933;">:</span><span style="color: #3366CC;">'my-container-id'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-2#comment-1416</link>
		<dc:creator><![CDATA[Jan]]></dc:creator>
		<pubDate>Sat, 11 Apr 2015 23:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1416</guid>
		<description><![CDATA[Hi,
ist it possible to say some links to send the output to an different container as the main component container?

Kind regards,
Jan]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
ist it possible to say some links to send the output to an different container as the main component container?</p>
<p>Kind regards,<br />
Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-2#comment-1415</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Thu, 09 Apr 2015 08:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1415</guid>
		<description><![CDATA[hi Karen, you can do something like that (if you use jquery):
&lt;pre lang=&quot;javascript&quot;&gt;
FLAX.Html.onall(&#039;load&#039;, function(options){
  jQuery(&#039;body&#039;).addClass(&#039;my-class&#039;);
});
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>hi Karen, you can do something like that (if you use jquery):</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;">FLAX.<span style="color: #660066;">Html</span>.<span style="color: #660066;">onall</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'load'</span><span style="color: #339933;">,</span> <span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>options<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
  jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'body'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'my-class'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Karen grigoryan</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-2#comment-1414</link>
		<dc:creator><![CDATA[Karen grigoryan]]></dc:creator>
		<pubDate>Tue, 07 Apr 2015 15:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1414</guid>
		<description><![CDATA[Hello,

Thank you for the plugin.

Could you please tell us how to update the page class on body  tag?

currently it only shows the homepage page class on every page. unless we refresh the page.

how to update the page class without refreshing?

thank you?
Karen]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank you for the plugin.</p>
<p>Could you please tell us how to update the page class on body  tag?</p>
<p>currently it only shows the homepage page class on every page. unless we refresh the page.</p>
<p>how to update the page class without refreshing?</p>
<p>thank you?<br />
Karen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-1#comment-1266</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Fri, 27 Jun 2014 10:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1266</guid>
		<description><![CDATA[Для палгіна потрібно щоб всі блоки були на сторінці, в іншому випадку він просто не буде знати куди додавати новий контент.
На рахунок #content-full, то бажано щоб завжди було щось одне, або #content-full або #content ... як поєднати, не уявляю :)]]></description>
		<content:encoded><![CDATA[<p>Для палгіна потрібно щоб всі блоки були на сторінці, в іншому випадку він просто не буде знати куди додавати новий контент.<br />
На рахунок #content-full, то бажано щоб завжди було щось одне, або #content-full або #content &#8230; як поєднати, не уявляю :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Роман</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-1#comment-1262</link>
		<dc:creator><![CDATA[Роман]]></dc:creator>
		<pubDate>Tue, 24 Jun 2014 10:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1262</guid>
		<description><![CDATA[Делаю сайт на joomla 2.5. Столкнулся с проблемой условий:
1 Если на сайте есть колонки левая или правая, то грузится блок #content
2 Если колонок нет, то грузим блок #content-full
Можно этот момент как-то настроить?]]></description>
		<content:encoded><![CDATA[<p>Делаю сайт на joomla 2.5. Столкнулся с проблемой условий:<br />
1 Если на сайте есть колонки левая или правая, то грузится блок #content<br />
2 Если колонок нет, то грузим блок #content-full<br />
Можно этот момент как-то настроить?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio Pereira</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-1#comment-1255</link>
		<dc:creator><![CDATA[Mauricio Pereira]]></dc:creator>
		<pubDate>Mon, 09 Jun 2014 11:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1255</guid>
		<description><![CDATA[I&#039;ve got differente templates for each menu item.
I noticed that the error only happens in the menu items directed to a single article! 
if the menu item is directed to a categoy blog there is no error!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve got differente templates for each menu item.<br />
I noticed that the error only happens in the menu items directed to a single article!<br />
if the menu item is directed to a categoy blog there is no error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio Pereira</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-1#comment-1254</link>
		<dc:creator><![CDATA[Mauricio Pereira]]></dc:creator>
		<pubDate>Mon, 09 Jun 2014 10:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1254</guid>
		<description><![CDATA[disabled the scrollup option and still doesn&#039;t work.
error message: &quot;$$ is not defined&quot; in line 741 in the .js uncompressed file]]></description>
		<content:encoded><![CDATA[<p>disabled the scrollup option and still doesn&#8217;t work.<br />
error message: &#8220;$$ is not defined&#8221; in line 741 in the .js uncompressed file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio Pereira</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-1#comment-1253</link>
		<dc:creator><![CDATA[Mauricio Pereira]]></dc:creator>
		<pubDate>Mon, 09 Jun 2014 10:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1253</guid>
		<description><![CDATA[The site is still in development in a local server!
I&#039;ll try install it on the webserver.]]></description>
		<content:encoded><![CDATA[<p>The site is still in development in a local server!<br />
I&#8217;ll try install it on the webserver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedik</title>
		<link>https://getsite.org.ua/en/fullajax/add-fullajax-plugin-for-joomla-2013-11-23/comment-page-1#comment-1252</link>
		<dc:creator><![CDATA[Fedik]]></dc:creator>
		<pubDate>Mon, 09 Jun 2014 10:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://getsite.org.ua/?p=1007#comment-1252</guid>
		<description><![CDATA[strange, also there &quot;scrollup&quot; option, try disable this also :)

unfortunately I cannot help more without checking on the site, 
send me link (here or via email) to your site]]></description>
		<content:encoded><![CDATA[<p>strange, also there &#8220;scrollup&#8221; option, try disable this also :)</p>
<p>unfortunately I cannot help more without checking on the site,<br />
send me link (here or via email) to your site</p>
]]></content:encoded>
	</item>
</channel>
</rss>
