dmd54
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: change background colour on sub page drop down menuYou will have to edit the style.css file.
In this section of the 2nd Level Skin:
#primary-nav ul ul li a { color: #000; font-weight: normal; line-height: 35px; height: 35px; font-size: 12px; padding: 0; text-decoration: none; }If you notice the color value, I changed to #000 – This will change it to black. If you want to change the color on hover as well, then change the color value in this section:
#primary-nav ul li.sfHover ul a:hover { color: #555; }– Again in the 2nd Level Area of the style navigation.Forum: Fixing WordPress
In reply to: Server ErrorI just got off the phone with the hosting company. They said it is a WordPress issue.
Forum: Themes and Templates
In reply to: Remove Gradient in Slider Photo in Simple Catch ThemeIs your site online with that theme activated? If so, could you post the link.
Forum: Fixing WordPress
In reply to: Server ErrorThis is on the Plugin “add new” page
An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration.
On the Dashboard:
WordPress Blog:
RSS Error: WP HTTP Error: connect() timed out!Incoming Links:
RSS Error: WP HTTP Error: Empty reply from serverForum: Fixing WordPress
In reply to: remove space between picture and titlesKevin is right but I don’t think you want the “div” in the CSS:
.one_fourth p { margin-bottom: 0; }I think you’ll have to play with the margin value to get the right space you want, 0 will stick it right on the bottom of your picture.
Well, that seems odd if that’s the reason. Regardless I saved it again and resubmitted to Google, so shall see if that’s all that’s needed.
Forum: Themes and Templates
In reply to: Help with Responsive ThemeI signed up for their support forum and never got a conformation. I figured it out anyways.
Forum: Themes and Templates
In reply to: Help with Responsive ThemeStill would like to know what I’m missing, why the page template is not working properly??
Forum: Themes and Templates
In reply to: Help with Responsive ThemeIs my question already answered?
Forum: Fixing WordPress
In reply to: Duplicate a pageYeah, I see what you’re saying. If you are copying the code from your home file into a new page it won’t work. I believe that’s why you are not seeing the “banner.” You would have to copy that section of php from your home.php and add it to your page.php but then it will appear on all pages, which I don’t think you want. That may also be why the styles are not being applied properly.
I think you’re best off, doing your testing on a localhost or secondary server if possible.
Forum: Fixing WordPress
In reply to: Duplicate a pageIf you just need to change links, they will be in the HTML. Sorry for the confusion.
Forum: Fixing WordPress
In reply to: Duplicate a pageWhat exactly are you trying to do?
If you are changing your home page layout you will have to modify the style.css and possibly the html structure in your home.php.
Forum: Fixing WordPress
In reply to: Duplicate a pageYou can’t just copy the html into a new “page.” You need the php for it to function properly.
I would either back up your original and then make your changes directly in the WordPress editor in your style.css and home.php. If that is too high risk, I would download your theme to your HD and then use a localhost on your computer to test it. That’s the safest way.
Forum: Fixing WordPress
In reply to: Show page text on 'post page'do you have a link for your site?
Forum: Fixing WordPress
In reply to: Category and Single Post pagesi failed to notice i was missing a category php file. thanks though