Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1282422

    Hello together
    the update is not done yet
    when i update to wordpress 5.6.1 the mobile menu does not work anymore.

    I am urgently waiting for it

    I also need the mobile menu
    when i do the update the menu is not visible anymore

    (I am not allowed to show one item on the mobile menu,
    so I can’t do without it)

    and it bothers the customer when this message is displayed in the plesk:

    WordPress is outdated. It is recommended to update WordPress version to actual one.

    thanks for your info

    kind regards
    Franz

    Translated with http://www.DeepL.com/Translator (free version)

    #1282951

    Hi Franz,

    Sorry for the problem. Please refer to this on how to fix the broken mobile menu: https://kriesi.at/support/topic/problems-after-updating-to-wordpress-5-6-read-this-first/. We can implement the permanent fix for you, if you post admin WordPress login details in private, and verify that you have backups of the site.

    Best regards,
    Rikard

    #1283521

    Hello Rikard
    Thanks for your feedback.

    The following
    I have made a backup.

    In the private part the credentials.

    Can I then use the permanent fix for other enfold pages?

    Thanks and greetings
    Franz

    #1284038

    Hi Franz,

    Thanks for that. The Appearance->Editor functionality is turned off on your installation. Could you turn that on, or give us FTP access instead please? Otherwise we can’t access the file in question.

    Best regards,
    Rikard

    #1284059

    Hello Rikard
    Thanks for your suggestions.

    As I still have some enfold applications with mobile menu this solution is too complicated.

    I have now rebuilt the menu so that I no longer need the mobile menu.
    I will do the same for the other hompages.

    Now I would be happy if it is possible that this button is displayed higher mobile:

    /*Scroll Top Position*/
    #scroll-top-link
    { bottom: 10px; right: 10px;
    color: #074C7E;
    background-color: #ffffff;
    }
    When I click mobile on “Leistungen” this button is not visible anymore.
    If this would always be displayed at the bottom mobile.

    the second would be mobil hide the button “Fernwartung” completely via CSS

    thanks for your efforts

    kind regards
    Franz

    #1284314

    Hi Franz,

    The scroll to top button is only visible after scrolling a certain width down the page. The link you are referring to is at the very top of the page, so you will see it if you scroll down a bit further.

    Please add this to Quick CSS in order to hide the Fernwartung menu item on mobile:

    @media only screen and (max-width: 767px) {
    li#menu-item-2846 {
      display: none;
    }
    }

    Best regards,
    Rikard

    #1284337

    Hello Rikard

    That with the hiding of the menu item
    “asdf” unfortunately does not work

    have another question about the mobile menu
    how can i make lines between the menu items?

    thank you

    kind regards
    Franz

    #1284338

    sorry:
    That with the hiding of the menu item
    “Fernwartung” unfortunately does not work

    #1284622

    Hi,

    Please try this CSS instead:

    #av-burger-menu-ul li.menu-item-2846 {
      display: none;
    }
    
    #av-burger-menu-ul li {
      border-bottom: 1px solid green;
    }

    Best regards,
    Rikard

    #1284868

    Hello Rikard
    Now it fits great
    you can close this request

    The support is always great with you

    kind regards
    Franz

    #1284902

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘update to wordpress 5.6.1’ is closed to new replies.