Inspirev
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Contact Form 7 Modules] Hidden fields doesn't work with the last cf7 updateI’m having this same issue, It’s a conflict with the newest WP 3.8 update – the hidden field shortcode isn’t being processed correctly.
Forum: Fixing WordPress
In reply to: Navigation Menu not working in AdminSo this is a specific issue that I’ve found with jQuery UI, not jQuery as a whole. I need to specify that to help. Here’s what I added to my theme’s functions.php file to update:
function kd_admin_scripts() { wp_enqueue_script('ui','http://code.jquery.com/ui/1.10.3/jquery-ui.js',array('jquery')); } add_action('admin_print_scripts', 'kd_admin_scripts');Forum: Fixing WordPress
In reply to: Navigation Menu not working in AdminTotally forgot about this thread. What I solved my problem was updating to jQuery 1.10.2.
I was originally enqueuing v1.9.0 which apparently has some compatibility issues with WP3.7.1.
I manually enqueued v1.10.2 and haven’t had any issues since.
Forum: Fixing WordPress
In reply to: Navigation Menu not working in AdminI just ruled out plugins and switching themes confirms it’s a theme specific issue. Time to go back to the drawing board and dig deeper into the theme.
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)