Fix for admin error when debug is on
-
Hi
The plugin still works which is very good.
It only needs a small fix for wp.3.7.1
remove this line (76) from the plugin if you have back and frontend wp enqueue messages.
wp_enqueue_script('jquery');
jquery is already enqueued in most themes
change line 131 to
'z-index' => '9999'
also change line 410 to this to avoid issues with the admin bar.
<div id="jQuery-page-peel"<?php if(is_admin_bar_showing()) echo ' style="margin-top: 28px;">';?>>
have a nice day
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fix for admin error when debug is on’ is closed to new replies.