Infinite Scroll Osclass Plugin 1.1.0

spendooso

New member
XNullUser
Joined
Dec 12, 2024
Messages
12
Reaction score
3
Points
3
Location
Qatar
NullCash
148
Infinite Scroll Plugin for Osclass improve user experience and your theme UI and provide more essential way to load new listings on search page.

Infinite scrolling - no pagination​

Scroll plugin replace standard pagination on search page and load new items using ajax each time visitor hits bottom of search page.

  • automatically load items when user reaching bottom of currently loaded listings
  • remove standard pagination
  • based on ajax
  • much faster listing browsing comparing to standard pagination
  • contains configuration details of all OsclassPoint themes
  • works on any theme from any author
  • works with ajax search theme feature

PLUGIN INTEGRATION​

Implementation of infinite scroll osclass plugin is very simple. There is no need to modify theme files, only what is needed is to provide CSS selectors for following blocks:

  • Content Block Selector - most themes use #main
  • Listings Parent Block Selector - usually vary based on theme
  • Pagination Block Selector - most themes use .paginate
  • Pagination Next Button Selector - most themes use a.searchPaginationNext
  • Loaded Listings Counter Selector - optional parameter to update number of currently visible listings
Plugin also contains handy table with CSS selectors for all our themes
 

Attachments

  • Infinite Scroll Osclass Plugin infinitescroll.zip
    138.7 KB · Views: 0
Top