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

    (@realmag777)

    Hello

    In index.php, find in function wp_head code:

    <img style="display: none;" src="<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings['overlay_skin'] ?>.svg" alt="preloader" />

    Remove it with its condition.

    Than add next code in wp_footer function

    if (isset($this->settings['overlay_skin']) AND ( $this->settings['overlay_skin'] != 'default' AND $this->settings['overlay_skin'] != 'plainoverlay'))
            {
                ?>
                <img style="display: none;" src="<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings['overlay_skin'] ?>.svg" alt="preloader" />
                <?php
            }

    http://clip2net.com/s/3qnRtgT – I fixed it for the next version …

Viewing 1 replies (of 1 total)

The topic ‘HTTPs Insecure Content’ is closed to new replies.