Shape 5

Joomla Templates => TheClassifieds - Club => : Dward January 25, 2017, 10:29:44 PM



: Vertex HTTP to HTTPS
: Dward January 25, 2017, 10:29:44 PM
Hello, I am trying to convert my website to SSL (HTTP to HTTPS) and I was only able to convert the home page, the other pages will not convert. Below are the messages I am receiving. I followed the steps posted in the other topic forum (shape5.com/documentation/Vertex-Framework/Joomla-Specific/How-To-Vertex-In-Joomla-and-Changelog) and was only able to get through steps 1 through 5...I am not clear what step 6 is telling me to do, can you clarify instructions for step 6 as completing steps 1 through 5 did not fix the problem.

Insecure URL: http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,800
Found in: https://theswap2shop.com/
Insecure URL: http://localhost/theclassifieds/images/iacf1.jpg
Insecure URL: https://theswap2shop.com/images/home_icon.png
Found in: https://theswap2shop.com/
Insecure URL: http://fonts.gstatic.com/s/roboto/v15/Jzo62I39jc0gQRrbndN6nfesZW2xOQ-xsNqO47m55DA.ttf
Found in: http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,800
Insecure URL: http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfaCWcynf_cDxXwCLxiixG1c.ttf
Found in: http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,800
Insecure URL: http://fonts.gstatic.com/s/roboto/v15/zN7GBFwfMP4uA6AR0HCoLQ.ttf
Found in: http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,800
Insecure URL: http://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUaCWcynf_cDxXwCLxiixG1c.ttf
Found in: http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,800
Insecure URL: http://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOKCWcynf_cDxXwCLxiixG1c.ttf
Found in: http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,800


: Re: Vertex HTTP to HTTPS
: jonahh January 26, 2017, 12:57:04 PM
Hello,

Please open up the index.php file for the template and look for:
:
href="http://fonts.googleapis.com

replace it with:
:
//fonts.googleapis.com

This should fix this http issue then.


: Re: Vertex HTTP to HTTPS
: Dward January 26, 2017, 09:47:30 PM
Hello, I changed the code as instructed and this did not fix the issue totally, though it did bring the number of insecure items down....below are the errors I am now receiving after making the changes below...

Total number of items: 195
Number of insecure items: 2
Insecure URL: http://localhost/theclassifieds/images/iacf1.jpg
Insecure URL: https://theswap2shop.com/images/home_icon.png
Found in: https://theswap2shop.com


: Re: Vertex HTTP to HTTPS
: jonahh January 27, 2017, 12:13:49 PM
Ah opps I didn't see these in your first post. Well the first one: is in the Image and Content Fader module. Just open that module up and remove http: from each image URL.

But the second one the "home_icon.png" is showing a secure URL so not sure why its saying its not secure? Maybe just fix the first one and then retest and see what happens then.


: Re: Vertex HTTP to HTTPS
: Dward January 27, 2017, 04:51:03 PM
Hello, none of the image URL's have http in them......


: Re: Vertex HTTP to HTTPS
: jonahh January 30, 2017, 01:37:24 PM
Try checking your Vertex "theme specific" area. I think the is a URL set there for the header background image.


: Re: Vertex HTTP to HTTPS
: Dward January 31, 2017, 09:37:19 PM
Thanks! That worked!