FIX Enable enhanced UI – v 1.1.3
-
CSS
.tagit-hidden-field{
display: none;
}in functions.php (theme folder)
PHP
function modify_jquery_UI() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery-ui’, ‘https://code.jquery.com/ui/1.11.4/jquery-ui.js’, false, ”);
wp_enqueue_script(‘jquery-ui’);}
}
add_action(‘init’, ‘modify_jquery_UI’);https://www.ads-software.com/plugins/gravity-forms-custom-post-types/
- The topic ‘FIX Enable enhanced UI – v 1.1.3’ is closed to new replies.