Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #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

    #1325464

    Hey 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,
    Yigit

    #1325475

    Thanks.

    #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.
    #1325495

    Hi 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,
    Nikko

    #1325529

    Its 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.
    #1325618

    Hi 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,
    Nikko

    #1325684

    Hi 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.
    #1325905

    Hi,

    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,
    Yigit

    #1326008

    Hi 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.
    #1326090

    Hi 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,
    Yigit

    #1326430

    I 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.
    #1326486

    Hi,
    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,
    Mike

    #1326501

    Rmccomputacion.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.

    #1326560

    Hi,
    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,
    Mike

    #1326906

    I am using chrome, aryou sure its thee right web:
    https://www.rmccomputacion.net/

    Thank you.

    #1326940

    Hi mussio506,

    Your site is in maintenance mode, please provide login details in private so that we can view it.

    Best regards,
    Rikard

    #1327054

    Here you go, thanks!

    #1327059

    Hi,
    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
    2021-10-30_001.jpg
    then disable the search icon option in the theme at Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu

    Best regards,
    Mike

    #1327833

    Thanks for that. I created a new thread but got no response..
    The search bar is offset in regards to the main menu and the quick results it gives has a transparent background. Please help with the last request.

    Many thanks, Mike!
    Dave

    • This reply was modified 3 years ago by mussio506.
    #1328016

    Hi,

    @mussio506
    please check the solution that Rikard suggested in your thread, thank you.

    Best regards,
    Mike

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Adding second menu above logo area + some style’ is closed to new replies.