mk2013
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP 5.4I have Busy Bee by Woo Themes, version 2.0.1.
It’s at least two years old. WordPress isn’t showing any updates that are available for it. Plus there is a bunch of custom code in it, so I was hoping that I wouldn’t have to completely update the theme.Forum: Themes and Templates
In reply to: [Whispy] Remove "Posted on"I removed this code from “loop.php”:
<div class="entry-utility"> <?php whispy_posted_on(); ?> <span class="meta-sep">|</span> <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'whispy' ), __( '1 Comment', 'whispy' ), __( '% Comments', 'whispy' ) ); ?></span> <?php edit_post_link( __( 'Edit', 'whispy' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> </div><!-- .entry-utility -->[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Whispy] Submenu background color doesn't displayAndrew’s code fixed the main menus too.
a, #access ul ul :hover > a {
background: #79a90c !important;
}Thank you both!
Forum: Themes and Templates
In reply to: [Whispy] Submenu background color doesn't displayThank you!
I added background color to line 479 and it worked.
How do I get the main menus to change color when I hover over them?
I didn’t go with the other option as I’ve already made a buch of other modification to the theme’s files and I don’t plan to do theme updates. (Hope that isn’t a bad idea)