alderstone
Forum Replies Created
-
Forum: Plugins
In reply to: Contactme plugin : how do I make it appear on my websiteDCoda, thanks!
Yes, you had answered my question elsewhere – via email, I think – but thanks for following up. That’s a mark of quality service.
Your plug in is working great, doing just what I need it to do.
Thanks for your work.
Forum: Fixing WordPress
In reply to: Increase Size of Tagline in TwentyTen ThemeThanks, but that really doesn’t help me much.
Not enough detail there to sort it out.
Forum: Fixing WordPress
In reply to: Increase Size of Tagline in TwentyTen ThemeOK, I found the section ….
#site-description {
clear: right;
float: right;
font-style: italic;
margin: 14px 0 18px 0;
width: 220px;but what do I change?
Margin?
I see no reference to “font” there.
Forum: Fixing WordPress
In reply to: Increase Size of Tagline in TwentyTen ThemeUpdate from the post above.
I just accidentally discovered that the change I made was to the footer text, not the tagline at the top of the page.
When I changed font size to 60px, that footer blew up.
OK, so I learned something.
But I still cannot identify where to change the size of the tagline.
This can’t be rocket science. What am I doing wrong?
How do I clearly and unambiguously find font-size and color for tagline?
Is it really in style.css or somewhere else? Header.css?
And why isn’t it simply called “tagline”?
Forum: Fixing WordPress
In reply to: Increase Size of Tagline in TwentyTen ThemeI’m using WordPress 3.0.1. My web site is here.
I’ve been trying to understand how to increase the size and change the color of my tagline for days. I’ve read this and other threads about it, but to no avail.
I’ve set my font size all the way up to 60px. Still no change.
Here’s the code from my style.css
#site-info {
float: left;
font-size: 60px;
font-weight: bold;
width: 700px;Any help will be appreciated on:
1) increasing font size of tagline
2) changing it’s color (to black)Thanks
Forum: Plugins
In reply to: Invaldi Mail Collector plugin: how do I find collected addresses?Well, no more than 10 minutes after I sent my mail to them, they responded.
Here is the response:
After you login to WordPress’ wp-admin section, you’ll be able to see a
new option in the menu (at the bottom) where you can get the complete
list of all e-mail addresses.Indeed, it is there on the bottom left of the admin page.
Bingo.
Thanks very much, Govpatel.
One clarification that may help other novices like me: I went looking at first for a page or menu item called “page attributes”.
Instead, I found it by clicking on “pages” in the dashboard menu, so that the page title is “edit page”. From there, I found the template drop down menu on the right side. Only two options in it: default and “one column, no sidebar”.
Excellent. Just what I needed for some pages.
I’m watching this thread. Curious about how to make this happen.