<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>digitalnature  &#187;  Infinte Scroll Selectors for Mystique theme?</title>
		<atom:link href="https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/feed/</link>
		<description></description>
		<pubDate></pubDate>
		<generator>http://bbpress.org/?v=2.0.3</generator>
		<language></language>

		
														
					
				<item>
					<guid>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3295</guid>
					<title><![CDATA[Infinte Scroll Selectors for Mystique theme?]]></title>
					<link>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3295</link>
					<pubDate>Tue, 07 Feb 2012 23:43:27 +0000</pubDate>
					<dc:creator></dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve installed <a href="http://www.infinite-scroll.com/" rel="nofollow external">Infinite Scroll</a> plugin in this pretty theme but I don&#8217;t know the right selectors to make it work.</p>
<p>Can somebody tell me the selectors?</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3460</guid>
					<title><![CDATA[Reply To: Infinte Scroll Selectors for Mystique theme?]]></title>
					<link>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3460</link>
					<pubDate>Fri, 24 Feb 2012 11:25:22 +0000</pubDate>
					<dc:creator></dc:creator>

					<description>
						<![CDATA[
						<p>I would also realy appreciate if somebody could help us. I am trying to get the right selectors. But it is realy realy hard, for a begginer. God bless the one who can help us <img src='https://digitalnature.eu/wp-content/themes/digitalnature/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  !</p>
<p>We must give the following selectors.</p>
<p>Content CSS Selector<br />
The DIV that wraps around all posts. New posts will be inserted at the bottom of this DIV.<br />
Post CSS Selector<br />
The selector that selects all posts on a page. Each post must be surrounded by a single DIV.<br />
Navigation links CSS Selector<br />
This DIV contains the Next Posts and Previous Posts link.<br />
Previous Posts CSS Selector<br />
This A tag is what points to the 2nd page of posts.</p>
<p>Many thaks for helping us!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3480</guid>
					<title><![CDATA[Reply To: Infinte Scroll Selectors for Mystique theme?]]></title>
					<link>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3480</link>
					<pubDate>Fri, 24 Feb 2012 22:22:11 +0000</pubDate>
					<dc:creator></dc:creator>

					<description>
						<![CDATA[
						<p>Wow it is surpriseing, thank you very much i was only checking the main page continously. I have been for 10 hours in front of the laptop so far so i am bit tired and my brain stoped working properly <img src='https://digitalnature.eu/wp-content/themes/digitalnature/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But at least i know the selectors work fine! And it is your glory!! Thanks for your kindnes and patience! I am impressed. Thx a lot again.</p>
<p>if sombody also wants to use it, I am currently using Mystique &#8211; Extend 1.0 with these selectors:</p>
<p>.posts<br />
.hentry<br />
.pagination<br />
.pagination .previous</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3481</guid>
					<title><![CDATA[Reply To: Infinte Scroll Selectors for Mystique theme?]]></title>
					<link>https://digitalnature.eu/topic/infinte-scroll-selectors-for-mystique-theme/#post-3481</link>
					<pubDate>Sat, 25 Feb 2012 01:17:33 +0000</pubDate>
					<dc:creator>admin</dc:creator>

					<description>
						<![CDATA[
						<p>Just a note: the theme has this feature built-in, but the posts get displayed on click, not on scroll. You can however change this by simply adding this code in the footer template for example:</p>
<pre><code>&lt;script&gt;
  jQuery(document).ready(function($){
    setInterval(function(){
      $('.page-navi.single a').each(function(){
        var rect = this.getBoundingClientRect();
        if(rect.top &gt;= 0 &amp;&amp; rect.left &gt;= 0 &amp;&amp; rect.bottom &lt;= window.innerHeight &amp;&amp; rect.right &lt;= window.innerWidth)
          if(!$(this).hasClass('loading'))
            $(this).trigger('click');
      });
    }, 1000);
  });
&lt;/script&gt;
</code></pre>
<p>This works when the &#8220;single (AJAX)&#8221; navigation is enabled, and is waaaay lighter than your plugin <img src='https://digitalnature.eu/wp-content/themes/digitalnature/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(PS: I remove some of the messages since you got it working in the end, only keeping the ones that can help people looking for the same thing)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

