Tagged: x
-
AuthorPosts
-
February 3, 2017 at 7:47 am #1356718
patroblesParticipantHello X!
Im creating a section of a website which will have one page navigation. When I added the menu as one page navigation it loses the formatting of the website.
As it can be seen here http://www.mamachanguito.com my website has the navigation on the left and the content on the right.
However, when I try the one page navigation the menu went to the top as shown here. http://www.mamachanguito.com/red-mama-changuito
I want to keep the one page navigation but have the menu on the left side with the formatting and style of the rest of the site.
Any help will be greatly appreciated.Kind regards,
PatoFebruary 3, 2017 at 11:11 am #1356951
JadeModeratorHi Pato,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 4, 2017 at 1:35 pm #1358023
patroblesParticipantThis reply has been marked as private.February 4, 2017 at 10:50 pm #1358316
ChristopherModeratorHi there,
By default one page navigation is always fixed top. To change its position, add following code in child theme’s functions.php file :
// Get Navbar Positioning // ============================================================================= if ( ! function_exists( 'x_get_navbar_positioning' ) ) : function x_get_navbar_positioning() { if ( x_is_one_page_navigation() ) { $output = 'fixed-left'; } else { $output = x_get_option( 'x_navbar_positioning' ); } return $output; } add_action( 'customize_save', 'x_get_navbar_positioning' ); endif;Hope it helps.
February 5, 2017 at 5:06 pm #1358900
patroblesParticipantThanks alot!!
February 5, 2017 at 11:10 pm #1359150
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1356718 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
