Forums

static home page with inove (9 posts)

  1. duprix
    Member
    Posted 2 years 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
    Volunteer
    Posted 2 years 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 2 years 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 2 years 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 2 years ago #

    After several tries I found that

    margin:0 -16px 0 5px;

    is the best for me

  6. neurotranslator
    Member
    Posted 2 years 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 2 years 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?

  8. fkaf
    Member
    Posted 1 year ago #

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

  9. M4RC0
    Member
    Posted 1 year ago #

    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...

Topic Closed

This topic has been closed to new replies.

About this Topic