1_Knight
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Post Icons not showing in Starkers ThemeStill using the starkers theme. But now I’m working on a new site and am having the same problem with not being able to change the custom post icons.
I’ve stopped trying to change them all but am having not luck at all?
here is the code that I am using.
// Add new Custom Post Type icons
add_action( ‘admin_head’, ‘premier_boxers_icons’ );
function premier_boxers_icons() {
?>
<style type=”text/css” media=”screen”>
#menu-posts-ourboys .wp-menu-image{
background: url(<?php bloginfo(‘url’) ?>/images/photosmall.png) no-repeat !important;
}</style>
<?php }?>
I have tried to use different ones that some people have posted online but they don’t work ether??
Has anyone else had this problem with starkers? Or anything like this??
Thanks.
It does remove the icon for the post but just leaves an empty space.
Forum: Themes and Templates
In reply to: How to Put space Between the header and top of pageOk I still can’t see it can you post the css code that you put in.
you need to to type the #masthead just below # of header.
If I do it manually in Google chrome it works every time
but it is just to see what happens it is not permanent.Again past here what you are typing in.
Just copy past
the masthead is a container in twenty ten just below the header
Forum: Themes and Templates
In reply to: How to Put space Between the header and top of pageOk,
Did you take every thing out of the #masthead?
If so at least put in something like
#masthead{
margin:0;
padding:0;
}Because I can’t see any style code for the #masthead at all?
Forum: Themes and Templates
In reply to: How to Put space Between the header and top of pageWhat ever you did to the
#masthead undo it so I can see it in the code then I can look at it again
Forum: Themes and Templates
In reply to: How to Put space Between the header and top of pageDidn’t it move at all?
Forum: Themes and Templates
In reply to: How to Put space Between the header and top of pagein your css styles try adding this to your
#masthead
margin-top:10px;try that hope it helps