-
AuthorPosts
-
February 2, 2017 at 7:04 am #741574
Hello.
I made a main menu and logo in left side of the website (https://yadi.sk/i/C0GtnSS13CPM8w).That’s good, because there is too much links for horizontal. Now I have to also on the display and a horizontal menu at the top. Example: http://www.ms-dver.ru/ How can I do that?
At first I thought that each page manually insert the picture and a second horizontal menu, but then I realized that I will have hundreds of products in each to set header – this is overkill.
Maybe you can somehow insert a custom widget area at the beginning of the content?
I try to use this manual: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
But it inserting widget in top or bottom of my vertical (left) menu. I need a widget in top of main content (or any else realization of my need).
Thank you!February 2, 2017 at 8:23 pm #742008Hey, anybody, help me!
February 7, 2017 at 9:14 am #743738Hi,
Sorry for the delay.
To place a horizontal menu on top of the content area in the left navigation layout as shown in the below screenshot.
SETPS:
1. Install a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/
2. Copy the index.php file from enfold main theme folder to child theme folder.
3. Insert the code for the menu just before the below line in index.php file in child theme folder.
<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?> <?php echo avia_blog_class_string(); ?>'>
ADVANCED CUSTOMIZATION
4. To add a dynamic menu on top of the content area.
Register a wordpress menu instead of the html code for the menu so you can create dynamic menu in Appearance > Menu and assign it to the menu area above the content. Please check the links in private.For more info please check
https://codex.wordpress.org/Function_Reference/register_nav_menusBest regards,
VinayFebruary 7, 2017 at 11:28 am #743815thank you to your solution!
i have another question with same problem.
I need to set the fullwidth-slider at the top of the content that is above the horizontal menu.
I copied the shortcode from the slider from avia-editor and inserted it into the php code of posts (single).
he works there, but for some reason when it is not in the place where it was inserted. It looks like 2 div-blocks closed (/div) via thrash-from-shortcode and after that code of slider inserted.
I read that WordPress is handled differently shortcode in wisiwig editor and inside php code. But how to handle it?
Thank you!February 7, 2017 at 11:56 am #743829Hi,
Let’s go step by step and not mix the issues to avoid confusion.
First create the logo and let us know if you have any issue with it. Then we can go over the other issues one at a time. Please create new tickets for issues that are not related this will help us help you better :)Ignore the previous message when you create the menu you can add the slider code above the menu area.
Best regards,
Vinay- This reply was modified 7 years, 9 months ago by Vinay.
-
AuthorPosts
- You must be logged in to reply to this topic.