[Plugin: WordPress HTTPS (SSL)] 3.1.1 broke image link and theme options
-
Hi,
my site is https://www.cornerstoneofsheridan.org/wp
The logo in the top left does not load now if I have WordPress HTTPS activated.
The PHP code for the logo in the theme header is:
if ($custom_logo){ echo '#logo a { background: url(\''.$custom_logo.'\') left center no-repeat; }'; }
But for some reason your HTTPS plugin is now causing the output to lose the closing ‘ after the logo4.png path
{ background: url(‘https://cornerstoneofsheridan.org/wp/wp-content/uploads/2012/05/logo4.png) left center no-repeat;
should be…
{ background: url(‘https://cornerstoneofsheridan.org/wp/wp-content/uploads/2012/05/logo4.png‘) left center no-repeat;
- The topic ‘[Plugin: WordPress HTTPS (SSL)] 3.1.1 broke image link and theme options’ is closed to new replies.