<?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: Infinite Scroll settings?</title>
		<link>http://www.kriesi.at/support/topic/infinite-scroll-settings</link>
		<description>Support Forum - Topic: Infinite Scroll settings?</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 06:12:11 +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/infinite-scroll-settings" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-81302</link>
			<pubDate>Sun, 28 Oct 2012 07:03:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Unfortunately this requires some custom work and is a bit time intensive. However there's a cheap premium extension out there which should work: &#60;a href=&#34;http://61extensions.com/shop/woocommerce-infinite-product-scroll/&#34; rel=&#34;nofollow&#34;&#62;http://61extensions.com/shop/woocommerce-infinite-product-scroll/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwr415 on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-81204</link>
			<pubDate>Fri, 26 Oct 2012 17:18:18 +0000</pubDate>
			<dc:creator>lwr415</dc:creator>
			<guid isPermaLink="false">81204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Thank you for share this method.&#60;br /&#62;
Could you please give me some advices if I would like to use this scrolling way in my product catalog page. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
LWR
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-76784</link>
			<pubDate>Fri, 21 Sep 2012 12:26:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">76784@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I implemented the infinite scroll script on my website: &#60;a href=&#34;http://inoplugs.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://inoplugs.com/blog/&#60;/a&#62; without using the plugin but I used the standalone jquery version (because of performance reasons, etc.). Add following code to functions.php (at the very bottom)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* infinte scroll */
function infinite_scroll() {
	global $avia_config;
	if ( is_archive() &#124;&#124; ($avia_config[&#38;#39;currently_viewing&#38;#39;] == &#38;#39;blog&#38;#39; &#38;amp;&#38;amp; !is_single()) ){
		echo &#38;#39;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;#39;;

		echo &#38;#39;jQuery(&#38;quot;.content&#38;quot;).infinitescroll({
				navSelector: &#38;quot;.pagination&#38;quot;,
				nextSelector: &#38;quot;.pagination a:first&#38;quot;,
				itemSelector: &#38;quot;.content .post-entry&#38;quot;,
				loading: {
					img: avia_framework_globals.installedAt + &#38;quot;images/custom/loader.gif&#38;quot;
				}
				},
				function(){

	avia_ajax_call();
				}
			);&#38;#39;;

		echo &#38;#39;&#38;lt;/script&#38;gt;&#38;#39;;
	}
}
add_action(&#38;#39;wp_footer&#38;#39;, &#38;#39;infinite_scroll&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and upload the preloader/loader gif image into following folder: wp-content/themes/choices/images/custom/ - in the example aboveI called it loader.gif.&#60;/p&#62;
&#60;p&#62;At least add following js code: &#60;a href=&#34;https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.min.js&#34; rel=&#34;nofollow&#34;&#62;https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.min.js&#60;/a&#62; to the bottom of js/avia.js.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-76221</link>
			<pubDate>Mon, 17 Sep 2012 13:57:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can download this free program (winmerge.org) that compares any 2 files/or directories line by line., Copy the firebug html source (or view source) for the page where it is working into one window, and paste the code for the one not working in the other window, and it will instantly show you side by side color coded views of the differences, so you can easily spot what needs to be modified. &#60;a href=&#34;http://download.cnet.com/WinMerge/3000-2216_4-10598281.html&#34; rel=&#34;nofollow&#34;&#62;http://download.cnet.com/WinMerge/3000-2216_4-10598281.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-76102</link>
			<pubDate>Sun, 16 Sep 2012 17:14:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What happen when you are in a dynamic template?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbuurman on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-76089</link>
			<pubDate>Sun, 16 Sep 2012 16:43:41 +0000</pubDate>
			<dc:creator>mbuurman</dc:creator>
			<guid isPermaLink="false">76089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried some more things. Seems it only works for me when I'm on a normal blog or archive page and not on a dynamic template.&#60;/p&#62;
&#60;p&#62;I use these settings:&#60;/p&#62;
&#60;p&#62;div.content&#60;br /&#62;
div.post-entry&#60;br /&#62;
div.pagination&#60;br /&#62;
a:first&#60;/p&#62;
&#60;p&#62;Also works great with Strx Floating Sidebar plugin. &#60;/p&#62;
&#60;p&#62;Both plugins are real recommendations, the less a user has to do, the more likely he will stay!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-75947</link>
			<pubDate>Fri, 14 Sep 2012 16:31:18 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75947@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've seen this feature on a few sites, and its just beginning to get wider us (I like it very much) but I have no experience with it. I suggest you go to the plugin maker since they usually have a forum.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-75940</link>
			<pubDate>Fri, 14 Sep 2012 16:22:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This is new to me. Let me tag the rest of the support team to help you out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbuurman on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-75905</link>
			<pubDate>Fri, 14 Sep 2012 11:47:08 +0000</pubDate>
			<dc:creator>mbuurman</dc:creator>
			<guid isPermaLink="false">75905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No ones ever had a similair question? Or has this feature too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbuurman on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-75616</link>
			<pubDate>Wed, 12 Sep 2012 18:42:40 +0000</pubDate>
			<dc:creator>mbuurman</dc:creator>
			<guid isPermaLink="false">75616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;For my blog I'd like an infinite scrolling. There is a great plugin for that: &#60;a href=&#34;http://wordpress.org/extend/plugins/infinite-scroll/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/infinite-scroll/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Anyone knows how I set this plugin? Currently I am using:&#60;/p&#62;
&#60;p&#62;Content Selector: div.content&#60;br /&#62;
Posts Selector: div.post-entry&#60;br /&#62;
Navigation Selector: div.pagination&#60;br /&#62;
Next Page Selector: div.pagination a:first&#60;/p&#62;
&#60;p&#62;But when I scroll down I get two loading bars and no posts loading, anyone knows what the right settings for this plugin are?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
