flow.mcdonnell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Broken CSS widget in wordpress 3.3Thank 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?
Forum: Fixing WordPress
In reply to: Broken CSS widget in wordpress 3.3Hello 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