Conflict With Meta Slider
-
Hi,
One of our users has found an incompatibility with Meta Slider and this plugin. It seems some of the styling included by this plugin is conflicting with the Meta Slider admin styling.
Here is the CSS that’s causing the problem:
.settings h2{font-family: 'HelveticaRegular'; color:#111111; font-size:24px; font-weight:normal; background:url(../images/form_editor.png) no-repeat top left;float: left;height: 37px;width: 78%;padding-left: 59px;}
Please could you prefix all of your CSS rules with “.pie_wrap” to ensure they don’t impact other plugins? Or even better, ensure your CSS is only included on your plugin page by using the admin_print_scripts-$page action?
I also noticed you’re enqueing a copy of jQuery from the google CDN rather than using wp_enqueue_script(‘jquery’) – this will mean, in most cases, 2 copies of jQuery will be included on your users pages and is likely to cause compatibility issues with other plugins.
Only minor things. If you could take a look at them it would be much appreciated ??
Thanks,
Tom.
- The topic ‘Conflict With Meta Slider’ is closed to new replies.