Forums

static home page with inove (7 posts)

  1. duprix
    Member
    Posted 5 months ago #

    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

  2. MichaelH
    moderator
    Posted 5 months ago #

    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!

  3. duprix
    Member
    Posted 5 months ago #

    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.

  4. rate4d
    Member
    Posted 3 months ago #

    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 :]

  5. rate4d
    Member
    Posted 3 months ago #

    After several tries I found that

    margin:0 -16px 0 5px;

    is the best for me

  6. neurotranslator
    Member
    Posted 2 months ago #

    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

  7. Braford
    Member
    Posted 1 month ago #

    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?

Reply

You must log in to post.

About this Topic