Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1047115

    Hi there

    I’m trying t o make a Fullwidth Submenu here on my test site: https://testblog.stegemueller.dk/wp/ (credentials in ‘Private Conent).

    1) The menu is there in the very top with all points, but they are not active. They are build with IDs in the colour sections and #some_name in the menu called HBS.

    2) I woould like the menu to scroll with (always visible), but no matter what I do, it won’t scroll. What is wrong?

    I follow Ferdy here: https://www.youtube.com/watch?v=_Y3i5SZyTf0 and I know nothing about CSS

    Best regards,
    Hanne,
    Denmark

    #1047127

    And I have tried this one and in several browsers, clared cache, disabled plug-ins and so on :-)

    #sub_menu1 {
    z-index: 301;
    }

    My version is: 4.5

    Best

    #1048349

    Hi Best,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1048354

    Hi Nikko

    Thanks a lot for your e-mail.
    I already did send credentials, but I attach them again.

    Best regards
    Hanne

    #1049066

    Hi Stegemueller,

    We apologize for the late response.
    Fullwidth submenu won’t be stick if the burger menu shows up.
    To change this behavior you need to modify menu.js located in enfold > config-templatebuilder > avia-shortcodes > menu folder, line 57-61:

    if( burger_menu.is(":visible") )
    {
        this.css({top: 'auto', position: 'absolute'}); fixed = false;
        return;
    }

    just remove this code and flush out cache and it should be working.

    Best regards,
    Nikko

    #1053516

    I am having the same issue where the fullwidth submenu is not sticking. I went ahead and removed the above code from the menu.js, and it did not change the result.

    I have updated the general css to make my header transparent. Would that be affecting this fix?

    I am using Version: 4.5.2 of Enfold.

    #1053562

    Hi cmwatts,

    Please open a new thread and include admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.