General (6 plugins) | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
AJAX Manufactory | 1.5.2.7 | 100 | 3 | 596 |
| |||
This plugin allows you to create AJAX applications by simple way. It implements JSON data transfer, data escaping, error handling. Whenever you plan to begin developing applications on Wordpress using AJAX technology, you have to solve a number of minor issues unrelated to the logic of your application: How to package and transmit data from the browser to the server, so they will not have been distorted? How to transfer data, if they are multi-dimensional array? How to implement a custom processing of AJAX response in case, again, it represents a complex set of data (a typical example - form sending and on-server validation)? How to handle data transition errors? How to debug all this stuff? Usually these issues generates a lot of spaghetti code, moreover, each new request type requires some customization of code. Managing all of this, you forget about the function that you would like to implement. AJAX Manufactory plugin for Wordpress have most of these tasks already solved. You can think about functionality and business logic instead. What you can have from the box: A simple function at the client side which allows to send any your complex data from javascript to Wordpress server side. An AJAX response wrapper at the server side which gives to you sent data as PHP array and allows you to create an AJAX response as a set of simple "commands" like "make an alert", "set up javascript variable", "put html text to specific html node(s)", "execute a javascript function", "go to specific URL" etc. Automatic execution of "commands" queue at the client side. Additionally you can specify your own callback. Documentation Please refer Documentation. | ||||||||
AJAX Load More By BKKER Theme | 1.0.0 | 80 | 2 | 685 |
| |||
Licene: GPLv2 or later Load the next page of posts with AJAX. Load the next page of posts with AJAX. | ||||||||
Ajaxify Wordpress | 1.0 | 96 | 4 | 3011 |
| |||
Tiny Light Weight ajax Plugin that Allows You to Ajaxify your Wordpress theme Quickly and Easily. Apply ajax to load your wordpress pages Without refresh. Just Put your Main content Id ( Main div) Choose your link class to ajaxify (For example .menu a) Choose your Gif loader and your theme will be converted to ajax. | ||||||||
Ajax Pagination and Infinite Scroll | 2.0.0 | 100 | 19 | 17428 |
| |||
Choose infinite scroll, load more button or pagination. Load paged content with Ajax on your posts, pages, search, custom post types and WooCommerce. Load paged content with Ajax throughout your Wordpress site. The plugin works on posts, pages, search, custom post types and WooCommerce. Paginate MULTIPLE sets of posts in the same template. Take a look at the demo site. We're looking for websites that use the plugin to feature on a showcase page. If you’re interested please email a link to your website to hello@wordpress-ajax-pagination.com. There are 3 pagination types to choose from. Infinite Scroll - Automatically load new posts when the user reaches the bottom of the screen. Load More Button - Click to load new posts. Pagination - Normal pagination but load the next page with Ajax. Set Up For additional help watch this video. Once the plugin is installed navigate to Settings -> Ajax Pagination Settings. Select an applicable theme default. If your theme isn't listed then add the correct selectors. There are 4 required selectors which can be found by using your browser developer tools. 'Posts Selector' The selector that wraps all of the posts/products. 'Post Selector' The selector of an individual post/product. 'Navigation Selector' The selector of the post/product navigation. 'Next Selector' The selector of the navigation next link. Choose a pagination type. Add an optional callback. Click 'Save Changes'. Multiple Settings If for example your site is running WooCommerce and also a Blog then the two templates will probably use different selectors and require a different set up from the admin settings. Click 'Add New' at the top of the screen. Repeat the set up steps above and click 'Save Changes'. At the top of the screen you can navigate between your saved settings. Multiple Sets of Posts It's possible to query and display multiple sets of posts in the same template and independently paginate them. This requires a specific set up within the template file which has been outlined here. Delete Setting At the top of the screen select the pagination setting you wish to delete. Scroll to the bottom of the screen and click 'Delete'. Styling Load More Button The load more button is wrapped in a div with the css class .malinky-load-more and the button has the css class .malinky-load-more__button. Style these in your themes style.css file. Initialization (Setup) The plugin is initialized when the page first loads and the pagination is then updated to use Ajax. If you need to reinitialize the plugin at anytime call the folowing function in your javascript. MalinkyAjaxPaging.setUp(); This is useful if you run any other javascript / ajax on the page, for example filtering on an ecommerce site. Callback Add your own Javascript code in the settings which runs after each new set of posts are loaded. Callback receives two parameters: loadedPosts (An array of the new posts) and url (The url that was loaded). Custom Events There are 3 custom events that are triggered. Bind to these events to perform your own actions. malinkyPaginationInitialized. Triggered after initialization. document.addEventListener('malinkyPaginationInitialized', function(e) { console.log('PaginationInitialized'); }); malinkyLoadPostsStart. Triggered before new posts are loaded. document.addEventListener('malinkyLoadPostsStart', function(e) { console.log('LoadPostsStart'); }); malinkyLoadPostsComplete. Triggered after new posts are loaded. document.addEventListener('malinkyLoadPostsComplete', function(e) { console.log('LoadPostsComplete'); }); Events only function when using a single set of pagination on a page. Isotope / Masonry If your using an isotope / masonry layout then you'll need to add a callback in the settings to layout the new posts when they are added. This should be in the following format. $('.grid').isotope('reloadItems').isotope(); Change the reference to the class name .grid to your own container element. Additional If using infinite scroll there is an option to amend the buffer in pixels before the next set of posts are loaded. If using load more button there is an option to amend the button text. You can choose your own preloader.gif. When using pagination the browser history is maintained allowing your visitors to use the browser back and forward buttons as expected. Conditional Loading By default the plugin loads on every page load. You can stop loading the Javascript and CSS by setting the following constants to false in your wp-config.php file. define('MALINKY_LOAD_JS', false); define('MALINKY_LOAD_CSS', false); Or by adding these two lines to your functions.php add_filter( 'malinky_load_js', '__return_false' ); add_filter( 'malinky_load_css', '__return_false' ); Once disabled you can load the Javascript and CSS in specific templates by adding the following before the wp_head(). global $malinky_ajax_pagination; $malinky_ajax_pagination->malinky_ajax_pagination_styles(); $malinky_ajax_pagination->malinky_ajax_pagination_scripts(); | ||||||||
Ajax Load More - Infinite Scroll | 2.13.1 | 100 | 114 | 191892 |
| |||
Ajax Load More is a powerful solution for infinite scrolling and lazy loading posts, custom post types, single posts, pages and comments with Ajax powered queries. Build complex custom WordPress quer... ies using the Ajax Load More shortcode builder then add the generated shortcode to your page via the content editor or directly into your template files. Ajax Load More is fully compatible with popular eCommerce plugins such as WooCommerce and Easy Digital Downloads. Get More Information Features Shortcode Builder - Easily create your own Ajax Load More shortcode by adjusting the various WordPress query parameters in our easy-to-use shortcode builder (see Shortcode Parameters). Query Parameters - Ajax Load More allows you to query WordPress by many different content types. Query by Post Type, Post Format, Date, Category, Tags, Custom Taxonomies, Search Term, Authors and more!! Customizable Repeater Templates - Edit and extend the functionality of Ajax Load More by creating your own repeater template to match the look and feel of your website (see screenshots). Setting Panel - Customize your version of Ajax Load More by updating various plugin settings (see screenshots). Multiple Instances - You can include multiple instances of Ajax Load More on a single page, post or template. Multisite Compatibility - As of Ajax Load More 2.7.2 you can now manage repeater templates across all sites in your network. Check out the demo site for more information! Content Types Ajax Load More can infinite scroll any content type WordPress offers - from blog posts to WooCommerce products Ajax Load More can handle it. Check out the examples below: Standard Posts Custom Post Types Pages Single Posts ** Comments ** ** Add-on required Shortcode Parameters Ajax Load More accepts a number of parameters that are passed to the WordPress query. These parameters are transferred via shortcode - don't worry, creating your custom shortcode is simple with the intuitive Shortcode Builder repeater - Choose a repeater template (Add-on available). Default = ‘default’ post_type - Comma separated list of post types. Default = ‘post’ post_format - Query by post format. Default = null category - A comma separated list of categories to include by slug. Default = null category__not_in - A comma separated list of categories to exclude by ID. Default = null tag - A comma separated list of tags to include by slug. Default = null tag__not_in - A comma separated list of tags to exclude by ID. Default = null taxonomy - Query by custom taxonomy name. Default = null taxonomy_terms - Comma separated list of custom taxonomy terms(slug). Default = null taxonomy_operator - Operator to compare Taxonomy Terms against (IN/NOT IN). Default = ‘IN’ taxonomy_relation - The logical relationship between each taxonomy when there is more than one. (AND/OR). Default = ‘AND’ day - Day of the week. Default = null month - Month of the year. Default = null year - Year of post. Default = null taxonomy_operator - Operator to compare Taxonomy Terms against (IN/NOT IN). Default = ‘IN’ meta_key - Custom field key(name). Default = null meta_value - Custom field value. Default = null meta_compare - Operator to compare meta_key and meta_value against. Default = ‘IN’ meta_type - Custom field type. Default = ‘CHAR’ meta_relation - Used with multiple custom field entries (AND/OR). Default = ‘AND’ author - Comma separated list of authors by id. Default = null post__in - Comma separated list of post ID’s to include in query. Default = null post__not_in - Comma separated list of post ID’s to exclude from query. Default = null search - Query search term (‘s’). Default = null custom_args - A semicolon separated list of value:pair arguments. e.g. tag_slug__and:design,development; event_display:upcoming. Default = null post_status - Select status of the post. Default = 'publish' order - Display posts in ASC(ascending) or DESC(descending) order. Default = ‘DESC’ orderby - Order posts by date, title, name, menu order, author, post ID or comment count. Default = ‘date’ offset - Offset the initial query (number). Default = ’0′ posts_per_page - Number of posts to load with each Ajax request. Default = ’5′ scroll - Load more posts as the user scrolls the page (true/false). Default = ‘true’ scroll_distance - The distance from the bottom of the screen to trigger the loading of posts while scrolling. Default = '150' max_pages - Maximum number of pages to load while user is scrolling (activated on when scroll = true). Default = '0' pause_override - Allow scrolling to override the Pause parameter and trigger the loading of posts on scroll. Default = null pause - Do not load posts until user clicks the Load More button (true/false). Default = 'false' transition - Choose a posts reveal transition (slide/fade/none). Default = 'slide' transition_speed - The speed of the loading transition in milliseconds. (slide/fade/none). Default = '250' transition_container - Display the Ajax Load More (.alm-reveal) loading container. Default = 'true' images_loaded - Wait for all images to load before displaying ajax loaded content (true/false). Default = 'false' destroy_after - Remove ajax load more functionality after 'n' number of pages have been loaded. Default = null button_label - The label text for Load More button. Default = 'Older Posts' button_loading_label - Update the text of the Load More button while content is loading. Default = null container_type - Override the global Container Type that was set on ALM Settings page. Default = null css_classes - Add custom CSS classes to the Ajax Load More container. Default = null id - A unique ID for the Ajax Load More instance. Example Shortcode [ajax_load_more post_type="post, portfolio" repeater="default" posts_per_page="5" transition="fade" button_label="Older Posts"] Demos Default - Out of the box functionality and styling Attachments - Infinite scroll post attachments Destroy After - Remove Ajax Load More functionality after 'n' number of pages Fade Transition - Elements fade in as posts are loaded Filtering - Reset and filter an Ajax Load More instance Infinite Scroll - A look at the new loading functionality and style Images Loaded - Download images before displaying ajax loaded content Masonry - Creating a flexible grid layout with Masonry JS Multiple Instances - Include multiple Ajax Load More' on a single page Paging URLs - Generate unique paging URLs for every Ajax Load More query with the SEO add-on Pause Loading - Posts will not load until initiated by the user Preloaded Posts - Easily preload an initial set of posts before completing any Ajax requests to the server Search Results - Returning results based on search terms SEO & Paging - Combine these two add-ons to create one powerful navigation system Slideshow Gallery - Create a gallery of posts with Ajax Load More and the Paging add-on. Table Layout - Ajax Load More will display query results in a table format. View All Examples The Custom Repeater Add-On has been installed for use on each of our product demos Add-ons The following Add-ons are available to increase the functionality of Ajax Load More. Cache The Cache add-oncreates static HTML files of Ajax Load More requests then serves those static pages to your visitors without querying the database. Get More Information Call to Actions The Call to Actions add-on will provide functionality to inject a custom CTA template within an Ajax Load More query. Get More Information Comments The Comments add-on will load and display blog comments using the core Ajax Load More infinite scroll functionality. Get More Information Custom Repeaters The Custom Repeaters add-on will allow for unlimited repeater templates and provide the ability to create unique templates for different content types throughout your theme. Get More Information Layouts The Layouts add-on will provide a library of fully responsive layout templates ready for use on your website. Get More Information Paging The Paging add-on will transform Ajax Load More’s lazy load/infinite scroll functionality into a robust ajax powered navigation system. Get More Information Preloaded The Preloaded add-on will allow you to quickly and easily preload an initial set of posts before completing any Ajax requests to the server. Get More Information Previous Post The Previous Post add-on will allow you to navigate single posts with Ajax Load More. Get More Information REST API The REST API add-on will enable compatibility between Ajax Load More and the WP REST API plugin. Get More Information Search Engine Optimization The SEO add-on will optimize your ajax loaded content for search engines and site visitors by generating standard WordPress paging URLs with each Ajax Load More query. Get More Information Theme Repeaters The Theme Repeaters add-on will allow you load, edit and maintain templates from your current theme directory. Get More Information Callback Functions The following functions are available to be dispatched by Ajax Load More. ALM Complete - The almComplete() function is triggered after every successful ajax call made by Ajax Load More. $.fn.almComplete = function(alm){ // Your on complete code goes here }; ALM Done - The almDone() function is triggered after all posts have been loaded.. $.fn.almDone = function(alm){ console.log('All posts have been loaded!'); }; ALM Empty - The almEmpty() function is triggered if there are zero results returned in the initial query. $.fn.almEmpty = function(alm){ console.log('Sorry, but we could not locate any posts that matched your criteria.'); }; ALM Filter Complete - The almFilterComplete() function is triggered after a successful call to the public function almFilter(). $.fn.almFilterComplete = function(){ console.log('Ajax Load More filter has completed!'); }; ALM URL Update - The almUrlUpdate() function is triggered after a successful URL update (pushState) from the Previous Post or the Search Engine Optimization add-on $.fn.almUrlUpdate = function(permalink, type){ console.log("URL updated to " + permalink + '- dispatched from the '+ type + ' add-on.'); }; Filter Hooks Ajax Load More has a variety of filters in place that enable users to hook into Ajax Load More to insert or modify data. Variables Ajax Load More passes the following PHP variables to each repeater template - these template variables can help you style and transform your repeater templates. $alm_current - Returns the current item number in the current Ajax Load More loop and will reset to zero with every 'Load More' action.. 'echo $alm_current;' $alm_page - Returns the current page number. 'echo $alm_page;' $alm_item - Returns the current item number within your loop. 'echo $alm_item;' $alm_found_posts - Returns the total number of posts found within the entire WordPress query. 'echo $alm_found_posts;' Tested Browsers Firefox (Mac, PC) Chrome (Mac, PC, iOS, Android) Safari (Mac, iOS) Opera Android IE8+ Website https://connekthq.com/ajax-load-more/ Please Rate Ajax Load More! Your ratings make a big difference! If you like and use Ajax Load More, please consider taking the time to rate my plugin. Your ratings and reviews will help this plugin grow and provide the motivation needed to keep pushing it forward. | ||||||||
Ajaxize | 1.4.3 | 100 | 3 | 14586 |
| |||
Ajaxize will allow you to ajaxize almost any php function on your site. Ajaxize will allow you to ajaxize almost any php function on your site. It can be a plugin, a function you wrote, or even a core wordpress function. 1.4 : Removed deprecated split function Added an option to remove Ajax referer protection (not recommended, but helpful in some rare cases) Tested for compatibility with Wordpress 4.x 1.3 : Updated to work within 404 templates (thanks to ovidiubica for reporting) 1.2 : Small security improvements (added nonce to the javascript) and tested with Wordpress 3.2.1 New in 1.1: Context Awareness. Ajaxize is now setting the correct context for functions automatically. Special thanks to One Trick Pony for helping set the hook in the right place. | ||||||||
Unsorted Plugins (24 plugins) | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
HS Ajax Blogger | 1.0 | 100 | 2 | 469 |
| |||
HS Ajax Blogger is a plugins used to show the custom blog post using ajax load like facebook timline. HS Ajax Blogger is a plugins used to show the custom blog post using ajax load like facebook timline.You can show the blog post using shortcode and manage its setting, enable/disable ajax blog show no of post by default. etc.The main purpose of this plugins is to show the custom post and custom taxonomy blogs in a page using shortcode. | ||||||||
Forget Username - ajax | 1.1 | 90 | 2 | 476 |
| |||
This plugin is used to retrive username by email. This plugin display form to enter email Id to retrieve forgotten username. Attributes settings for button lable settings for success message settings for mail content | ||||||||
Manage user ajax simple | 1.0 | 100 | 4 | 968 |
| |||
User Management Plugin that creates user registration, login, change password, forgot password form using ajax. Simple and customizable. The plugin allows users to create user forms via shortcode in the simpliest way. Features: Create forms on front-end for user registration, login, change password, forgot password Validate data Easy to manage users on front-end Easy to customize, install and maintain Add custom field Fully ajax Facebook login Not css Manage email template | ||||||||
Frontend Comment Moderation | 1.3 | 80 | 2 | 505 |
| |||
Grants visitors the ability to report inappropriate comments and admins to replace and trash them in the frontend. Adds a link next to the reply link below each comment, which allows visitors to flag comments as inappropriate. A sub page to comments in admin is added, where an administrator may review all the flagged comments and decide if they should be removed or not. Admins or logged-in users with comment moderation permissions are able trash or replace comments with one click in the frontend. This action can not be undone. A "trash" link will appear bellow all comments. Don't worry: You can untrash them if until you reload. You are also able to replace the comment text with a custom text which can be set in the settings. Features Ability for visitors to report comments they find offensive. Once a flagged comment has been deemed ok, it wont be able to be flagged again. Flagging is done via ajax for smoother experience for the visitors. Decide whether all visitors or only logged in users can report comments. Trashing and Replacing with ajax in the frontend for faster moderation. Fully localized. Comes with English and German translations. | ||||||||
Ajax Simple Contact Form | 1.0 | 100 | 2 | 669 |
| |||
This is a simple and customizable wordpress ajax contact form. This is really a simple wordpress ajax contact form. This plugin is appropriate for those who want to use customizable ajax contact form in wordpress. Just install and use shortcode in the wordpress post, page, template to show the contat form. It will fit with your design. Using shortcode in wordpress post/page: [ajax_contact_form] Using shortcode in wordpress template: do_shortcode("[ajax_contact_form]"); Live Demo Ajax Simple Contact Form Demo: [ajaxsimplecontactform] (http://www.pranms.com/ajax-simple-contact-form/) Youtube Video Youtube Video Link:https://www.youtube.com/watch?v=FA9HGdwrv2s | ||||||||
JC Ajax Comments | 1.00 | 100 | 3 | 1099 |
| |||
Ajax in wordpress comments, this plugin makes the error message is displayed in a popup and updates the comments. Ajax functionality to comments, this plugin makes the error message is displayed in a popup window and updates the comments. Plugin Website | ||||||||
Ajax Dropdowns | 0.9.8 | 100 | 10 | 4694 |
| |||
Display a group of posts that can be switched using dropdowns. Add content from multiple post types on one page with a dropdown to switch between them. Dropdowns are displayed on the frontend of your site and can query posts via Ajax, inline, or redirection. Features Create unlimited dropdowns Display on any post or page using the included shortcode Drag and drop posts to reorder them within a dropdown Decrease page load by dynamically querying posts via Ajax Use inline dropdowns to quickly switch between posts Redirection method also available Get Involved Developers can contribute via the Ajax Dropdowns GitHub Repository. Translators can contribute new languages to Ajax Dropdowns and our other WordPress plugins through Transifex. | ||||||||
AJAX File Upload | 0.1.1.1 | 96 | 4 | 1913 |
| |||
Donate link: http://samelh.com Fast and easy front-end WordPress file uploader with shortcodes fully extensible This plugin will help you add file upload feature to your site, set maximum upload size, allowed file extensions, and much more through a simple shortcode or a custom function. Totally AJAX, your uploads will be processed faster and an elegant way. All you need to do is to add the shortcode to your content, or call the plugin's custom function whithin your code and that's it. You can either use [ajax-file-upload /*settings as attributes*/] shortcode to display the quick media upload buttons in the front-end, or use do_shortcode('[ajax-file-upload ..]') in your PHP templates, or the built-in function ajax_file_upload( $args ) for which you should set the settings as an array in the 1 function parameter (those act like shortcode attributes, in case of confusion). Some featues: Upload any type of media as long as your settings allow, nice and easy Set file extensions to let limit the uploads to only custom extensions, like for instance images (jpg,png,gif,bmp..) Set maximum upload size and when a user tries to upload a larger file, they will get a notice (which you can totally customize) Custom permission to upload, you can choose to allow uploads to certain user role, or logged-in users only, or everyone! Fully extensible, and creates custom JavaScript events which you can hook into to get the upload data settings, response, file, and much more (view docs) You can always switch between settings from a shortcode to another, you are not obliged to use the same settings, but when a shortcode's settings are empty or the unique identifier attribute is not set then in this case, the default settings (you can change them in the admin) will be used. Also, supports child theme. You can copy the entire plugin folder to your child theme and there modify the JavaScript, CSS, and even the shortcode template and other files. Basically any file except the main loader file. This is totally free and open source plugin. You can contribute to it, fork it on Github, include it in your project and much more and always feel free to do so. Licensed under GNU GPL, just like major WordPress plugins and WordPress itself. If you liked it, please leave us a useful review here on WordPress, share around the social media and star the Github repository. Thank you in advance! More useful documentation can be found on Github https://github.com/elhardoum/AJAX-File-Upload and you can contact me anytime from this contact form: http://samelh.com/contact/ | ||||||||
Ajax Live Search | 2.2.4 | 100 | 2 | 972 |
| |||
A very fast search plugin that sorts search results by relevance and saves user searches. Adds ajax search, live search, relevance based search, query logging, query caching, search analytics and tons of other cool features. Search Modifiers Give your visitors complete control of their search results by providing them with the following search modifiers; (+) A leading plus sign indicates that this word must be present. (-) A leading minus sign indicates that this word must not be present in any of the returned rows. (>) Indicates that this word should be given more weight. (~) Indicates that this words weight should be negated but not removed. See 2 above. (*) When you append an asterisk to a word; we match all words beginning with the value before the asterisk. ("") Returns results that contain the phrase in the parenthesis and in the same order. (author: or @) The username of an author whose posts should be searched. (author_in:) Comma separated Ids of authors whose posts should be searched. (author_not_in:) Comma separated Ids of authors whose posts should be excluded. (cat: or category_in) Comma separated list ids of categories to search (category:) Comma, "-" or "+" separated list of category slugs to search in. Use comma to get posts from any of the categories. Use "+" to fetch posts that appear in all categories. Use "-" to exclude posts from the given category. (tagged:) Comma or "+" separated list of tag slugs to search in. Use comma to get posts with any of those tags. Use "+" to fetch posts that have all those tags. (post_types:) comma separated list of post types to search. (before:) An english date format to use, e.g, last week, 2 months ago, January 1st, 2013 etc. It returns posts published before the given date. (after:) Same as above except it returns posts published after the given date. Examples "Steve Jobs" +apple -juice -> This query returns all posts containing the phrase Steve Jobs exactly the ways it is. The returned results must also contain the word apple, but should not contain the word juice. This prevents us from giving higher relevance to posts containing the Phrase "Steve austin likes Apple Juice". Which would be the case incase you use the inbuilt search functionality or a different plugin. @pappito tagged:wordpress,seo ->This fetches all posts written by Pappito that were tagged with either WordPress or SEO author:matt category:automattic,woocommerce,aksimet+tutorials-basic This fetches all posts by Matt(Hi Matt!) found in either the woocommerce, aksimet or automattic categories and should also be categorised tutorials but exclude those found in the category labeled basic. before:"last week" after:"2 months ago" post_types:product tagged:free You can use this to find free products published between the given dates, inclusive. Enough of the examples, you can get more at the official documentation page. For now, let's go over how we rank. Extra features Query Caching. Sponsored results (a good way for you to promote your affiliate products). Live search. (Search as you type.) AJax Search (no need to reload the page to view results.) Autocompletes / query suggestions (We can fetch them from Google, YouTube, Posts table or previous searches table. Just say it.) Search statistics (Graphs + tables. A good place to get new content ideas. You know those popular searches that have very few results?) Save the stats as csv and manipulate them in your favourite spreadsheet. Lot's of hooks that you can use to extend aLs. | ||||||||
Zajax - Ajax Navigation | 0.4 | 100 | 4 | 2271 |
| |||
Zajax is a WordPress plugin who add ajax navigation to your WordPress website. It will work with search, All form will work, like comments, it will understand links with # hash and external links or admin links. Beautifull loading bar at the top and a loading circle in the center. (Look like mobile loading from Android). Some differences with others ajax pluging. Zajax work with Google analytics, it will work with all form, input, comments ect.. Preload pages on mouse hover for instant loading with the Zajax-pro version. Demo with full features: http://podzic.com/ Demo 2 with full features: http://reveilletoi.com/ Fast pages loading. Choose the section you want to load in ajax (ID or Class), by just providing the ID/CLASS with #/. as prefix. Work with search form, just providing the ID/CLASS with #/. as prefix in Search form TAG. (Multiple searchs forms too). All form will work, comments, Contact page ect. Fade In, Fade out transition. Loading bar at the top and a loading circle in the center. (Look like mobile loading from Android). Work with music player who are external to the loading main section. (Music will continue to play). Back button for mobile or desktop option. (It will look like a real app on mobile if you have a responsive website). Ignore list and reload list. If you had problems with others Ajax navigation plugins before, it may be because some javascripts are called twice or behavior strangely try to stop reloading javascript who may be in the body to not be called each time you load a page. EX: filename1.js,filename2.js The javascript reload list is for reloading javascripts who don’t seem to load well with ajax navigation. Special option for Masonry. Masonry plugins or themes may pose some problems, add find the ID or Class of the masonry section. Insert javascript or jQuery codes in the Zajax setting on ajax send. It trigger just before ajax page loading ( you can use the jQuery sign $ ) EX: $(‘#loading’).show(). Insert javascript or jQuery codes in the Zajax setting on ajax complete. It trigger at the end of ajax page loading ( you can use the jQuery sign $ ) EX: $(‘#loading’).hide(). Choose the color of the load cicle and bar to fit your theme style. Update: Added class "no-ajax" for non ajax link. I created this plugin for my music website to have continuous music playing while browsing through the pages, the others solutions didn't worked very well for me. Demo Video Installation and settings help Video Zajax Pro http://www.scriptsmashup.com/product/zajax-ajax-navigation-plugin-for-wordpress One of the strong and unique advantage from using Zajax Pro is the page preloading feature on mouse hover, Some page will load on a blink of an eye. It will wait 100 millisecond on mouse hover before preloading the page to not overload your server. The page preload on mouse hover before the user click on the link, as the user click, the page may already has preloaded and the new page will appear in a fraction of a second. Some differences with others ajax pluging. Zajax work with Google analytics, it will work with all form, input, comments ect.. Preload pages on mouse hover for instant loading with the Zajax-pro version. Pro version feature: Preload page on mouse hover to load faster when user click on the link. Reload multiple sections outside the main section by ID or Class. (Menu, footer, sidebar, Ads, Google Ads). by just providing the ID/CLASS with #/. as prefix. Work with Google analytics. Demo with full features: http://podzic.com/ Demo 2 with full features: http://reveilletoi.com/ | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Ajaxed Comments | 1.0.6 | 82 | 10 | 5943 |
| |||
Ajaxed Comments adds AJAX to WordPress comments. It enables editing comments inline, AJAX moderation, error handling and time limited comment editing. Ajaxed Comments seamlessly integrates into WordPress comments system and allows you to edit comments for a limited time, moderate and edit comments in AJAX, display error messages anywhere in the comment form and more. For more information, check out the plugin page or see the Live demo by posting a comment on dFactory site. Features include: Editing comments inline AJAX comments moderation AJAX handling errors Edit published comment for a limited time Option to set the editing time Select comment statuses available for front-end moderation Option to Delete a comment permanently Show edit buttons only on hover Highlighting comments Select highlight colors Animation effects for messages and editing Option to hide error message after a period of time Position error messages anywhere in the comment form Select CSS style for comment buttons from none, WP default or Bootstrap Select CSS style for error messages .pot file for translations included Translations: French - by Li-An German - by Andreas Reitberger Japanese - by stranger-jp Polish - by Bartosz Arendt | ||||||||
EZ Ajax Search | 1.0.0 | 100 | 2 | 1332 |
| |||
ez Ajax Search allows your visitors to search your WordPress site in real time without having to reload the page. Get instant results of selected post ez Ajax Search allows your visitors to search your WordPress site in real time without having to reload the page. Get instant results of selected post types such as pages, posts and even WooCommerce products. The plugin is simple to use and comes with an intuitive user interface that lets you create an ajax search feature within minutes! Live Demo Frontend Features Create a search box for your WordPress site with ease Instant search results without page reloading (AJAX) Two in-built themes + style customizer Choose the content to search from like pages, posts, products, portfolio etc. WooCommerce ready (search products) Translation ready (e.g. WPML) All settings are documented and easy to understand. The plugin also comes with a quick-start guide. Satisfy your customers’ searching experience! | ||||||||
wp simple ajax contact form | 2.0 | 96 | 4 | 3316 |
| |||
Have a simple ajax contact form in your wordoress theme and pages . افزونه تماس آجاکس After Activation the plugin , there will be a fixed green contact icon in left side of the theme and plugin also supports shortcode . Features: After Activation , there will be a fixed green contact icon in left side of the theme . Also use [wp_simple_ajax_contact_form] shortcode to show ajax contact form in the pages and posts. Language Support: English Persian Send email for Translation files: http://picor.ir | ||||||||
Ajax Archive Calendar | 2.6.1 | 100 | 4 | 3637 |
| |||
Ajax Archive Calendar . Ajax Archive Calendar is not only Calendar is also Archive. It is making by customize WordPress default calendar. I hope every body enjoy this plugin . It has both Bengali and English version. If this any modification require and if you face any problem please reoport on gihub https://github.com/osmansorkar/ajax-archive-calendar | ||||||||
IvyCat AJAX Testimonials | 1.5.1 | 90 | 16 | 16675 |
| |||
Easily add rotating or static testimonials to your website. Testimonials can be categorized and rotated dynamically via AJAX or on page load. IvyCat AJAX Testimonials adds a Testimonials menu item to the WordPress Dashboard navigation. You can enter Testimonials as easily as entering normal posts and you can even categorize testimonials so you can pull testimonials into different areas of a site based on their group, if needed. You can embed testimonials in your site using: Easy shortcodes in the WordPress editor, The built-in Testimonials widget, or A PHP snippet that wraps a shortcode. You can also list multiple testimonials out in a post or page using a shortcode or PHP. Note: the IvyCat Testimonials Widget does not support listing multiple testimonials yet, although you can embed testimonial lists using shortcodes. Features Creates a Testimonials custom post type, so you, or your customers, can easily add new testimonials and testimonial groups. Use simple shortcodes to add testimonials to a page, post, or custom post type. Create multiple testimonial groups for categorization. Displays one testimonial at a time by default, which can be rotated via AJAX, or only on page refresh. The first testimonial displays as soon as the page loads and the rest are pulled in via AJAX, speeding up initial page load. Add images to testimonials. You set the testimonial order. Customize the plugin List all testimonials using a shortcode. Great for creating a Testimonials page that displays all testimonials, or a list of testimonials from a specific group. Customize the output template for the testimonial list to suit your needs. Note: Plugin depends upon your theme's styles and does not contain native styles. You may have to tweak the plugin output template, or your own CSS to make your tesimonial styles consistent with the rest of your site. | ||||||||
Ajax Content Filter | 2.0 | 60 | 2 | 2413 |
| |||
Filter The Content Using Ajax Now you can simply filter your content Using Ajax Post Content Filter. Ajax Post Content Filter allows you to filter your content with dropdown box. Just install the plugin, activate and open the ACF Posts located in the left side menu bar. You need to add new ACF posts by filling up the post title and placing your content in the editor then publish it. Simply put the shortcode [ACF] in a page or post in admin or you can put the shortcode ajax_content_filter(); in your template file . You will got the simple dropdown box on your page at front side. Just select your post created in the plugin's post and you'll get the content of your particular post. For more products : http://www.store.perceptionsystem.com/wordpress-theme-mobile-app-promption-themes-red.html | ||||||||
Ajax Domain Checker | 1.1.1 | 76 | 9 | 10925 |
| |||
Ajax Domain Checker is a WordPress plugin which allow you easily to check domain name availability from your wordpress site. Ajax Domain Checker is a WordPress plugin which allow you easily to check domain name availability from your wordpress site. You can check or search for any generic top-level domains (gTLD) or country-code top-level domains (ccTLD). Ajax Domain Checker is made with AJAX and easily to use with Shortcode or Widget. Features Check domain name availability for any gTLD and ccTLD Made with AJAX Easily use with Shortcode Easily use with Widget Easily check from dashboard admin No need domain reseller API Get PRO Version PRO Features Check domain name availability for any gTLD and ccTLD Whois domain name Made with AJAX Easily use with Shortcode Easily use with Widget Easily check from dashboard admin Easily customize from admin panel No need domain reseller API Integrated with WHMCS Integrated with WooCommerce Support IDN Domain Check Protected with New Google reCAPTCHA Support more than 300 TLDs | ||||||||
Ajaxify Wordpress Site(AWS) | 1.5.5 | 94 | 27 | 35484 |
| |||
Important Note: Ajaxify Wordpress Site Latest Version Details Here Demo link If your jQuery core library version is less than 2.0 then please go to the plugin's js directory open ajaxify.js file in your favourite editor then search for .on and replace it by .live. This is because the plugin is written for as per latest version of jQuery Ajaxify your wordpress site in two steps: 1: Install AWS plug-in. 2: Fill up the AWS Options form link present under settings tab. DONE Ajaxify Wordpress Site will load posts, pages, search, header, sidebar, footer sections etc. without reloading entire page. By providing the id of the container, in aws options form, whose data needs to update admin can select which portion s/he want to ajaxify. Like if your site has static header, sidebar and footer section then you can provide the middle content area container id, again if your site contain all dynamic data then you have to provide the id of the div in which your sites all content present. As most of the wordpress plug-in which can make your website ajaxify with constant url which is not SEO friendly, but AWS serves you clean and dynamic urls which make your website SEO friendly too. Features: Support added for BuddyPress. Post will load without browser refresh. Page will load without browser refresh. Make wordpress search to ajaxify search. Your custom theme design will not break. Your sidebar also load without browser refresh, means if a site having different widget in different page at sidebar then they can also use this AWS plug-in. Tested in latest IE, FF, Chrome, Safari etc. browsers. Plug-in Page: Ajaxify Wordpress Site(AWS) | ||||||||
WP Ajaxify Comments | 1.4.1 | 94 | 76 | 103533 |
| |||
WP Ajaxify Comments hooks into your comment form and adds AJAX functionality - no page reloads required when validating, posting or updating comments When submitting the comment form, WordPress by default reloads the entire page. In the case of an error (e.g. an invalid email address or an empty comment field) the error message is shown on top of a new (blank) screen and the user has to use the browser's back button to correct his inputs before posting the comment again. The WP Ajaxify Comments WordPress plugin hooks into any WordPress theme and adds AJAX functionality to the comment form: When the user submits his comment, the plugin sends the data to the WordPress backend without reloading the entire page. In the case of an error, the plugin shows an overlay containing the error message so that the user can correct his comment without navigating back. If the comment has been posted successfully, the plugin adds the (new) comment to the list of existing comments without leaving the page and shows an information overlay. Moreover this plugin includes an option to automatically refresh the comments on the current page while the user stays on your page without requiring a page reload. tl;dr WP Ajaxify Comments hooks into your theme and improves the usability of the comment form by validating and adding comments without the need of page reloads. Live demo You can try out a live demo in our demo WordPress environment. Technical note Since the plugin hooks into the theme on client-side to intercept the comment form submit process, and to add new comments without reloading the page, the plugin needs to access the DOM nodes using jQuery selectors. The plugin comes with default values for these selectors that were successfully tested with WordPress' default themes "Twenty Ten", "Twenty Eleven", "Twenty Twelve", "Twenty Thirteen", "Twenty Fourteen", "Twenty Fifteen", "Twenty Sixteen". If required, the selectors can be customized to match your theme in the plugin's settings. Important If the plugin does not work out of the box with your theme, custom selectors could be defined in the plugin's settings. If you don't succeed in configuring the proper selectors, we'd be happy to support you! Check our support page for further information on individual assistance. The plugin is highly customizable and We're aware of only a few conflicts with any themes or other plugins that cannot be resolved (see "Known incompatibilities" in the FAQ section). Some features of the plugin Actively developed and supported Validating and adding comments without page reloads Seamless integration with almost every theme (default options should work with most themes) i18n support (included localizations for ar, ca, da-DK, de-DE, es-ES, fa-IR, fr-FR, he-IL, hu-HU, nl-NL, pl-PL, pt-BR, ru-RU, sk-SK, tr-TR, uk, vi-VN, zh-CN) Support for customizing (default) WordPress messages Support for threaded comments Support for comments that await moderation Support for pages with multiple comment forms Compatibility with comment spam protection plugins and other plugins that extend/manipulate the comment form Admin frontend to customize the look and feel (Automatic) fallback mode uses complete page reloads if the plugin is not configured properly or any incompatibility is detected Client-side JavaScript API (see FAQ for more details) Automatically updating comments while user stays on page Option to load comments asynchronously with secondary AJAX request if page contains more than a specified number of comments Option to save bandwidth for AJAX responses Debug mode to support troubleshooting | ||||||||
Ajax Search Lite | 4.7.1 | 90 | 60 | 84933 |
| |||
A powerful ajax search engine for WordPress. Add a live search form to your site with filters. Custom post types, custom fields, categories supported Ajax Search Lite - is a live search plugin for WordPress. This responsive live search engine, which will boost your user experience by providing a user friendly ajax powered search form - an ajax live search. You can filter the results with the category and post type filter boxes as well. Google autocomplete and keyword suggestions also included. Very smooth animations with mobile device support and regular updates. Use Ajax Search Lite as a replacement for the default WordPress search with a better looking, more efficient search engine. Fine-tune the user experience by providing a powerful ajax search plugin to your visitors. It will rock your site! Supports custom post types and custom fields and more. Boost your site search engine with this custom built live search engine. Live Demo http://wp-dreams.com/demo/ajax-search-lite/ Facebook: https://www.facebook.com/pages/WPDreams/383702515034741 Twitter: https://twitter.com/ernest_marcinko Features List: Search in posts and pages Search in custom post types Search in title, description, excerpt and custom fields Custom Filter boxes (checkbox filters) for categories and post types WPML and Qtranslate compatible 8 built in templates Retina ready vectorized SVG and CSS3 icons Category and post exclusions Frontend search settings boxes Images in search results Fully ajax powered 40+ options on the backend Caches images for faster response time Performance Options Google analytics integration Primary and Secondary ordering options Highly compatible and responsive Homepage: wp-dreams.com Pro version Demo: Ajax Search Pro Pro version fetures v4.9.8 (2016.11.04): Frontend Demo: Ajax Search Pro The search now can affect the default WordPress search results Search in BuddyPress, BBPress, JigoShop, Woocommerce Search in BuddyPress activity feed, users and group names Search result grouping by categories or post types Responsive design Search in custom fields Advanced caching technology - image precaching, search phrase caching Category selectors on the frontend – It’s now possible to filter the posts by categories Post grouping by category or post type! Search in comments 100+ Themes - Fully configurable and editable - with theme customizer & preview window 4 layouts: Vertical, Horizontal, Polaroid and Isotopic (with pagination) 400+ Admin options Google keyword suggestions and autocomplete Compatibility options and features Caching options & Search statistics Keyword Highlighting & more... Full features list: Full Features List | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
SearchWP Live Ajax Search | 1.1.8 | 98 | 14 | 27752 |
| |||
Template powered live search for any WordPress theme. Does not require SearchWP, but will utilize it if available. Does not require SearchWP, but will utilize it if available. Full documentation is available at searchwp.com. Contributions welcome on GitHub! https://github.com/jchristopher/searchwp-live-ajax-search/ SearchWP Live Ajax Search enables AJAX powered live search for your search forms. Designed to be a developer's best friend, SearchWP Live Ajax Search aims to stay out of your way but at the same time allowing you to customize everything about it. It's set up to work with any WordPress theme and uses a template loader to display results. The template based approach allows you to seamlessly customize your SearchWP Live Search implementation without messing with dozens of cluttered options. Works best with SearchWP (but SearchWP is not necessary) SearchWP Live Ajax Search is best utilized in conjunction with SearchWP, but it is not required. If SearchWP is installed and activated, SearchWP Live Ajax Search can be customized to use any of your search engines per search form. Customization You can customize the implementation of SearchWP Live Ajax Search to a great degree, including any number of developer-defined configurations. The results are based on a template loader, allowing SearchWP Live Ajax Search to stay out of your way and letting you write the results template as you would any other WordPress theme file. Everything is powered by adding a single HTML5 data attribute (data-swplive="true") to the input field of your search form. This happens automagically out of the box for any search forms generated from get_search_form(). Widget support SearchWP Live Ajax Search ships with a Widget allowing you to insert live search forms wherever you'd like. | ||||||||
Ajax WP Query Search Filter | 1.0.7 | 92 | 8 | 18904 |
| |||
Ajax WP Query Search Filter let you search through post type, taxonomy and meta field. THIS PLUGIN WILL NOT BE UPDATE ANYMORE, PLEASE USE MY NEW PLUGN ULTIMATE WP QUERY SEARCH QUERY INSTEAD Ajax WP Query Search Filter is a powerful ajax search engine that let your user perform more precisely search by filtering the search through post type, taxonomy and meta field. Plugin Features: Admin are free to choose whether the search go through post type, taxonomy, meta field or even all of them. Multiple Search Form Supported. Search form support checkbox,radio and dropdown fields. Using Ajax to display result in the same page complete with pagination. Plugin extendable with hooks. Using shortcode to display the search form. If you have any problems with current plugin, please leave a message on Forums Posts or goto Here. | ||||||||
ZM Ajax Login & Register | 2.0.2 | 80 | 39 | 188406 |
| |||
Allows you to create a custom login and registration page or login and registration modals. Complete with AJAX verification and Facebook login support With ZM Ajax Login & Register, you can create a custom login and registration page. No need for any custom post types, just create a normal WordPress page, add your own custom logo, text, and use the following shortcode [ajax_login], [ajax_register]. From the settings you can assign login and register modal boxes to menu items, and add a redirect URL. By assigning the login and register modals to menu items users will be able to click menu items, will display a single login or register form in a modal without any post content. Once the users login they can be redirected to a custom page, for example: “dashboard”, or “welcome”. Now your visitors can login or register from the page you’ve set-up. Each form has pre-set styling options and uses AJAX. From the settings you can choose either; stacked (default) or wide styling. Additional styling you can be achieved by adding your custom CSS or using one of the available hooks. Feel free to contact us and will add any additional hooks you need. The forms use AJAX to verify that the username and email are valid and are not already in use. If you’ve enabled the Facebook login or register, from your settings, the Facebook button will display in the form. Each user that logins with Facebook will be register as a “subscriber” and their Facebook profile picture will be used as their avatar. Features Facebook login support Redirect users to a custom URL or page after login, such as; “Dashboard” or “Welcome” AJAX verification for username and email accounts Choose between different styles: stacked (default) or wide Advanced usage includes: Assign login and register modals to menu items, support for custom CSS, several hooks are available as well Now available in Russian thanks to artbelov, Spanish and French thanks to Thomas G Additional Features Interested in more features? View our Pro Version, which includes the following: Force user login – Create your own private site Independent Redirect – Send existing users to a “dashboard” page, or new users to a “welcome” page. Free dedicated support for 1-year Additional features to come! Integrations ZM AJAX Login Register works well with the following plugins Goodbye Captcha Translations ZM AJAX Login & Register is available in the following languages. Thanks to the respective contributors: Albanian via shpberisha Brazilian Portuguese via PageLab Pull Request Chinese (front end only), via Pull Request Croatian via Fran French via @jukd Hebrew via Yehuda Italian via @FilippoAceto Polish via Abdul Persian via Behzad Romanian via Sandu Russian (Russian) via artbelov Russian (Ukraine) Scottish Gaelic via Steven Kellow Serbian via ogi Spanish via dvk Interested in contributing a translation? Please reach out to us via: Send us a tweet Submit a Pull Request via GitHub Direct contact Usage Note your site will need to be open to registration. Shortcode The following implies for creating a login or register page. Create a page Add the following shortcode [ajax_login] or [ajax_register] Publish the page Facebook Integration Create a Facebook App Add your Facebook App ID Add the URL your Facebook App is associated with Additionally we’ve created AJAX Login & Register WordPress Plugin help videos to aid in the process Dialogs/Modals Note your page must support custom menus Create a menu item; such as “login” you can set the URL to # if need be Assign a unique class name to the menu item. If you do not see the “class name section”, click on the “Screen options” in the upper corner and check the box for “CSS Classes” Copy/paste the class name you just assigned to the menu item Save the changes for the new menu item Visit the settings page from the WordPress Admin (Settings –> Ajax Login & Register) Paste the CSS class name in the appropriate field, either “Login Handle” or “Register Handle” Save the settings Additionally you can assign a URL to a page the user is redirected to once logged in. The default is the site home page. Support Please use the following resources for support. Dedicated Support Forum GitHub Repository | ||||||||
Mihdan: Ajax Edit Comments | 6.0.4 | 88 | 18 | 313970 |
| |||
Allow users to edit comments for a limited time, while admins can edit all comments. Ajax Edit Comments allows users to edit their own comments for a limited time. Administrators can edit all comments on the front-end. Looking for Just Comment Editing? Check out a “lite” version of this plugin called Simple Comment Editing. Check out the WPTavern review for more information. Features Admin Features Please watch this video demonstrating the new admin features. Alternatively, read about the features on Github. Can edit all comments. Can move comments. Can blacklist comments. Can approve, mark for moderation, mark as spam, and delete all comments from a post or the admin panel. Undo functionality for most editing options. Can choose different icon sets for use on your blog. Dropdown menu to de-clutter the interface. Various admin-panel options including Can edit comment time. Can specify anonymous user options. Can specify logged-in user options. Can choose between Akismet and Defensio for spam protection. Can disable timer. And much, much more… Anonymous User Features Please watch this video demonstrating the anonymous features. Can edit comments for a limited time. Can request deletion of own comments. Logged-in User Features Potential indefinite comment editing. Can edit comments for a limited time. Plugin Features New pop-up box called Colorbox used. Timer on both the post and in the comment-editing interface. Improved usability and look-and-feel. Better error and status messages. | ||||||||