-
AuthorPosts
-
August 4, 2014 at 2:50 am #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,
GabeAugust 4, 2014 at 12:32 pm #299625Hey 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!
YigitAugust 4, 2014 at 3:26 pm #299695Thanks 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,
GabeAugust 4, 2014 at 3:30 pm #299697Hi!
Please refer to Peter’s post here – https://kriesi.at/support/topic/header-images-for-every-page/#post-279282
Cheers!
YigitAugust 4, 2014 at 3:47 pm #299708Yigit,
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);August 4, 2014 at 4:50 pm #299748Hi Yigit,
Please help me with this!
Thanks,
GabeAugust 4, 2014 at 7:13 pm #299824August 4, 2014 at 8:05 pm #299839This reply has been marked as private.August 4, 2014 at 10:10 pm #299876I’ll close this topic so we continue the conversation in one place.
-
AuthorPosts
- The topic ‘How to not display "Home" menu item on home page but display on all other pages?’ is closed to new replies.
