test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • charles99 Friend
    #178374

    When you change the template style from the default, it generates a insecure content error! Because the fonts is being pulled from google system. Plus the 6RMhx gif file also generates an insecure content error because where its being pulled from. And my question is why?

    Why wasn’t the additional fonts added to the template and what file do I have to edit in order to have the fonts load directly from my site?
    I have already downloaded the font family and just need to know which file or line of code I need to edit!

    When my home page loads the first thing people see is a insecure content warning because the “Loading the next set of posts” and the 6RMhx.gif pops up as the images on the page loads and I need load the fonts and this image directly from my https site…

    I can not have my members thinking my site is not secured!

    Wall Crasher Developer
    #458428

    Hi charles99,

    You can change the import link load google font to https by replace those link in templatesja_wallthemes’theme_name’csstheme.css

    For example:
    @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
    to
    @import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);

    For the loading image. You can save it to your local sever at templatesja_wallimages6RMhx.gif
    And change the link in javascript file templatesja_walljswall.js line 106

    loading: {
    finishedMsg: 'No more pages to load.',
    img: '//i.imgur.com/6RMhx.gif'
    }

    Hope it helps.

    Regards

    PS. You can also wait to update to newest 2.5.6 version. This fixes are included.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum