New Landing How can we help? Themeforest Theme Support Neighborhood HTTP links causing message on our HTTPS site

Viewing 12 posts - 1 through 12 (of 12 total)
  • #149794
    NaleNJM
    Member
    Post count: 6

    We recently changed our site from http to https, accessing the site is just fine, but now a security warning message pops up on the bottom stating that it’s hiding unsecure links on the page, there shouldn’t be any unsecure links on the site, it’s nearly all internal any links otherwise link to other https sites.

    After a little inspection of page sources we noticed in the code a handful of things are http links instead of https, notably the twitter header link, but there appears to be no way to change it without jumping on into the PHP and fiddling about, something that has caused a lot of problems on our end recently.

    We would be really grateful if you could find us a solution or point us to the right selections of code to tinker with so we don’t have to do some reckless experimenting and then come back to you with more problems!

    Thanks in advance.

    Attached is the image of the warning that pops up.

    Attachments:
    You must be logged in to view attached files.
    #149799
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to install the WordPress HTTPS plugin

    – Kyle

    #153076
    NaleNJM
    Member
    Post count: 6

    Hi there Kyle,

    Sorry for the late reply, we’ve attempted to use plugins and they didn’t solve the issue.

    We’re sure it’s something to do with the function.php file,

    Thanks

    #153266
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Are you using google fonts in Revolution slider plugin?
    Thanks
    Mohammad

    #153517
    NaleNJM
    Member
    Post count: 6
    This reply has been marked as private.
    #153523
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its loading perfectly here so please check after clear the cache of browser.
    Thanks
    Mohammad

    #153671
    NaleNJM
    Member
    Post count: 6

    Hi,
    Just to confirm when you load it you receive no notification on your browser saying that there is unsecure content or unauthenticated scripts trying to load?

    Because after clearing our cache we still receive a message from both Chrome and IE, the message in chrome looks like the attached image and I attached IE’s at the beginning of the thread.

    The page loads fine, sure, but there are messages saying there is a security problem and that isn’t what we want people browsing the site to be confronted with.

    – Nathaniel M

    Attachments:
    You must be logged in to view attached files.
    #153696
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check after clearing the cache of browser.
    Thanks
    Mohammad

    #153722
    NaleNJM
    Member
    Post count: 6

    Hi Mohammad,

    Superb job, may I ask what the problem and the solution were before I set the thread to resolved?

    I’m curious, and it may be useful for future reference.

    Thanks,
    Nathaniel M

    #153728
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I edited functions.php file of theme.

    Find this code:-
    wp_register_script(‘sf-maps’, ‘http://maps.google.com/maps/api/js?sensor=false’, ‘jquery’, NULL, TRUE);
    
    Change with:-
    wp_register_script(‘sf-maps’, ‘https://maps.google.com/maps/api/js?sensor=false’, ‘jquery’, NULL, TRUE);

    Thanks
    Mohammad

    #153740
    NaleNJM
    Member
    Post count: 6

    Hi,
    So we were changing too many links instead of the one that was causing all the problems, whoops.

    Thanks for taking time out to solve this one, Mohammad.

    #153745
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register