Hi,
I am setting up SSL and the LOGO image is not converting to https in the pages that are SSL. I've tried numerous things to resolve this... so not I am writing to you :)
If I remove the logo image in saliant options then I get the full SSL lock.. without it get partial etc.
Is it possible that the theme code is not calling the logo image correctly so that it can be https on SSL enabled pages?
I am on version 3.5 of your theme.
thanks Scott
I found a method that fixes this issues finally :)
it would be better of course if i didn't have to use this...
i'm fairly sure it's the theme - i have one last test to run tomorrow. I'll add a note here when i'm done - i know it will push the ticket down the queue but that is ok.
Yes, the framework that is used to upload the image uses a direct URL instead of the img id which would could be used to process https. Your function does the job though and could be stored in a child theme functions.php so it can persist through updates :)
I'll note to look into other permanent solutions though.
Hi,
I found a method that fixes this issues finally :)
it would be better of course if i didn't have to use this...
i'm fairly sure it's the theme - i have one last test to run tomorrow. I'll add a note here when i'm done - i know it will push the ticket down the queue but that is ok.
thanks Scott
Hey Scott!
Yes, the framework that is used to upload the image uses a direct URL instead of the img id which would could be used to process https. Your function does the job though and could be stored in a child theme functions.php so it can persist through updates :)
I'll note to look into other permanent solutions though.
Cheers!
Cool - if there is a way to make this ticket public someone else may find it useful... in no way dimishes your awesome work !
Just made it public :)
Cheers!