naturegirl321
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dropdown menu not workingThanks so much. Now I’m getting weird emails from hostgator as well, things like
sdjlfkjsdflksjf@hostgator.
I’m pretty sure I’m going to switch back to blogger, yes, I know that they own my content, but with a new baby and working 6 days a week, I just can’t learn CSS now.
Forum: Fixing WordPress
In reply to: Dropdown menu not workingThanks. I’ve contacted the designer. McCarvill, what do you mean by funky stuff? dodgy? As much as people say that WP is great because it’s open source, I think I might be changing back to blogger ?? WP just has a very high learning curve.
Forum: Themes and Templates
In reply to: remove "You may use these HTML tags and attributes: "I’m using a Thematic child theme. Code is
<div id=”form-allowed-tags” class=”form-section”>
<p><span><?php _e(‘You may use these <abbr title=”HyperText Markup Language”>HTML</abbr> tags and attributes:’, ‘thematic’) ?></span><?php echo allowed_tags(); ?>
</p></div>
<?php comment_form(array(‘comment_notes_after’ => ”)); ?>But
You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b><cite>
<del datetime=""> <i> <q cite=""> <strike>
still appears. What am I doing wrong?
Forum: Fixing WordPress
In reply to: Previous and next post?I added it in the child theme. I looked at the bottom of my post and it seems that I have a plugin with that info already. But how do I add it to the top of my posts?
Forum: Fixing WordPress
In reply to: Changing widths?Wow! You’re awesome!
Forum: Themes and Templates
In reply to: [Thematic] Changing fonts in Thematic?figured it out. Thanks!
Forum: Themes and Templates
In reply to: [Thematic] Changing fonts in Thematic?I put this in my child theme. Yet it hasn’t changed a thing.
}
#blog-title {
font-family: Arial,sans-serif;
font-size: 80px;
font-weight: bold;
line-height: 90px;
text-decoration: none;
}
#blog-description {
color: #666666;
font-size: 24px;
font-style: italic;
}Forum: Themes and Templates
In reply to: [Thematic] Changing fonts in Thematic?Ok, thanks. I’m completely new at this. It says, This element has no style rules. You can create a rule for it.
I’ve put in 80px, but it won’t accept it.
Forum: Themes and Templates
In reply to: [Thematic] Changing fonts in Thematic?I have Firebug, but Thematic’s code is so simple there’s no place that even mentions the font size on the style sheet. I ran the profiler and the erros and nothing shows up.
Forum: Fixing WordPress
In reply to: Padding between post title and date?I’m using a child theme. I just switched from blogger, which uses html. CSS is a whole different ball game. Though I will say the support here at WP is much better than blogger.
I’ve put this in
.singular article .entry-title {
padding-top: 15px;
}as well as this
.singular .entry-header .entry-meta {
left: 0;
position: absolute;
}They’re in my 2011 child templates in the style.css
It’s still not working. I’ll try Firebug tomorrow. It’s 1.30 am and I need to get some sleep.
Forum: Fixing WordPress
In reply to: Padding between post title and date?And for some reason the date is above the title: I just don’t get WP.
Forum: Fixing WordPress
In reply to: Padding between post title and date?I’ll have to try Firebug. The padding 15px isn’t working ??
Forum: Fixing WordPress
In reply to: Use post date and title in url?Thanks!