SSL and WordPress Cloudhost

Questions related to the configuration of Wordpress, themes, and security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 24, 2014 7:26 pm
So I am forcing SSL on my cloudhost site (www.frockie.com) and everything is fine except one thing. The picture for the Tweet button isn't on a secure link. When I open a page, everything is perfect, except I do get "do you want to display the unsecured content..." Well, the only unsecured content is the pic for the Tweet button. If I say no, I get "Tweet" as text. Can someone point me to where in the code the tweet picture is called - the link - so I can see if I can add an "s" on the http to that picture and make my whole page secure content so no warnings? Otherwise, I could upload my own pic and replace the link hopefully - option B. Thanks,

Drew
User avatar
Fresh Boarder

GK User
Tue Mar 25, 2014 8:41 am
Hi,

Function responsible for the twitter output (and other social links) is placed in CloudHost/gavern/helpers/helpers.layout.fragment.php file (gk_social_api function), around line 432:

Code: Select all
$twitter_output = '<a href="http://twitter...
User avatar
Moderator

GK User
Sat Mar 29, 2014 1:24 am
Hello. Thanks for the info - I added an "s" so the image comes from https - it does still pull in the image, but is still not a secure link or something unsecure is going on with the Twitter button. If someone could see how to make it secure, it is the only thing in the demo that isn't secure so you get that popup "do you want to display unsecure content..." which might scare people who don't know better. Other than that everything works perfect. Thanks,
User avatar
Fresh Boarder

GK User
Mon Mar 31, 2014 7:28 am
Please check also CloudHost/layouts/social.php file.
User avatar
Moderator


cron