New Landing How can we help? Themeforest Theme Support Neighborhood HTTPS issues with top bar social links

Viewing 15 posts - 1 through 15 (of 20 total)
  • #111278
    tt1011
    Member
    Post count: 67

    trying to figure out why i have no padlock, it seems the social links in the top bar are the problem. I have the HTTPs plugin installed, still no pad lock..

    Number of Insecure links found: 4
    Line Numbers Insecure Links
    441 http://www.twitter.com/…
    442 http://instagram.com/
    1189 http://www.twitter.com/…
    1190 http://instagram.com/

    #111394
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Didn’t understood exactly what is your issue? Can you explain further?
    Your site url?

    -Rui

    #111520
    tt1011
    Member
    Post count: 67

    When someone says they “have no padlock” that means the SSL cert is good, and valid, but there is probably assets loaded via http instead of https.

    I have no padlock.

    and the reason i do not is because ulrs generated by your theme, in this case the top boar social links, are not using https.

    how do i fix this?

    #111542
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Have you installed the https plugin?

    – Kyle

    #111546
    tt1011
    Member
    Post count: 67

    Hi Kyle, did you see where I said (in the first post):

    “I have the HTTPs plugin installed”

    Yes. I have the plugin.

    #111550
    tt1011
    Member
    Post count: 67
    This reply has been marked as private.
    #111562
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can change social links through Admin -> Theme Options -> Social Profiles -> Change the links.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #111570
    tt1011
    Member
    Post count: 67

    Mohammad, that does not work as intended (if you put the link in the theme options social profiles) for example, this is the result of adding a full URL with HTTPS in the twitter section:

    http://www.twitter.com/https://twitter.com/reyesdevapor

    #111571
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try the url like //twitter.com/reyesdevapor.
    Thanks

    #111573
    tt1011
    Member
    Post count: 67

    Tried that, same result.

    #111588
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    This reply has been marked as private.
    #111589
    tt1011
    Member
    Post count: 67
    This reply has been marked as private.
    #111598
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit shortcodes.php at /includes/swift-framework/
    Find this code:-
    $social_icons .= '<li class="twitter"><a href="http://www.twitter.com/'.$twitter.'" target="_blank">Twitter</a></li>'."\n";

    Change to-:
    $social_icons .= '<li class="twitter"><a href="https://www.twitter.com/'.$twitter.'" target="_blank">Twitter</a></li>'."\n";

    And insert only reyesdevapor twitter name at theme options.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #111603
    tt1011
    Member
    Post count: 67

    changed the line (643) to read

    			$social_icons .= '<li class="twitter"><a href="https://www.twitter.com/' . $twitter . '" target="_blank">Twitter</a></li>' . "\n";
    

    Still not working… Saw another line (699) and changed that from http to https. now the links are https. Thanks.

    #111604
    tt1011
    Member
    Post count: 67

    however this is not upgrade save, how should I address that? theme override in the child? Or will the next update address this issue?

Viewing 15 posts - 1 through 15 (of 20 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