Bug in demo

Posted in: Newspaper
Post count: 88

FYI: The demo is referring to a local ip as source

Context: Fresh newspaper installation, imported cars data, imported cars sliders

result: Mixed Content: The page at ‘x’ was loaded over HTTPS, but requested an insecure image ‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg’. This content should also be served over HTTPS.

To be clear: I am not hosting at 192.168.0.208, this was included somewhere in the demo data.

Post count: 88

Update: traced the issue in source :

.td-search-background {
background-image: url('http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg');
}

.white-popup-block:before {
background-image: url('http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/p2.jpg');
}

Not sure what correct url would have to be at this point.

Post count: 22421

Hello,

Indeed there is a bug in some demos requesting images from our own local servers. Please access the theme panel and simply remove the images from the mobile and search background and upload an image from your media library.
this will be fixed in future versions
Sorry for the inconvenience.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.