asaddon Posted January 23, 2016 Share Posted January 23, 2016 Hello i enabled SSL on my site and its giving me error that i have non secured items on it. Im a total noob on PrestaShop but if you tell me what you need and what i need to do i can follow the instructions. the site I'm talking about : https://www.powerfulwiccaspell.com/ Link to comment Share on other sites More sharing options...
tdr170 Posted January 23, 2016 Share Posted January 23, 2016 (edited) Using Google Chrome when on page hit F12 then click the console tab, There are many issues with the slider images being loaded as http, One error for a font that cant be loaded and one for Autocomplete is not a function. First how does the slider load the images, through a URL or do you upload image direct to the module. Have you tried regenerating the htaccess file. Someone coded in a font that is not able to be loaded or at least that's how it looks. Edited January 23, 2016 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
asaddon Posted January 23, 2016 Author Share Posted January 23, 2016 Hello, yes I know the images have issues but how to solve them? Link to comment Share on other sites More sharing options...
tdr170 Posted January 23, 2016 Share Posted January 23, 2016 (edited) Start by answering the questions from above. Edited January 23, 2016 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
©Nermin© Posted January 23, 2016 Share Posted January 23, 2016 OK here is the fix for you issue 1- For font issue login in your FTP/cPanel : Themes / YourthemeName / header.TPL and edit the http to https --> Save --> upload and your done 2- For the Image slide issue Login in your FTP/cPanel : Themes / YourthemeName / Module / Possslideshow / slideshow.tpl Find this code <img style ="display:none" src="{$slide.image}" data-transition="boxRainReverse" data-thumb="{$slide.image}" alt="" title="#htmlcaption{$slide.id_pos_slideshow}" /> and Replace with this code <img style ="display:none" src="{$base_dir_ssl}img/blockslideshow/{$slide.id_pos_slideshow}.jpg" data-transition="boxRainReverse" data-thumb="{$slide.image}" alt="" title="#htmlcaption{$slide.id_pos_slideshow}" /> And your done Link to comment Share on other sites More sharing options...
asaddon Posted January 24, 2016 Author Share Posted January 24, 2016 Thanks for all the replies, ill try this now. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now