-
AuthorPosts
-
October 1, 2020 at 9:19 am #1249824
Hallo zusammen
Ich benüzue die neueste Version von Enfold. Mit Zusatzcode für das Menü. Alle nicht kompatiblen oder benötigten Plugin sind gemäss Kompatibilitäts-Check deaktiviert worden. Trotzdem ist ein Update auf 7.2 nicht möglich. Was kann ich noch tun? Gerne reteile ich euch einen Vollzugriff auf das Backend meiner Seite wenn erwünscht…… auch mein Hosting Partner weiss keine weitere Lösung.
Danke für eure Unterstützung.
Liebe Grüsse
DaniOctober 1, 2020 at 9:11 pm #1249931This reply has been marked as private.October 3, 2020 at 4:46 am #1250233Hallo Dani,
So this problem occurs when you try to switch PHP versions to 7.2? I don’t think it’s theme related since the file you are referring to looks to be a WordPress file. Anyway, please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
LG,
RikardOctober 12, 2020 at 3:11 pm #1252288Hello Rikard
Found the error by analyzing the strcture of folder wp-includes- The file class-wp-init.php(1) was the obly not updated one from the year 2016.I also started the debug modus. the next error was on the landing page, this page i replaced. after no problm to update to php7.4.
Thank you very much for your fast feedback.
Best regards
DanielOctober 13, 2020 at 10:50 am #1252510Hi Daniel,
Thanks for the update, I’m glad that you managed to find the problem.
Could you point out the text which you want to remove on tablets please? If you have a screenshot then that would help us understand better.
Best regards,
RikardOctober 13, 2020 at 4:15 pm #1252558Hi Rikard
It’s the menu.
I would like to have the mobile menu on tablets and handy. At the moment the website displays correctly on handy and high tablet screen, but not on tablet wide screen…… I copied in the private content my actuell css code.
Thanks again for help. Have a great day.
DanielOctober 15, 2020 at 4:10 am #1252895Hi,
Thanks for the update. Please try this CSS as well, it should activate the mobile menu for tablet sizes as well:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.