Viewing 5 replies - 1 through 5 (of 5 total)
  • Having a conflict too. When the plugin is activated and I try to edit a custom post it appears the following error on load-scripts.php: “Uncaught TypeError: Cannot read property ‘id’ of undefined”.

    for me the fix was going to “file-gallery.php” and change this:

    wp_enqueue_script(‘file-gallery-media’, file_gallery_https( FILE_GALLERY_URL ) . ‘/js/file-gallery-media.js’, array(‘media-views’), FILE_GALLERY_VERSION);

    to this

    wp_enqueue_script(‘file-gallery-media’, file_gallery_https( FILE_GALLERY_URL ) . ‘/js/file-gallery-media.js’, false, FILE_GALLERY_VERSION);

    Plugin Author Aesqe

    (@aesqe)

    @databell96, @xavi86: sorry I’m so late to respond to this topic, but could you please tell me which version of WordPress you’re using?

    Plugin Author Aesqe

    (@aesqe)

    @databell96, @xavi86: this should be fixed in the latest versions (1.7.9.3 – 1.7.9.5) – could you please confirm? Thanks!

    I can confirm that is working for me. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with WYSIWYG editor’ is closed to new replies.