Awesome, turning on debugging for now says loads of time!
So the error is:
["Navigation selector not found"]
This means that the value you supplied for “Previous posts CSS Selector” in the options panel is not quite right.
By default it is:
div.navigation a:first
On your site/theme it looks as though it should be:
div.archive_nav div.left a:first
Let me know how it goes.
I made the changes you suggested, still not working.
I just fixed something on the other selectors and it’s now working!
Thank you so much for your help!!
I found error “Navigation selector not found” with any theme. But it working in Twenty theme. Please tell me solution.
You need to configure the Selectors to match you’re theme (theres no easier way to do it). If the hints in the options page don’t help then post a link to your site and I’ll try and help.
Hi beaver6813,
Would you be kind and help me with the selectors? I tried like 100x but wasn’t able to get the right ones (including the default).
I am using now these:
CS: #main
PS: #main div.items-wrapper
NS: div.pagination
NPS: div.pagination a:first
My website: http://www.paaah.com
My theme is based on this one: http://themeforest.net/item/boulevard-a-wordpress-magazine-theme/607355
PS: The navigation is based on kriesi pagination: http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin
Thx so much!
Hugo
You’d want to use:
CS: #items-wrapper
PS: #items-wrapper div.item
NS: .pagination
NPS: .pagination a:first
Obviously I can’t test as you’ve turned off infinite-scroll 🙂
Thx @beaver6813!
It works now but I found a small bug: when I scroll down the ajax gif doesn’t show up :/ thx for helping