Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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
    Dani

    #1249931
    This reply has been marked as private.
    #1250233

    Hallo 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,
    Rikard

    #1252288

    Hello 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
    Daniel

    #1252510

    Hi 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,
    Rikard

    #1252558

    Hi 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.
    Daniel

    #1252895

    Hi,

    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

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