• Hi,

    I would like to have a static home page with the inove theme. I set up one to be the front page display in the “reading settings” but the house (home icon) and a link to the static page both remain on the menubar. I’d prefer to remove the house on the menubar and keep only the text link to the static page. Any suggestions on an easy way to do this?

    Thanks,

    Duprix

Viewing 8 replies - 1 through 8 (of 8 total)
  • Could look at deleting this line in wp-content/themes/inove/templates/header.php

    <li class="<?php echo($home_menu); ?>"><a class="home" title="<?php _e('Home', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a></li>

    Please backup your files before attempting anything like this!

    Thread Starter duprix

    (@duprix)

    Thanks. Tried it. It removes the house icon but leaves the jagged edge of the menu.gif hanging out on the left edge. As a temporary fix I’ve covered the icon in the menu.gif in Photoshop.

    At last I can help someone, not just ask for help ^^ . So I’m trying to remove the home link too. so here’s the answer.
    1.Do as MichaelH said.
    2.open style.css find line 227

    margin-left:-10px;

    3.Change margin to right

    margin-right:-10px;

    4.Enjoy :]

    After several tries I found that

    margin:0 -16px 0 5px;

    is the best for me

    I just ask author of theme and his replay is to remove the LI tag with class=”home” viz above comment from MichaelH and go to style.css and add <blockquote>#navigation {padding-left:10px;}</blockquote>. Result is similar to change margin-right:-10px; If you like see result of this operation visit: vladimirklimsa.com

    I am trying to accomplish this as well but I don’t see or have <li class> in my header.php file. That probably sounds crazy, but I am clearly missing a step. Any help?

    fkaf

    (@fkaf)

    I`m also trying this,
    but can`t find any li

    i have also the problem that wordpress thinks that Posts is my home page, instead the static one that i configured (setting home as static and a static page as home).

    and now ussing the add metatags to home plugin, the metas appear on Posts page instead of real home.

    what’s the problem with this theme? why force to have the Posts as home?

    neurotranslator, do you have author contact? i think it is a base problem, not only a style mistake.

    thank u all…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘static home page with inove’ is closed to new replies.