Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support markonikolic

    (@markonikolic)

    Hi @beapi

    ​Thanks for your patience on this.

    This should not be happening if you use the latest version of Imagify (v2.2.5).

    However, if it still does, you can add the below code to the theme’s functions.php as a temporary fix:

    add_action( 'admin_footer', function() {
    echo '<style>#imagify-pricing-modal{display: none;}</style>';
    }, 9 );

    Please let me know if that is the case.

    Best Regards
    Marko

    Thread Starter BE API

    (@beapi)

    Hi @markonikolic

    Yes, updating the plugin has solved the problem.

    Many thanks

    Plugin Support markonikolic

    (@markonikolic)

    Hey,

    Awesome, thanks for letting me know!

    Best Regards
    Marko

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Unwanted modal appears’ is closed to new replies.