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

    Mit letzter Version Enfold 4.5.7 und WordPress 5.2.1 funktioniert das “Volle Breite Untermenü” nicht mehr richtig. Es bleibt nicht mehr “klebrig” sondern rutscht immer durch. Vorher war das kein Problem.

    ————————-
    With the latest version Enfold 4.5.7 and WordPress 5.2.1, the “full width submenu” no longer works properly. It no longer remains “sticky” but always slips through. Is this a Feature? Before that was no problem.

    Thanks, Klaus

    • This topic was modified 5 years, 5 months ago by innv.
    #1106064

    Hey innv,

    Could you please clear the cache, check again and get back to us.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1106279
    This reply has been marked as private.
    #1106284
    This reply has been marked as private.
    #1107340

    Hi,

    The sticky option of the fullwidth sub menu will be disabled when the hamburger menu is active. That is the default behavior set in the config-templabuilder > aviashortcodes > menu > menu.js file.

    /**
    * If we have burger menu active we ignore sticking submenus
    */
    if( burger_menu.is(":visible") )
    {
       this.css({top: 'auto', position: 'absolute'}); fixed = false;
       return;
    }

    Best regards,
    Ismael

    #1301614

    Hi Imael, and how can I activate the sticky function for fullwidth submenues on mobiles?

    best regards
    Andreas

    #1301984

    Hi,


    @andreas_anselm
    : This is not possible out of the box and requires modification that is beyond the scope of support. You can try the solution that another user provided in the following link but we cannot guarantee that it will work.

    // https://kriesi.at/support/topic/make-fullwidth-submenu-element-stick-to-top-on-mobile-tablets/#post-1294584

    For more inquiries, please feel free to open another thread.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Volle Breite Untermenü | submenu’ is closed to new replies.