Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #299482

    Hi,

    I would like to not display the “Home” menu item on the home page but display it on all the other pages?
    Can you help?

    Thanks,
    Gabe

    #299625

    Hey Gabe!

    I could not connect to your website but please add following code to Quick CSS in Enfold theme options under General Styling tab and change menu item ID

    .home #menu-item-59 { display: none; }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    #299695

    Thanks Yigit,

    Suppose I need to increase the width of the sidebar slightly so that all of my content fits without wrapping onto another line. I have a child theme. Do I copy layout.css to the child theme and then make a change in layout.css? If so, what’s the specific change?

    http://awesomescreenshot.com/0d3397cj2f

    Thanks,
    Gabe

    #299697

    Hi!

    Please refer to Peter’s post here – https://kriesi.at/support/topic/header-images-for-every-page/#post-279282

    Cheers!
    Yigit

    #299708

    Yigit,

    Do I change the alpha part as well?

    would it look like this if I want a larger sidebar?

    function avia_increase_sidebar_size() {
    global $avia_config;

    $avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘twelve alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eleven’);
    $avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘seven’, ‘sidebar’ => ‘five alpha’ ,’meta’ => ‘three alpha’, ‘entry’ => ‘seven’);
    $avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘seven alpha’, ‘sidebar’ => ‘five alpha’, ‘meta’ => ‘three alpha’, ‘entry’ => ‘seven alpha’);
    }
    add_action( ‘init’, ‘avia_increase_sidebar_size’, 1);

    #299748

    Hi Yigit,

    Please help me with this!
    Thanks,
    Gabe

    #299824

    Hey Gabe!

    Yes, the code looks fine. Have you tried it already?

    Regards,
    Yigit

    #299839
    This reply has been marked as private.
    #299876

    I’ll close this topic so we continue the conversation in one place.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to not display "Home" menu item on home page but display on all other pages?’ is closed to new replies.