thesoofoo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebar helpThis is your css
background:transparent url(images/bullet-arrow.gif) no-repeat scroll 5px 9px; border-bottom:1px solid #C1D8E6; margin:0; padding:0 0 0 10px;
If you remove the border-bottom spec, you won’t have a border-bottom, in any list of your sidebar. Shouldn’t be a problem.
Forum: Fixing WordPress
In reply to: Google Custom Search in WordPressI have tried all of this but am still unable to the Google Custom Search to show any results.
Forum: Plugins
In reply to: How to get certain words from post as description?You mean as your permalink? Or meta tags? There is a plugin for metatags, and a plugin where you can shorten your permalink.
Forum: Plugins
In reply to: [Help] Excerpt EditorHow doesn’t it work? Is the excerpt shorter than you wanted it to be? Or nothing like you wanted it to be?
Forum: Plugins
In reply to: Why can’t I find this!??!???!?!?!?What do you mean change it, change it to what?
Forum: Plugins
In reply to: Can somone receommend a plug for ads and banners please?I found AdServe to be the easiest, and it works really well for my purpose. I also use AdMan, but I would use that even if I didn’t have ads, it allows you to easily put code in places where it once was difficult.
Forum: Plugins
In reply to: Events Calendar vs Gigs Calendar vs EC3I tried a lot of event plugins. WPNG Google works best, you can use it as a widget, or make a page with it.
Forum: Themes and Templates
In reply to: How to change headline fontIf you want to get into changing the look of your header, and not having a generic font, look into replacing the text with an image. Then you can make your header image using any font you want, and everyone will see it the same.
Forum: Themes and Templates
In reply to: Sidebar helpI would remove the bottom bar from the code, and put one in via html, or image, where I want it to be.
Forum: Themes and Templates
In reply to: Need some help to fit a template to my main webpageGo into the .css file for your theme and you can start changing the color codes. To change the color of your header font you would look for this code:
h1, h1 a, h1 a:hover, h1 a:visited, .description { color:#FD5A1E; text-decoration:none; }
and change the #FD5A1E to something else, that is the code for the color.
Forum: Themes and Templates
In reply to: How do I add a link to home into Nav Bar?I wonder if there is an option with that plugin to create a link for home?
Forum: Fixing WordPress
In reply to: My RSS feed contains spam – Help!You are going to want to secure up your wordpress installation. There are a lot of resources on how to do that. Also make sure you are running the newest version of wordpress, 2.6.2
Forum: Fixing WordPress
In reply to: Deleting MetaYah, I understand the confusion. Even though it looks like you have no widgets in place, you do.
Try adding just a blank text widget to your sidebar, and nothing else. Your sidebar should go blank. Then start by adding the widgets you want, just don’t add the meta widget back.
Forum: Fixing WordPress
In reply to: CSS not working for some themes/thesis“not reading the css file” ?
So there is no css style to your site?
Maybe delete the theme, re-upload it and re-activate it, otherwise show us your site link.Forum: Fixing WordPress
In reply to: Deleting MetaRemove the Meta widget.
I guess this would only work with a widget enabled theme. I am not sure if 2.6.2 has made it so all wordpress installs are widget ready.
But yah, if you are in sidebar.php, you could delete that, but I couldn’t guarantee you wouldn’t mess up stuff.