nitin002
Forum Replies Created
-
Forum: Plugins
In reply to: [Infinite-Scroll] disabe infinite scroll on mobileThis might help:
https://ww.wp.xz.cn/support/topic/how-to-disable-the-plugin-on-mobile-phones
Its for a different plugin, but you can do something similiar.Forum: Plugins
In reply to: [Infinite-Scroll] pease what are the selectors of my themesMy Last try:
Here are two possible modification. Try both of them, one at a time, and then, both simultaneously.1. Change Content Selector to: .block
Item: .block .post2. Change Next selector to : #post-nav .pagination a.inactive:first
Forum: Plugins
In reply to: [Infinite-Scroll] pease what are the selectors of my themesSee if there is an option in your theme to disable the page number navigaiton.
Try this in the meantime:
Next: #post-nav .pagination a:first
Navigation: #post-nav
Content: .main-content .block
Item: .main-content .block .postI’m not exactly sure about the Next Selector. It may work, it may not. But the rest selectors are pretty much what they should be.
Forum: Plugins
In reply to: [Infinite-Scroll] CSS selectors for Patchwork themeTry this one:
Content: #primary #content
Or, simply
#contentItem: #content .post
Nav: #nav-below
Next: #nav-below .nav-previous a:first
Forum: Plugins
In reply to: [Infinite-Scroll] pease what are the selectors of my themesAre you using a navigation plugin? You might want to disable it first, so that it simply displays “Older post”, or “Previous”, something like this.
Follow this:
http://ni-t.in/infinite-scroller-for-wordpress-the-easy-way-for-beginners/