Forums

Search form problems involving flash header (4 posts)

  1. pigeon7081
    Member
    Posted 1 year ago #

    I'm building a site on a test server to try some things out. I started with the Default Template based on Kubrick and have edited it a bunch. My site is here . Not all the links in the navigation work, it's still a work in progress. The pages I'm using to test things are "home", "about us" and "field report" (under "news").

    My problem is the search form. It supposed to be on every page, not just the home page. I call the search form in my header.php file which has a conditional statement to check if it's the home page or not. All the headers are Flash. One thing that's interesting is that if I change the other pages to have the home page's header (with the slideshow) the search function works, so it must have something to do with my headers...I think.

    I just can't figure it out.

    Here's the code from my header.php file. Let me know if you'd like to see any other code!

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thanks in advance for any help!
    pigeon7081

  2. pigeon7081
    Member
    Posted 1 year ago #

    Sorry, I misread the rules before I posted. Here's the pastebin link for my code.

  3. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try changing if (!is_page('home') ) to if (!is_front_page() ).

  4. pigeon7081
    Member
    Posted 1 year ago #

    Tried that, still isn't working...any other ideas?

Topic Closed

This topic has been closed to new replies.

About this Topic