Pages

Friday, January 24, 2014

Repeater not saving on some pages, but works on others - [Solved]

If your ACF repeater fields are not updating after saving the post than please insert below code in ".htaccess" file. Which one is placed on your root directory.

php_value max_input_vars 10000
php_value memory_limit 500M
php_value max_execution_time 60
php_value post_max_size 500M

No comments: