Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #896785

    Hi,

    We are not able to edit any pages using the Avia editor suddenly. There are only 3 plugins on the site and they’ve all been disabled.

    When trying to click on the editor icon, it does open but then this is message from console (which may be related or not):

    wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=0.9.5 net::ERR_ABORTED

    I did just notice it only seems to be happening on a “catalog” element.

    Please advise.

    Thanks,
    Ryan.

    #897001

    Hi Ryan,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #897029
    This reply has been marked as private.
    #897087

    Hi,

    Thanks for the feedback, though it seems to be working fine on my end. Is there anything in particular I need to do to reproduce the error? Also, did you try clearing your browser cache and reload the page or try a different browser?

    Best regards,
    Rikard

    #897119
    This reply has been marked as private.
    #897314

    Hi Ryan,

    Thanks a lot for the video. I get the same problem on my end, though I’m not sure why that is happening. Could you try to activate debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then copy all the shortcodes to a new page to see if that helps please?

    Best regards,
    Rikard

    #897320

    Hi,

    That did not seem to matter. I copied the active shortcode, created a new page and pasted in that code at the bottom.

    Ryan.

    #898331

    Hi Ryan,

    Here is the code you can put in your funtions.php

    
    add_action('wp_enqueue_scripts', 'my_register_javascript', 100);
    
    function my_register_javascript() {
      wp_register_script('mediaelement', plugins_url('wp-mediaelement.min.js', __FILE__), array('jquery'), '4.8.2', true);
      wp_enqueue_script('mediaelement');
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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