-
AuthorPosts
-
October 18, 2021 at 12:07 pm #1325401
Hi,
1. I want to add my second menu above the logo area, not into the info bar. Is this possible?
2. I want to add a border around burger menu + text. I already added this border, but there is too much space on top and bottom.
best regards,
Alex
October 18, 2021 at 5:13 pm #1325464Hey Alex,
Thanks for contacting us!
1- Please add a widget area to header – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and display your menu inside it.
2- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av-hamburger { border: 2px solid black; line-height: 40px; padding: 10px; }
Best regards,
YigitOctober 18, 2021 at 8:42 pm #1325475Thanks.
#1: Added header + added menu to this. How to get this exact above to the logo? Also need to get the menu items one after the other, not one below the other
#2: done, and works.
best regards,
Alex- This reply was modified 3 years, 1 month ago by combra.
October 19, 2021 at 3:28 am #1325495Hi Alex,
I tried to check on the staging site however it keeps going to the login page even when logged in to the live site and go to WP Staging > Staging Sites, then open up staging.
Can you give us credentials on the staging site as well?Best regards,
NikkoOctober 19, 2021 at 9:00 am #1325529Its the same login for staging site. Can u check again?
Maybe i should tell u the whole story. I will need one header widget as second logo area above the logo and a second header widget area after the primary menu for a search bar.
- This reply was modified 3 years, 1 month ago by combra.
October 20, 2021 at 1:37 am #1325618Hi combra,
Thanks, it works now.
As for the layout, can you give us a mockup or a screenshot of what you’re trying to achieve? so we can try to position it properly with CSS.Best regards,
NikkoOctober 20, 2021 at 9:32 am #1325684Hi Nikko,
great to hear. I added one Screen.
1. a second menu above Logo area
2. adding a product search into header, after Logo, first menu.- This reply was modified 3 years, 1 month ago by combra.
October 21, 2021 at 3:51 pm #1325905Hi,
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#top #header .widget_nav_menu ul { display: flex; justify-content: center; gap: 20px; } #top .widget_nav_menu { max-width: 1310px; margin: auto; } .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 209px; }
Best regards,
YigitOctober 22, 2021 at 9:13 am #1326008Hi Yigit, thank you.
How to get the second menu above the logo? Right now its centered.
I added my product search into the header widget. this should be after main menu.
Best regards,
Alex- This reply was modified 3 years, 1 month ago by combra.
October 22, 2021 at 3:32 pm #1326090Hi Alex,
I added following code to bottom of Quick CSS field
@media only screen and (min-width: 1160px) { #header .dgwt-wcas-search-wrapp { right: 15vw; top: 1.5vw; max-width: 400px; } #block-2 { padding: 0; z-index: 102; } #header .dgwt-wcas-search-wrapp form { margin-bottom: 0; } }
Unfortunately, I could not come up with a simple solution that would position product search right next to menu icon. This one places it in that area however switches back on screens below 1160px as there is not enough space. If you need fine tuning, please adjust the values using media queries for different screen sizes – https://www.w3schools.com/Css/css3_mediaqueries_ex.asp
Best regards,
YigitOctober 26, 2021 at 5:06 am #1326430I need to have the search bar expanded by default in the menu, not the search icon. Please assist.
- This reply was modified 3 years ago by mussio506.
October 26, 2021 at 12:48 pm #1326486Hi,
Thank you, when I check your site the search bar is expanded, please see the screenshot in the Private Content area.
Please include a screenshot of how you see it.Best regards,
MikeOctober 26, 2021 at 2:36 pm #1326501Rmccomputacion.net
It does expand, but I need it to be expanded always as default.
So instead of just the icon and having to click on it, the search bar is active always.October 27, 2021 at 1:37 am #1326560Hi,
I did not have to click on the search icon to show the search field, it is already showing when I load the page.
I checked with Chrome, Firefox, & Edge on Windows 10, what browser are you using?Best regards,
MikeOctober 29, 2021 at 3:14 am #1326906I am using chrome, aryou sure its thee right web:
https://www.rmccomputacion.net/Thank you.
October 29, 2021 at 8:39 am #1326940Hi mussio506,
Your site is in maintenance mode, please provide login details in private so that we can view it.
Best regards,
RikardOctober 30, 2021 at 2:03 am #1327054Here you go, thanks!
October 30, 2021 at 1:18 pm #1327059Hi,
Sorry I was looking at the thread starter site, not yours. In the future please open a new thread for your questions, thank you for understanding. Thanks for the login but your WordPress ▸ Appearance ▸ Theme ▸ Editor is not showing so I could not apply the solution for the Search bar from our documentation. Please try enabling the theme editor and then adding the function to your functions.php:
add_shortcode('avia_search', 'get_search_form');
and then add the shortcode[avia_search]
to the title of a new custom menu item
then disable the search icon option in the theme at Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menuBest regards,
MikeNovember 4, 2021 at 5:58 pm #1327833November 6, 2021 at 2:45 pm #1328016Hi,
@mussio506 please check the solution that Rikard suggested in your thread, thank you.Best regards,
Mike -
AuthorPosts
- The topic ‘Adding second menu above logo area + some style’ is closed to new replies.