Forum Replies Created
-
AuthorPosts
-
You also need to remove the viewport metatag from functions.php
/** Add Viewport meta tag for mobile browsers */
add_action( 'genesis_meta', 'executive_add_viewport_meta_tag' );
function executive_add_viewport_meta_tag() {
echo '';
}
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookI’m baking cookies
Happy Birthday to your Dad, Nick!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYes, the footer and the footer widgets would need different css.
I don’t see that other code working on your site at all. This works for me just fine in Firebug:
#footer-widgets a, #footer-widgets a:visited {
color: #444444;
text-decoration: none;
}Edit: I just looked at your stylesheet. Your separator is likely causing an issue as it isn’t a proper comment for a stylesheet. Look at the sections above that use comments like:
/* Responsive Design
------------------------------------------------------------ */I suggest using firebug. It’s an invaluable tool for looking at the HTML source of your site as well as the css. It will even let you test changes before making them live. http://www.studiopress.com/tips/using-firebug.htm
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookIt would be
#footer a,
#footer a:visited {
color: #C31900;
font-weight: normal;
text-decoration: underline;
}
Then, change the color to what you would like.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookThanks (blush)! And you’re welcome and happy holidays!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookErg, yes, I’m sorry. The body classes are wrong and that plugin doesn’t actually add any. Remove the first block of code I suggested above (leave the description one) and Try this:
#title-area, #title, #title a {
display: block;
float: left;
height: 179px;
overflow: hidden;
padding: 0;
text-indent: -9999px;
width: 550px;
}
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou should have this in your css:
.header-image #title-area, .header-image #title, .header-image #title a {
display: block;
float: left;
height: 179px;
overflow: hidden;
padding: 0;
text-indent: -9999px;
width: 550px;
}And for #description:
#description {
color: #6195A6;
font-size: 12px;
font-style: italic;
font-weight: normal;
margin: 0;
text-indent: -9999px;
text-shadow: 1px 1px #FFFFFF;
}
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookDecember 18, 2012 at 10:06 am in reply to: WP Update = No visual editor and content showing in posts (admin area) #5944You’re welcome. Yes, we are aware of the 404 issue and working on the problem.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookDecember 18, 2012 at 9:57 am in reply to: WP Update = No visual editor and content showing in posts (admin area) #5940In the downloads section of http://my.studiopress.com/, you can see the current version number of child themes.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookDecember 18, 2012 at 9:48 am in reply to: WP Update = No visual editor and content showing in posts (admin area) #5937Yes, that’s usually located in the header of the style.css file.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookDecember 18, 2012 at 9:28 am in reply to: WP Update = No visual editor and content showing in posts (admin area) #5926You may want to take a look at the WP 3.5 Master list: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
This issue has come up for others, being specifically related to having run Bulletproof Security, even if the plugin has been deactivated and deleted (stray .htaccess file).
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookI think you might be getting confused as far as margins and padding. Margins are the space around and padding is the space within. You have 2 things to style: .taxonomy description and .taxonomy-description p (which currently has no css style).
If you simply want taxonomy-description to be 60px high, I would do this:
.taxonomy-description {
height: 60px;
margin: 0 0 30px;
overflow: hidden;
padding: 0;
}Then add
.taxonomy-description p {
}
with whatever styles you like.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookWelcome!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookDecember 16, 2012 at 10:20 am in reply to: Agency Theme (how to add excerpts to search results) #5544Great!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookTaken care of

Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on Facebook -
AuthorPosts