Jump to content

Help Fix Ssl Padlock Issue


Recommended Posts

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 by tdr170 (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...