hazelbug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Designated Blog Page Not Showing postsThank you Emsi – worked perfectly!
Forum: Fixing WordPress
In reply to: Add image/media/add tag buttons are not workingWent through all the steps in the stick above. What seemed to work was upgrading all my plug ins.
Forum: Fixing WordPress
In reply to: Add image/media/add tag buttons are not workingI have the same problem. Upgraded to 2.8.2 and now my image, etc uploaders are not working. I click on it and nothing pops up.
Reinstalled again hoping this would resolve it. no go.
Any resolutions?
Forum: Themes and Templates
In reply to: CSS: Sidebar and Widget Insert not lining upForum: Plugins
In reply to: [Plugin: Really Simple CAPTCHA] Code image does now showDeltaHF (or anyone who knows) We seem to need to do what you suggested bc I moved the site after it was designed/set up to the main url and now my captcha isn’t working.
I tried deleting and re-installing hoping it would work, but it hasn’t.
I am not that familiar with going into the database to put what you wrote in. Could you give more detailed directions on how to do that. We are on dreamhost if you are familiar with their set up.
Thank you!
Forum: Themes and Templates
In reply to: Styling of Sidebar WidgetsThat works perfectly. Thank you so much for taking the time to help me. I REALLY appreciate your help!
Forum: Themes and Templates
In reply to: Styling of Sidebar WidgetsYes, Thank you! I want it to look like this
Forum: Themes and Templates
In reply to: Styling of Sidebar WidgetsI think I am misunderstanding… I am trying to stye the RSS Widget stories only… “#sidebar .rsswidget”
I don’t want the #sidebar .rsswidget style to essentially override what the theme has for the sidebar .block or sidebar .pages… and it is in terms of font size, but not line-height.
Forum: Themes and Templates
In reply to: Styling of Sidebar Widgets?? I did, but I don’t want my rsswidget to take on the .block code font size or line-height. I want it to use the code I put in there, but for some reason – not sure why – it’s only taking on the font and fnt size, but the line-height is still being set at 30px when I want it to be 10px.
Forum: Themes and Templates
In reply to: Styling of Sidebar WidgetsOh I think I might not have explained right. It seems to be inheriting and I don’t want it too… Here is the entire code
#sidebar a { color: #354B59; text-decoration: none; } #sidebar a:hover { color: #996666; } #sidebar .block { overflow: hidden; margin-bottom: 20px; } #sidebar .block ul li { border-top: 1px dotted #b7c396; line-height: 30px; font: Trebuchet; font-size: 14px; } #sidebar .pages { border-top: 1px dotted #b7c396; line-height: 10px; font: Trebuchet; font-size: 14px; } #sidebar .rsswidget { margin-bottom: 20px; overflow: hidden; line-height: 10px; font: Trebuchet; font-size: 10px; }
Forum: Themes and Templates
In reply to: Styling of Sidebar WidgetsI’m having trouble with my RSS section in the sidebar here. https://www.bearhugsforbabies.org/newsite.
I created styling for “rsswidget” by adding it as
#sidebar .rsswidget { margin-bottom: 20px; overflow: hidden; line-height: 10px; font: Trebuchet; font-size: 10px; }
And it applies the style partially. It still seems to take the line-height from the “#sidebar .block ul li” and I am not sure why?
any ideas?
Forum: Plugins
In reply to: Different styles for sidebar widgetsthank you thank you thank you!
Forum: Themes and Templates
In reply to: IE6 CSSThanks for the feedback!
Forum: Themes and Templates
In reply to: Change backgroundIn your style.css sheet there is a body code. It has the background color set to #440000 – change that number to the color you want.
Forum: Fixing WordPress
In reply to: Hide widget title in sidebarfinall…. found this: https://www.ads-software.com/support/topic/256989?replies=4