Issue in Display Location, WPSubscribers didn't save the change

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Issue in Display Location, WPSubscribers didn't save the change

Post by Jean-Christophe Bisoux »

If you have a lot of page and a lot of popup, header, footer, ... maybe the form in display location will be very big and didn't change if you modify the location.

you can try to increase the max_input_vars in you php.ini (http://anothersysadmin.wordpress.com/20 ... big-forms/)

Adding the directive into php.ini or placing following lines into .htaccess will work:

Code: Select all

php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000