-
AuthorPosts
-
February 20, 2021 at 11:55 am #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
FranzTranslated with http://www.DeepL.com/Translator (free version)
February 23, 2021 at 4:03 am #1282951Hi 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,
RikardFebruary 24, 2021 at 9:41 pm #1283521Hello 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
FranzFebruary 27, 2021 at 4:26 am #1284038Hi 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,
RikardFebruary 27, 2021 at 8:56 am #1284059Hello 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
FranzMarch 1, 2021 at 4:29 am #1284314Hi 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,
RikardMarch 1, 2021 at 8:22 am #1284337Hello Rikard
That with the hiding of the menu item
“asdf” unfortunately does not workhave another question about the mobile menu
how can i make lines between the menu items?thank you
kind regards
FranzMarch 1, 2021 at 8:25 am #1284338sorry:
That with the hiding of the menu item
“Fernwartung” unfortunately does not workMarch 2, 2021 at 6:01 am #1284622Hi,
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,
RikardMarch 2, 2021 at 8:22 pm #1284868Hello Rikard
Now it fits great
you can close this requestThe support is always great with you
kind regards
FranzMarch 3, 2021 at 2:04 am #1284902Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘update to wordpress 5.6.1’ is closed to new replies.