Changeset 3089386
- Timestamp:
- 05/20/2024 11:30:55 AM (10 months ago)
- Location:
- ultimate-infinite-scroll
- Files:
-
- 393 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified ultimate-infinite-scroll/trunk/admin/classes/admin-options.class.php ¶
r3017190 r3089386 26 26 'framework_title' => 'Ultimate Infinite Scroll for WooCommerce', 27 27 'framework_class' => '', 28 'version' => '1.0. 4',28 'version' => '1.0.5', 29 29 // menu settings 30 30 'menu_title' => '', -
TabularUnified ultimate-infinite-scroll/trunk/readme.txt ¶
r3017190 r3089386 1 === Ultimate Infinite Scroll Plugin for Posts & Woocommerce ===1 === Ultimate Infinite Scroll, AJAX Lazy load Plugin for Posts & Woocommerce === 2 2 Contributors: wpunicorn 3 3 Donate link: https://UltimateInfiniteScroll.com 4 4 Tags: infinite scroll, load more, scroll, infinite, lazy load, lazy loading, endless scroll, pagination, ajax pagination, ajax, ajax posts, woocommerce, ajax load more, masonry 5 5 Requires at least: 5.2 6 Tested up to: 6. 4.27 Stable tag: 1.0. 46 Tested up to: 6.5.3 7 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 == Ultimate Infinite Ajax Scroll For WooCommerce == 12 Ultimate infinite scroll and lazy loadsolution for your WooCommerce powered website.11 Ultimate Infinite Ajax Scroll for WordPress Blog posts and WooCommerce products 12 Simply infinite scroll and lazy load & load more solution for your WooCommerce powered website. 13 13 14 14 == Description == 15 The Ultimate Infinite Scroll for Woocommerce replaces the default pagination functionality of products page with ajax infinite scroll.16 No need to click on pagination in order to see the next page Now, with this plugin you the whole page doesn't need to be reloaded again.17 It makes your WooCommerce store more efficient and fast, it reduces bounce date and increase engagement.18 15 19 **== Features ==** 16 The Ultimate Infinite Scroll for WooCommerce revolutionizes the product browsing experience on your WooCommerce store by replacing traditional pagination with smooth AJAX infinite scroll. This plugin ensures that customers no longer need to click through pages to view more products. As users scroll, new products seamlessly load without refreshing the entire page, making your WooCommerce store faster, more engaging, and reducing bounce rates. 20 17 21 **No more waiting for the next page:** While the user scrolling the plugin will load for him the next page. 18 **Key Benefits:** 19 - **Enhanced User Experience:** Infinite scroll keeps users engaged by continuously loading products as they scroll. 20 - **Improved Store Efficiency:** Reduces page load times and server requests, enhancing overall site performance. 21 - **Higher Engagement:** Encourages users to explore more products without interruption, potentially increasing sales. 22 22 23 **Plug and play:** No need to edit any options or to make any modifications at start. Just install and enjoy. 23 == Features == 24 24 25 **Cross browser support:** The plugin is a lightweight script which should work on any major browser (and also in mobile). 25 - **Seamless Pagination:** Automatically loads the next set of products as users scroll down the page, providing a continuous browsing experience. 26 - **Plug and Play:** Easy to install and activate. No configuration needed – simply install and enjoy the enhanced functionality. 27 - **Cross-Browser Compatibility:** Works flawlessly on all major browsers, including mobile browsers. 28 - **Customizable Preloader Icon:** Includes a default preloader icon, with the option to upload your own through the settings page. 29 - **Load More Button Option:** If you prefer, you can enable a "Load More" button instead of automatic loading on scroll. 30 - **Optimized Page Speed:** Control the initial number of products loaded to improve page speed and performance. 31 - **Theme Compatibility:** Designed to work with any WooCommerce theme. If needed, you can specify custom selectors in the settings. 32 - **Built with WordPress Best Practices:** Developed following the latest WordPress standards to ensure compatibility and performance without compromising your site's speed. 26 33 27 **You can upload your own preloader icon:** The plugin came with a default preloader icon. But you can change it with whatever you like through settings page. 34 == Installation == 28 35 29 **Load more button:** The plugin has the option to display load more button instead of load results on scroll. 30 31 **Increace page speed of products page:** You can choose how many products you want the server to load initially. All other products will be loaded asynchronously. 32 33 **Compatibility with all themes:** The plugin should work on all themes. In case you have a themed version of woocommerce you can always choose you own selectors from settings page. 34 35 **Built with WordPress Best Practices:** We have used the latest standards for creating this wordpress plugin in order to not affect your site performance. 36 37 38 **== Installation ==** 39 40 1. Extract and upload the folder `Ultimate Infinite Scroll` to the `/wp-content/plugins/` directory 41 2. Activate the plugin through the 'Plugins' menu in WordPress 42 3. Go to `Infinite Scroll -> Settings` 43 36 1. Upload the plugin files to the `/wp-content/plugins/ultimate-infinite-scroll-for-woocommerce` directory, or install the plugin through the WordPress plugins screen directly. 37 2. Activate the plugin through the 'Plugins' screen in WordPress. 38 3. Navigate to WooCommerce > Settings > Infinite Scroll to customize your settings if necessary. 44 39 45 40 == Frequently Asked Questions == … … 72 67 == Changelog == 73 68 69 70 71 = 1.0.5 = 72 * Fixed minor issues 73 74 74 = 1.0.4 = 75 75 * Compatible with WP 6.4.2 -
TabularUnified ultimate-infinite-scroll/trunk/ultimate-infinite-scroll.php ¶
r3017192 r3089386 4 4 * Plugin URI: UltimateInfiniteScroll.com 5 5 * Description: Products Infinite Scroll Plugin for WooCommerce 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: Ultimate Infinite Scroll 8 8 * Author URI: UltimateInfiniteScroll.com
Note: See TracChangeset
for help on using the changeset viewer.