Broken CSS widget in wordpress 3.3
-
Hello , i am having a big issue in WordPress 3.3 . I am using a theme called media store and the plugin whishlist membership that i suppose you know , but as soon as i do activate this plugin all the css widgets in WordPress become broken . you can see it at
http://bang007.co.uk/xmembers/?page_id=667
it’s been an issue and i have been trying to resolve it since 12 hours ! it’s making me crazy. Please if you do have an idea or can help me it will be so much appreciated.
thanks
-
Your header.php is including the admin css file:
<link rel="stylesheet" id="wp-admin-css" href="http://bang007.co.uk/xmembers/wp-admin/css/wp-admin.css?ver=3.4-alpha-19620" type="text/css" media="all">Removing that “node” as chrome refers to it, fixes the problem 🙂
Hello jerry ,
thank you for the quick answer , i am less desperate now , but i just had a look in the header.php ( in my theme ) but couldnt find the id wp-admin-css.
please find bellow the code and let me know if you have an idea? thanks
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/reset.css” media=”screen” />
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” media=”screen” />
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/prettyPhoto.css” media=”screen” />
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/style-dark.css” media=”screen” /><!–[if IE]><link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/style-ie.css” media=”screen” /><![endif]–>
<!–[if IE 7]><link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/style-ie7.css”I hope i will be able to find out … thanks for you futur answer
Well if that’s all you see as far as links in the header, then it’s a plugin issue. There is a plugin that is including the admin css file during the wp_head() function.
Alternatively you can override the CSS if you don’t want to find the bothering plugin. But I would suggest finding the plugin of course.
FYI, the CSS is from the admin.css file, line 1
Thank you very much for your answer , i do know what plugin it is as it’s the plugin wishlist membership plugin. as i soon as i do deactivate it the theme is working fine. As i don’t really know css , how can i override it?
i try to look for a call for admin.css in all the files but i couldnt find it.Sorry to ask you all this questions or bother you but my knowledge in css or function in wordpress are not really excellent .
Maybe i could you a quick ftp access if it’s not to much asked?
Well to be honest I was gonna say “nah, i’ll just download it and see for myself” but I can’t find it for the life of me. Email me at jjwood2004 -at- gmail
The topic ‘Broken CSS widget in wordpress 3.3’ is closed to new replies.