debraw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different looks in 2 differents domains !Glad to help! It’s always the tiniest details that stump me too. ??
Debbie
Forum: Themes and Templates
In reply to: Need help customizing menu barIt could possibly be in Glide. Why don’t you post the Glide code and I’ll take a look at it. ??
Debbie
Forum: Fixing WordPress
In reply to: Rss brokenDo you mean your RSS feed for your entries? Is that what RSS feed you’re referring to? Because it looks like you might have several feeds featured on that page. I just need a bit more info here ??
Debbie
Forum: Themes and Templates
In reply to: Need help customizing menu barHi Demelza,
Below is the code you’re looking for. You should find it in your stylesheet in the editor. It should be style.css or something like that. Bear in mind your code may not look exactly like this but it should be similar. ??
#top-menu a:hover{ text-decoration: none; color:#fff; background: url(images/nav_hover.gif) repeat-x;
See the background: url line? That is what you change. You can simply add a color like this background:#45443 or edit the current gif. I hope this helps. Post more questions if you need to. ??
Debbie
Forum: Themes and Templates
In reply to: Different looks in 2 differents domains !Ok, the second site didn’t even display to me. You’re not going crazy, but here’s a thought: do you have screen resolutions changed on your computers? For instance, if you right click and hit properties, then go to Settings then screen resolutions are they both the same setting? Does that make any sense?
Debbie
Forum: Themes and Templates
In reply to: Sidebar help with BloggingPro ThemeHave you deleted the current widgets and tried adding fresh ones? That’s what I had to do with one template. I had to remove all of the previous widgets, save the sidebar then add additional widgets after it was clear. Does that make any sense? ??
Debbie
Forum: Themes and Templates
In reply to: Different looks in 2 differents domains !Don’t know what you’re seeing but they look exactly alike on my screen. Perhaps it’s a browser issue? ??
Debbie
Forum: Themes and Templates
In reply to: Any easy way to merge WordPress and OSCommerce?I’d be very interested in the answer you came across through your search. How can they be merged?
Debbie
Forum: Themes and Templates
In reply to: PROBLEM – Test domain to test new themesYou need to set up a seperate database and run the second site off of the second database so your information is stored seperately instead of together. Make sense?
Debbie
Forum: Fixing WordPress
In reply to: I forgot to change the wp-config.php fileOk, what I would recommend is downloading whatever version of WordPress you were using. Download the installation files then pull out the wp-config.php file, re-edit then upload. Does that work? Let me know if it does or doesn’t.
Debbie
Forum: Themes and Templates
In reply to: adding small image to top of right columnPost your CSS and let me see what we’re working with here first. Remember the more information you share the more likely it is that someone knows the answer. ??
Debbie
Forum: Developing with WordPress
In reply to: I have a questionExcellent! I’m glad it worked out for you. Mark this topic as resolved so more surfers will understand this is the correct fix. ??
Debbie
Forum: Developing with WordPress
In reply to: I have a questionI looked around and found this site: https://www.theblog.ca/wplogin-redirect. Let me know if it works or doesn’t. I’m interesed to know! ??
Debbie
Forum: Themes and Templates
In reply to: Cutline 1.4 Hack – How Do I Get Around this Problem?Ok, here are the official instructions. Go to header.php. Find this code:
<div id="top-menu"> <ul> <li><a href="<?php bloginfo('url'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?> </ul> </div>
Take out this line:
<a href="<?php bloginfo('url'); ?>">Home</a>
It’s this line that’s coded into many templates that gets the home page to show up twice. It’s a total bear but it’s a really easy hack once you know what to look for.
Hope this helps someone else who’s looking for the answer. : )
Debbie
Forum: Plugins
In reply to: NO ONE can answer this: Preset Text In WordPress PostsHow about trying to download a previous version of wordpress and see if it comes with the file you need, edit-form-advanced.php. Then simply add that file to your others. Have you tried that?
Debbie