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

    Hi, I’m having an error in the backend of the pages.

    Uncaught TypeError: o(...).appendTo(...).menu is not a function
        at x.<computed>.<computed>._create (autocomplete.min.js?ver=1.12.1:9)
        at x.<computed>.<computed>.x.isFunction.r.<computed> [as _create] (core.min.js?ver=1.12.1:116)
        at x.<computed>.<computed>._createWidget (core.min.js?ver=1.12.1:116)
        at new x.<computed>.<computed> (core.min.js?ver=1.12.1:116)
        at HTMLInputElement.<anonymous> (core.min.js?ver=1.12.1:116)
        at Function.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.8.1:2)
        at s.fn.init.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.8.1:2)
        at s.fn.init.x.fn.<computed> [as autocomplete] (core.min.js?ver=1.12.1:116)
        at i.onPostRender (wp-tinymce.js?ver=49110-20201110:45)
        at i.a (wp-tinymce.js?ver=49110-20201110:11)

    I am using a child theme.
    Enfold version 4.8.6.2
    Wordpress version 5.8.1
    PHP version 7.4.23

    How can I solve?

    #1322131

    Hi vbonora,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1322438
    This reply has been marked as private.
    #1322560

    Hi,

    Thanks for that. I checked the page in private, but I can’t see any error messages on my end. Could you let us know how to reproduce the problem you are seeing on your end please?

    Best regards,
    Rikard

    #1322590

    Hi Rickard,
    If you click on textbox, the entered text is not seen and the error is reproduced in the console. This is also true for the catalog element. The content is saved but if I click to edit it there is nothing left.

    #1322714

    Hi,

    Thanks for the clarification. I’m seeing the same problem on my end, but I can reproduce the problem on a test installation. The error messages don’t seem to be coming from the theme either, could you try reinstalling WordPress to see if that helps please?

    Best regards,
    Rikard

    #1322762

    Hi, I reinstalled wordpress and it seems to work.
    Thanks

    #1322767
    This reply has been marked as private.
    #1322781

    Hi,


    @beaw1nner

    Bitte um Entschuldigung für dieses Problem.

    Den Inhalt der Datei themes\enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php

    bitte ersetzen durch

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6_3/shortcodes/magazine.php

    Dieser Fix ist bereits Bestandteil der nächsten Release.

    Nicht vergessen, Server Cache zu löschen und ein Backup der Originaldatei für ein fallback zu machen.

    Falls Sie Hilfe benötigen, können wir dieses Update auch gerne für Sie machen.

    Best regards,
    Günter

    #1322939

    Aha – good to know

    #1322942

    Hi!


    @Guenni007

    Liegt daran, dass

    
    $atts = shortcode_atts( $defaults, $atts, $this->config['shortcode'] );
    

    in z.B. magazin.php erst nachher aufgerufen wird. Hatte ich auch übersehen.

    Best regards,
    Günter

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