• Iamtitan

    (@iamtitan)


    Hey guys,
    I have searched and tried everything and I can’t seem to find how to edit this template in order to remove the navigation bar from just the Home page. I am using woo themes template “skeptical.”
    I’m new to this whole WordPress thing so I apologize if this is posted in the wrong place or if this seems like a crazy question to you. If you have the answer can you please post it in simple terminology?

    Thanks

Viewing 15 replies - 1 through 15 (of 16 total)
  • esmi

    (@esmi)

    Thread Starter Iamtitan

    (@iamtitan)

    I’ve searched through that for the last hour, but didn’t find a solution to the problem. Thanks anyway

    Jarret

    (@jarretc)

    Modify

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

    to the following

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

    Look in your header.php file for the above code.

    Thread Starter Iamtitan

    (@iamtitan)

    Thanks alot Jarret, your instructions were clear and precise. However it didn’t remove the navigation bar. It added a second home tab. maybe if I show you how the code looks now you can help me?

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

    Jarret

    (@jarretc)

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

    That should work as I just tested it myself and it removed the main navigation from the home page of the site.

    Thread Starter Iamtitan

    (@iamtitan)

    I completly cleared everything out of header.php and replaced it with that but it didn’t remove the nav bar and now it took part of the graphics off the header. I just dont know what 2 do wit it anymore :-/

    Jarret

    (@jarretc)

    Are you using any plugins?

    Thread Starter Iamtitan

    (@iamtitan)

    Yes I have s2member plugin, jetpack by wordpress and WP Super cache

    Jarret

    (@jarretc)

    Did you clear the cache out? Could be causing the issue.

    Thread Starter Iamtitan

    (@iamtitan)

    Tried that too. Would it help if you seen the page? http://www.titantrainingacademy.com

    Are you using a static front page?

    Test local!

    Change:
    <?php if ( is_home() ) {} else { ?>
    To:
    <?php if ( !is_home() && !is_front_page() ) { ?>

    Thread Starter Iamtitan

    (@iamtitan)

    Thank you SOOOOOOOOOO much!! That worked!!!!

    Thread Starter Iamtitan

    (@iamtitan)

    Ok, now I got another little bug to get out. It took the nav bar off that page but now the header shows “title=””> and there’s a red underline under the header.

    Hhaine20

    (@hhaine20)

    I am having the same problem, also with a wootheme… You think you could be of help to me? What I would like to do is remove the default “Home” on the nav bar. I have included the header.php file.
    [Code moderated as per the Forum Rules. Please use the pastebin]

    tsany

    (@tsany)

    where’s the nav bar ? o_O i don’t see anything that loads the nav bar lol

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘Remove Navigation bar from single page’ is closed to new replies.