Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #50562
    crapSen
    Participant

    Hello,

    i cant remove any watermarks anymore, because the option doesnt show in the media library anymore. I have updated my wordpress installation to the newes one 6.0.

    Thanks for your help!

    Greetings,
    Daniel

    #50580
    Bartosz
    Keymaster

    Ok, we’ll check that

    #50583
    jazzydan
    Participant

    Same here, since updating to 6.0 I have no options in the media library. Thanks.

    #50696
    thenickb
    Participant

    I solved this by changing the priority when loading the admin_print_scripts function. Line 112 of image-watermark.php.

    I went from
    add_action( ‘admin_print_scripts’, array( $this, ‘admin_print_scripts’ ), 20 );

    To
    add_action( ‘admin_print_scripts’, array( $this, ‘admin_print_scripts’ ), 80 );

    My assumption is WP6 changed the priority of jQuery loading which messed up the select list insertion.

    #50729
    Bartosz
    Keymaster

    This issue has been addressed in the latest 1.7.2 release

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