• Resolved pulketo

    (@pulketo)


    There is a bug on premium-videobox.php on this line: 757
    <div class=”premium-video-box-image-container” style=”background-image: url(‘<?php echo esc_url( $image ); ?>’);”>

    which shows like this on client side:
    <div class=”premium-video-box-image-container” style=”background-image: url(‘http://transparent&#8217;);”>

    as you can see the transparent background is not detected quite well as php is expecting an image path.

    This is not a severe bug, but my https page is showing mixed content.

Viewing 1 replies (of 1 total)
  • Plugin Author Leap13

    (@leap13)

    @pulketo

    This issue has been fixed and it will be included in the next version of Premium Addons.

    Thanks for your feedback, we really appreciate that 🙂

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘bug premium-videobox 3.7.5’ is closed to new replies.