carol7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Alignment issue after upgrade to WP 2.8esmi, thanks.
I cleaned up about two-thirds of the errors, but now down to the ones that I’m not sure how to find or how to fix.
Here is a screenshot of the alignment problem in MSIE 8: http://flickr.com/gp/39508067@N08/p34B20
Still looking for some help…
Forum: Fixing WordPress
In reply to: Missing Blogroll WidgetSometimes it’s called “Links”. Have you tried to search in the support forum using your theme’s name as one of your search terms? Also, are you using the original theme files or did you modify them after you activated your theme?
Forum: Fixing WordPress
In reply to: contact form 7 – sender addresss not showing upDo you mean the sender’s email address?
Use the sender’s email tag as you defined it in the Form area in the upper left side of the Form page. For example:
<p>Sender Email (required)<br /> [email* sender-email] </p>Then, down below, in the Mail section, you could put this in the “From” field:
<[sender-email]>You can also add it to the Message body area if you want to:
Sender's Email: [sender-email]Forum: Plugins
In reply to: Shopping cart & PDF download recommendation?Still looking for advice…
Forum: Plugins
In reply to: Contact Form 7 – radio button questionsIn that last posting what I meant was I want the radio buttons left-aligned on the form itself.
Forum: Plugins
In reply to: Contact Form 7 – radio button questionsYay, the radio button response now displays correctly in the email; thank you.
1) Is there a way to make the radio button a required field?
2) How do I make the radio buttons line up so that they are left aligned, one to a line, instead of all jammed together in one long stream?
<p>How would you categorize the job?<br /> [radio JobCategory "Professional (physicians, nurses, technicians, scientists, attorneys, paralegals, etc.)""Administrative (administrator, manager, finance, marketing etc.)" "Education (professor, instructor, trainer)"]</p>Thanks!
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Not send all the dataIn the “Mail” section, on the right side where it says “Message Body”:
Add the following:
[your-website]
[your-message]
Then click “Save”.You can format the text for readability. For example, instead of the just listing the form fields, you could type the following in the Message Body area:
Website: [your-website]
Issue: [your-message]
Hope this helps!
Forum: Themes and Templates
In reply to: Ordered and unordered list NOT working when viewing as articleHi t31os, thanks for your patience. I copied the code in your post into the file. when I left the following code `ul li{
margin-left: 15px;
padding: 0px 0 5px 15px;
}`
in the file, nothing changed. When I took those lines out, the bullets moved too far to the left right next to the border of the column (and the text moved left).I appreciate your help, but don’t want to take up more of your time – you really helped with the bullet issue and the page looks much better than before. Thank you again.
Forum: Themes and Templates
In reply to: Ordered and unordered list NOT working when viewing as articlet31os, oooh that worked perfectly, the bullets are displaying where they should be. Is there a way to move the bulleted text slightly to the left? If not, I’ll be happy with it the way it is now, because it looks so much better. Thank you!!!
Forum: Themes and Templates
In reply to: Ordered and unordered list NOT working when viewing as articleI’ll try that; one question – if I get rid of
ul { list-style: none; }then how do I define the bullet in the css style sheet – do I replace “none” with “disc” in the #colwrap line?
Forum: Themes and Templates
In reply to: Ordered and unordered list NOT working when viewing as articleIt’s qeangroup.com/blog/
You’ll see the theme-provided bullets on the right in the sidebar area labeled “Pages.”
Thanks =)Forum: Themes and Templates
In reply to: Ordered and unordered list NOT working when viewing as articlet31os I tried and what you suggested works, but the way this theme (Ikarus) is written it added a second set of bullets to a sidebar list of blog pages that already had bullets 🙁
I don’t know enough css to fix it so that it defines page and post bullets separately from the theme’s sidebar bullets. I set the value back to “none” until someone can help me with this.
Forum: Themes and Templates
In reply to: Ordered and unordered list NOT working when viewing as articlet31os, thanks for the answer. Before seeing your response, I experimented with the html code on the page and found that if I removed the
<ul></ul>tags around the list the bullets displayed….not sure what is in the style sheet that makes it work that way. Thanks again for replying =)Forum: Themes and Templates
In reply to: Ordered and unordered list NOT working when viewing as articleHi, I’m having the same problem and I can’t find the code referenced in the solution above in the style sheet. The theme is “Ikarus White.”
I’m trying to create unordered bulleted lists in pages and postings. Not sure if the issue is in the code below or is it something else entirely?
/* Small text */ small, .small, .smalldark, .mosimage_caption, .createdate { color: #666666; font-size: 80%; } p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 15px 0; padding: 0; } ul { list-style: none; } ul li { padding-left: 10px; line-height: 180%; } ol li { margin-left: 35px; line-height: 180%; }Forum: Fixing WordPress
In reply to: Contact Form 7 separating Radio ButtonsI have the same question, but I don’t understand how to implement the answer found in the link in the posting above (Contact Form 7 1.9.4). Can this be done in the radio button tag (how?) or do I have to edit the plugin code? I’m not a developer… Thanks for your assistance.