BUG Report: include Resources not per HTTP

Posted in: Newspaper
Post count: 28

in td_less_editor-style.php

you include Sources via:
echo ‘
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);
‘;

But this of course leads to very bad errors, when using the site with SSL. These resources will not be loaded. Please only include Resources Protocoll-Relative/Protocoll-Indpedant like (not tested):

@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);

Please fix this in a new vesion!

Thanks

Post count: 6600

Hi,

Thanks for reporting this!
I’ve added this on our issue tracker and we will fix it the next theme update.

Sorry for the inconvenience!

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