Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter LordLiverpool

    (@lordliverpool)

    Uninstalling and Reinstalling your plugin made no difference.

    dot_overlay.png is still served from a HTTP source.

    Thanks.

    • This reply was modified 8 years, 11 months ago by LordLiverpool.
    Thread Starter LordLiverpool

    (@lordliverpool)

    I think I’ve narrowed it down to this file:

    full-screen-page-background-image-slideshow/inc/styles.php

    I hardcode https into the background URL

    #fsi-full-bg-overlay { 
        position:fixed; 
        top:0; 
        left:0;
        height:100%; 
        width:100%; 
        z-index:-9;
        /* Mohsin Rasool's Code
        /* background:url(<?php echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat; */
    
        /* My hardcoded value */
        background:url(https://mydomain.com/wp-content/plugins/full-screen-page-background-image-slideshow/images/dot_overlay.png) repeat; 

    If you could updates your plugin to use HTTPS that would be cool.

    Thanks.

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

The topic ‘Dot_Overlay.png’ is closed to new replies.