miowebdesigns
Forum Replies Created
-
Forum: Plugins
In reply to: interactive discussionI will give it a try and get back to you.
Forum: Themes and Templates
In reply to: wp-nav-menu active stylingThanks I found the answer. I copied a section of code from the twenty-ten theme that does what I am looking for.
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { color: #365268; }
For anyone looking for the same solution this works fine.
Forum: Plugins
In reply to: wp-recaptcha install confusionok. forget my rants. I found the answer. It was in the contact form 7 docs not the captcha docs. contact form 7 and captcha
Thanks for your indulgence.
Forum: Fixing WordPress
In reply to: login to sitehow about memberwingx?
Forum: Fixing WordPress
In reply to: Connectin InformationHere is what I have learned since I posted this message. Using MAMP with the latest Macbook is no bueno. I upgraded to MAMP Pro and all is well in the world. I still don’t know what is up with XAMPP. But I don’t have time to continually mess with packages that say they are plug and play then you spend 2 hours trying to figure out how to make it work. I keep my environment as generic as possible so I don’t have these problems. I will say that I am disappointed in MAMP that they have forced me to upgrade and pay.
Thanks anyway.
Forum: Fixing WordPress
In reply to: middle of the page on singlePS thanks for the info
Forum: Fixing WordPress
In reply to: middle of the page on singleThanks but updating to latest version of WP made the problem go away.
Forum: Fixing WordPress
In reply to: single page renderingSorry but what do you mean by change template used? The template for single page is single page. Each page has its own template.
Forum: Fixing WordPress
In reply to: next_posts_link button moves positionGot it. I had to rearrange some divs and get rid of the postition relative/absolute.
Forum: Fixing WordPress
In reply to: index vs homeThanks. That was the ticket. I guess I didn’t see what I was doing as static. But in terms of word press it is.
Forum: Fixing WordPress
In reply to: index vs homeThe problem is whether I use index, home or front page when you first visit the site it does not pull in the contents of home page until you click on the home menu button. I am trying to find a way have the page tel wordpress hey I am the home page and I need the home page content.
Forum: Fixing WordPress
In reply to: index vs homeThe site is for a photographer friend and I want him to be able to change the image on the front page without my help. Right now it is a bird lieberman. So I thought that if I let him make changes using pages update I can pull in whatever next image he uploads to the home page. I sort of have it working for home.php but i can’t get index.php to act like home.php. What I am trying is a redirect `<?php
if ( is_home() ) {
include home.php
} else if ( is_front_page() ) {
include home.php
} else {
include 404.php
}
?>`Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] contact form 7 issueForum: Fixing WordPress
In reply to: Search errorsI knew it was something simple. Thanks
Forum: Fixing WordPress
In reply to: IE default settingsThanks Rev. Voodoo