This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Isotopic Results > Display animation not working

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Isotopic Results > Display animation not working Reply To: Isotopic Results > Display animation not working

#11048
Ernest MarcinkoErnest Marcinko
Keymaster

In that case it’s almost definitely the max_input_vars is set to a lower value than the default 3000.

Since with nginx you don’t have a .htaccess file, you will have to look for that in the active php.ini file. If it’s not in there, just put this line there:

[php]max_input_vars = 3000[/php]

Then restart nginx and php-fpm or mod-php or whichever one you are using and it should start working.