Step 1: Removing the code of front page 1 widget areas from altitude_front_page_widgets() function. This function is locating in front-page.php file. genesis_widget_area( ‘front-page-1’, array( ‘before’ => ‘<div id=”front-page-1″ class=”front-page-1″> <div class=”image-section”> <div class=”flexible-widgets widget-area’ . altitude_widget_area_class( ‘front-page-1’ ) . ‘”> <div class=”wrap”>’, ‘after’ => ‘</div></div></div></div>’, ) ); Step 2: Creating an new function and putting… Continue Reading
altitude pro
Different Primary Menu on Pages using Altitude PRO Theme
I did this by following steps: Step 1: First creating a default primary menu. Navigate to Appearance > Menus and create a default primary menu for your site. Check the “Primary Navigation Menu” checkbox and save this menu. Step 2: Creating another menu for pages only. Navigate to Appearance > Menus and create another menu… Continue Reading