diff --git a/plugins/cipf_plugin/cipf_plugin.php b/plugins/cipf_plugin/cipf_plugin.php index 3820543..a1359bb 100644 --- a/plugins/cipf_plugin/cipf_plugin.php +++ b/plugins/cipf_plugin/cipf_plugin.php @@ -4,7 +4,7 @@ Plugin Name: hggg_cipf Plugin URI: Description: Author: hugogogo -Version: 0.5.9.3 +Version: 0.5.10 Author URI: */ @@ -42,7 +42,7 @@ include_once(Plgntls::root_path() . 'php/partners_handle_offers.php'); // utils include_once(Plgntls::root_path() . 'php/_utils_acf_fields.php'); include_once(Plgntls::root_path() . 'php/_utils_acf_dates.php'); -include_once(Plgntls::root_path() . 'php/_utils_acf_fields_disabled.php'); +include_once(Plgntls::root_path() . 'php/_utils_acf_disabled.php'); include_once(Plgntls::root_path() . 'php/_utils_redirections.php'); include_once(Plgntls::root_path() . 'php/_utils_display_css.php'); include_once(Plgntls::root_path() . 'php/_utils_checks_roles.php'); diff --git a/plugins/cipf_plugin/css/user_profile.css b/plugins/cipf_plugin/css/user_profile.css index 994920c..64ddd6d 100644 --- a/plugins/cipf_plugin/css/user_profile.css +++ b/plugins/cipf_plugin/css/user_profile.css @@ -1,4 +1,4 @@ -#your-profile .acf-field-textarea.textarea-full-width { +#your-profile .acf-field-textarea.textarea_full_width { textarea { width: 100%; max-width: 100%; diff --git a/plugins/cipf_plugin/php/_utils_acf_fields_disabled.php b/plugins/cipf_plugin/php/_utils_acf_disabled.php similarity index 100% rename from plugins/cipf_plugin/php/_utils_acf_fields_disabled.php rename to plugins/cipf_plugin/php/_utils_acf_disabled.php