Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

HTTPS / SSL with site

Home / Forums / Virtue Theme / HTTPS / SSL with site

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
August 3, 2014 at 5:24 pm

Hi Ben

Just a suggestion…. and wanted to alert you to the fact that when using HTTPS or SSL with site, any images uploaded into the theme options tend to break the https – so you get the annoying “this page displayed insecure content”.

On my site I have uploaded a custom background and also a favicon and both of these seem to be causing the issue.

To get around this, I have removed these images from the theme options panel and instead directly added them to the theme CSS file (and the header file for the favicon) using the following…. but I just wanted to request that if possible, you could modify the options panel to remove the http part and then the browser will automatically assign the http or https according to whether the page is a secure one or not.

body {
background: url("//mydomain.com/wp-content/uploads/2013/06/custom-background.jpg") no-repeat scroll center top !important;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.