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
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
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
Hi!
Please refer to Peter’s post here – https://kriesi.at/support/topic/header-images-for-every-page/#post-279282
Cheers!
Yigit
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);
Hi Yigit,
Please help me with this!
Thanks,
Gabe
I’ll close this topic so we continue the conversation in one place.