Won't fix
Reported for: Toolset Views 2.7.2
There is a compatibility issue between the Toolset Views plugin and the Enfold theme that appears when using AJAX operations on a View.
If you have a View that uses automatic AJAX pagination, for example, the first page of the slider will not load and the automatic pagination will not start.
Other issues might appear during AJAX search, and/or in the display of the Loop Layout while using AJAX.
The problem is that the Enfold theme dequeues the wp-mediaelement script. However, Views requires this script to make the AJAX operations work.
Additionally, this breaks the Media Upload screens on Toolset Forms.
As a workaround, the theme author of Enfold suggests using one of the following two solutions:
add_filter( ‘avf_enqueue_wp_mediaelement’, ‘__return_true’ );
This will stop the theme from dequeuing the scripts. We suggest contacting the theme developer in case there are issues with this filter or setting.
Thanks for posting this. Worked for me!