-
AuthorPosts
-
November 3, 2017 at 2:03 am #871899
Hi how i can put widget in secondery header menu? look screen https://yadi.sk/i/Om-_sjRB3PMxRK http://jet-plitka.ru/
- This topic was modified 7 years ago by pddcoms.
November 3, 2017 at 4:27 am #871938Hey pddcoms,
Please refer to the following doc:
Best regards,
Jordan ShannonNovember 3, 2017 at 7:30 pm #872259I know about this function but maybe CSS is not right. widget remains in the zone main header
- This reply was modified 7 years ago by pddcoms.
November 3, 2017 at 7:46 pm #872263One more question: How i can put sticky submenu under the secondery menu? https://yadi.sk/i/ACRkHa2_3PPc9j https://yadi.sk/i/ALLVATvz3PPcB7
- This reply was modified 7 years ago by pddcoms.
November 3, 2017 at 8:20 pm #872280Hi,
You are asking how to add the menu? Are those screenshots from your site?
Best regards,
Jordan ShannonNovember 3, 2017 at 9:26 pm #8722961. Hi how i can put widget in secondery header menu? look screen https://yadi.sk/i/Om-_sjRB3PMxRK http://jet-plitka.ru/
I know about this function but maybe CSS is not right. widget remains in the zone main header2.One more question: How i can put sticky submenu under the secondery menu? https://yadi.sk/i/ACRkHa2_3PPc9j https://yadi.sk/i/ALLVATvz3PPcB7
3. Where i can edit html page code? for example H1 tag from home page. H1 must be clean, without any css within
<h1 class=”av-special-heading-tag ” itemprop=”headline”>Интернет магазин керамической плитки в Москве jet-plitka.ru</h1>Yes it’s my site
November 6, 2017 at 11:14 pm #873405Hi,
Try adding the following to functions.php:function custom_search_place(){ ?> <script> jQuery(window).load(function(){ jQuery('li#menu-item-search').children().appendTo("#header_meta ul.noLightbox"); }); </script> <?php } add_action('wp_footer', 'custom_search_place');
You can edit the home page via the ALB editor, however it does in fact add inline css, that it simply the nature of the theme.
Best regards,
Jordan ShannonNovember 7, 2017 at 1:19 am #873462Hey. I i think this was the answer to the first question? what is this ALB editor? I still do not understand how to move the widget to secondary menu!!! look please I asked 2 more questions above
November 9, 2017 at 10:34 pm #874851Hi,
ALB is the builder Enfold come with!
Adding the code Jordan suggested to you, will help you with the move you asked.Best regards,
BasilisNovember 12, 2017 at 11:58 am #875706I add the code. What now?
November 12, 2017 at 10:31 pm #875860Hi,
And your issue is not solved?
Best regards,
BasilisNovember 13, 2017 at 8:51 am #875990Hi. maybe I do not understand something? but what should this code solve? I asked 3 questions and do not even understand which one is the answer-this code
1. Hi how i can put widget in secondery header menu? look screen https://yadi.sk/i/Om-_sjRB3PMxRK http://jet-plitka.ru/
I know about this function but maybe CSS is not right. widget remains in the zone main header2.One more question: How i can put sticky submenu under the secondery menu? https://yadi.sk/i/ACRkHa2_3PPc9j https://yadi.sk/i/ALLVATvz3PPcB7
3. Where i can edit html page code? for example H1 tag from home page. H1 must be clean, without any css within
<h1 class=”av-special-heading-tag ” itemprop=”headline”>Интернет магазин керамической плитки в Москве jet-plitka.ru</h1>November 15, 2017 at 4:58 am #876903Hi,
1.) Please use the “avia_meta_header” hook instead of the “ava_after_main_menu” or the “ava_main_header” hooks. This hook is specifically created to add more content or elements inside the top bar above the header.
2.) Unfortunately, this is not possible without major modification on the theme. Please hire a freelance developer or contact our partner, Codeable.
3.) That’s a special heading element. You can edit it in the Advance layouut builder. Set the “Heading Type” accordingly.
Best regards,
IsmaelNovember 15, 2017 at 8:40 am #876956Hi. Replaced. But I still can not move the widget to the secondary menu. https://yadi.sk/i/MzUG_KaB3Phzxy https://yadi.sk/i/CLpeSusV3Pi23H https://yadi.sk/i/A5OApXYL3Pi23u
November 15, 2017 at 10:35 am #877011I allready find how to edit second widget
- This reply was modified 7 years ago by pddcoms.
November 15, 2017 at 12:08 pm #877057Not everything is as good as i want. I just can not find the right one CSS for image widget to change the location help plz https://yadi.sk/i/qKM8pspm3PiRMg jet-plitka.ru
- This reply was modified 7 years ago by pddcoms.
November 16, 2017 at 6:07 am #877377Hi,
Thank you for the info. Please use the following css code to adjust the position of the search widget.
#header #ecwidsearch-3 { position: absolute; right: 0; left: auto; transform: none; top: -45px; } #top #header_meta .sub_menu>ul { right: 230px; position: relative; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.