I am currently using Conditional Profile Fields for BuddyPress plugin & it works fine. However, sometimes, when the number of drop down list is too much (like 300 lists), the wordpress showed me “Are you sure you want to do this?” message. I already implemented:
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value…[Read more]