Linux 软件免费装
Banner图

EDD Ajax Filters

开发者 tsunoa
rubengc
eneribs
更新时间 2017年10月6日 22:27
PHP版本: 4.0 及以上
WordPress版本: 4.8
版权: GPLv2 or later
版权网址: 版权信息

标签

ajax search blog download easy product filter filters edd easy digital downloads downloads digital ajax filter tsunoa rubengc edd ajax ajax filters edd ajax filters edd filter

下载

1.0.3 1.0.0 1.0.1 1.0.2 1.0.4 1.0.5

详情介绍:

EDD Ajax Filters lets you create customizable controls to allow your users instant filtering any list of products. Choose among a great variety of filter inputs to help customers find what they really want. All this can be done in a quick and very intuitive way that will certainly help your Easy Digital Downloads store improve in quality and usability. Features of EDD Ajax Filters If you want to boost EDD Ajax Filters, you can also visit our page and explore the official page of the premium version, which includes all the following features to improve at the best your Easy Digital Downloads store search. Premium features of EDD Ajax Filters For a more detailed list of options and features of EDD Ajax Filters, please read the official documentation. Compatibility with other plugins EDD Ajax Filters has been tested with the following plugins: Nevertheless, it could be compatible with many other Easy Digital Download plugins that have not been tested yet. If you want to inform us about compatibility with other plugins, please, email us.

安装:

From WordPress backend
  1. Navigate to Plugins -> Add new.
  2. Click the button "Upload Plugin" next to "Add plugins" title.
  3. Upload the downloaded zip file and activate it.
Direct upload
  1. Upload the downloaded zip file into your wp-content/plugins/ folder.
  2. Unzip the uploaded zip file.
  3. Navigate to Plugins menu on your WordPress admin area.
  4. Activate this plugin.

屏幕截图:

  • EDD Ajax Filters
  • EDD Ajax Filters content sample
  • Admin - Tsunoa -> EDD Ajax Filters

更新日志:

1.0.5 Example of use: ``` add_action('wp_head', 'my_custom_js'); function my_custom_js() { ?> function override_edd_ajax_filters_results_process(response, container, edd_ajax_filters) { if( response.found_results > 0 ) { var parsed_response = jQuery(response.html); var content_to_append = parsed_response.filter('.edd_downloads_list').html(); // Add custom logic here... container.html(content_to_append); } else { container.html( response.html ); } } <?php } ``` 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0