Hi
I’ve been turning on and off individual files asset optimisation and some across a number of plugins are failing to use https – it is by no means limited to Social Pug. It also affects the theme css, and some other plugins including one of the metaslider css files.
Oddly, a few files do work properly.
Some examples of incorrect ones are:
src:url(./socialpug.1.0.0.eot?#iefix)
background-image: url(‘img/select-arrows.png’);
background-image: url(‘../sliders/flexslider/bg_direction_nav.png’);
background-image: url(‘img/slide-arrow-right.png’) !important;
background-image: url(“img/slide-arrow-right.png”);
Yet one of the wordfence files and one of the slider css files are using https as expected:
#wfboxPrevious{position:absolute; bottom:5px; left:5px; background:url(../images/lightbox-controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
@font-face{font-family:flexslider-icon;src:url(fonts/flexslider-icon.eot);src:url(fonts/flexslider-icon.eot?#iefix) format(’embedded-opentype’),url(fonts/flexslider-icon.woff) format(‘woff’),url(fonts/flexslider-icon.ttf) format(‘truetype’),url(fonts/flexslider-icon.svg#flexslider-icon) format(‘svg’);
The urls do switch to https with Really Simple SSL installed, but my client is hesitant to have yet another plugin running when the aim is to optimise her site rather than add more code. For now, we are choosing to have the misbehaving files turned off in asset optimisation instead.
Thanks