Tagged: featured slider, Home Page, menu
- This topic has 1 reply, 2 voices, and was last updated 9 years, 8 months ago by
Sakin.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
July 14, 2015 at 4:49 pm #60961
Kev0192
MemberHello,
Is there anyway to move the Primary menu to appear underneath the Featured Image Slider or alternatively, to move the featured image slider to above the primary menu??
Thanks,
-Kevin
July 15, 2015 at 9:26 am #61010Sakin
Keymaster@Kev0192: Sorry there is not options to do this. For this, first you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Then add the following code in your child theme
functions.php
file:// Unhook default Catch Responsive functions function unhook_catchresponsive_functions() { remove_action( 'catchresponsive_after_header', 'catchresponsive_primary_menu', 20 ); } add_action( 'init', 'unhook_catchresponsive_functions' ); //Adding menu after slider add_action( 'catchresponsive_before_content', 'catchresponsive_primary_menu', 20 );
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Move Primary Menu underneath Featured Image Slider?’ is closed to new replies.