bmasterflash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I feel dirty menuThe fact that the comment brackets surround the entire code lead me to believe that they were not a marker, but rather this was extra code that could be implemented by removing the comment brackets. Also there is a comment that is a marker at the top of this section of code that labels this code “Main Menu in Header” further leading me to believe that this code would be to create a main menu in the header. I do understand that it may be possible to add a new div to the header code, but if there is already a way to include code that fits in with the theme in a way better than I could make then I would be very interested in learning the few simples steps to unlock said feature. Thank you for your help so far and please pardon my ignorance.
Forum: Fixing WordPress
In reply to: I feel dirty menuThis is a section from the style.css I tried removing the comment brackets but that didn’t do anything. Any thoughts about what else needs to be done?
<!– Added menu ——————————————————————
/*- Main Menu in Header */
ul.menu {
margin: 0;
padding: 0;
position: absolute;
bottom: 0;
left: 20px;
width: 90%;
}
ul.menu li {
display: inline;
margin: 0;
}
ul.menu,
ul.menu li a {
padding: 5px 15px 6px;
}
ul.menu li a {
font: 1em Verdana, Helvetica, Arial, Sans-Serif;
color: #333333;
margin: 0;
background: #cccccc;
}
ul.menu li a:hover {
background: #999999;
color: #eee !important;
text-decoration: none;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #333333 !important;
background: #cccccc;
text-decoration: none;
}
.admintab {
position: absolute;
right: 0px;
/*_padding: 5px 15px 6px;*/ /* IE hack */
}
* html .admintab { padding: 5px 15px 6px } /* IE hack */
a img,:link img,:visited img { border:none }
END of Added Menu ————————————————————- –>
Forum: Fixing WordPress
In reply to: Alphabetized posted that ignore “the”anyone?
Forum: Fixing WordPress
In reply to: A page in a pageThanks for the help. I’ll give it a shot. Sorry to be “mysterious” I am just trying to set up a forum within my WP page. I already have it set up, but I want to insert it into the WP frame. Is there a better way? Thank you so much for your help!
Forum: Fixing WordPress
In reply to: A page in a pageone time, I’m just trying to get everything set up right.
Forum: Fixing WordPress
In reply to: A page in a pageI agree that an iframe would be a bad idea, but how do I “include” the middle of the page?
Forum: Fixing WordPress
In reply to: alphabetical postsanyone?
Forum: Themes and Templates
In reply to: header pictures not showing up in single postsIt works! Thanks you.
Forum: Fixing WordPress
In reply to: alphabetical postsI have my posts Alphabetized, but I was wondering if there is a way to have the first word ignored if it is “the” So a post tittled “The Car” would be in the C’s. Any suggestions would be great. Thank you.