Hello,
I have the pagenavi plugin installed and I'm using the default CSS selectors.
This is the current HTML
<div class="wp-pagenavi">
<span class="pages">Page 1 of 589</span>
<a class="first" href="http://mydomain.com/accessories/">« First</a>
<span class="extend">...</span><a class="page smaller" href="http://mydomain.com/accessories/page/2/">2</a>
<span class="current">1</span><span class="extend">...</span>
<a class="nextpostslink" href="http://mydomain.com/accessories/page/2/">»</a>
<a class="last" href="http://mydomain.com/accessories/page/589/">Last »</a>
</div>
I have the following selectors in infinite scroll
Navigation Selector #container div.wp-pagenavi
Next Selector #container div.wp-pagenavi .nextpostslink
However this seems to have no effect at all. Any help is really appreciated.
Thanks