Valentin Reppel Posted August 9, 2017 Share Posted August 9, 2017 (edited) Dear all I have the pos_FOBE1 Theme installed which is using a slider in order to show the Manufacturer Logos. Since I have uploaded the Logos I get SSL warnings and I would like to change the image source from http to https. Here my problem: I have looked at all files in order to find the url's that I need to amend but have not been successful. Does anybody knows which file has to be edited? Thanks Marcus Edited August 9, 2017 by Marcus Reppel (see edit history) Link to comment Share on other sites More sharing options...
Scully Posted August 9, 2017 Share Posted August 9, 2017 Looking into manufacturer.tpl and manufacturer-list.tpl would be my next steps. Unfortunately there are still themes out there which do not respect the SSL settings and build links accordingly. Link to comment Share on other sites More sharing options...
Scully Posted August 9, 2017 Share Posted August 9, 2017 (edited) This is what I have in manufacturer-list.tpl <img src="{$img_manu_dir}{$manufacturer.image|escape:'html':'UTF-8'}-medium_default.jpg" alt="" />Note the {$img_manu_dir} Edited August 9, 2017 by Scully (see edit history) Link to comment Share on other sites More sharing options...
Valentin Reppel Posted August 9, 2017 Author Share Posted August 9, 2017 (edited) Dear Scully thanks for the quick reply! I have found the identical code that you have stated above in my manufacturer-list.tpl. Does this code cause the problem?What exactly has be be edited to get rid of the SSL problem? Thanks and kind regards Marcus Edited August 9, 2017 by Marcus Reppel (see edit history) Link to comment Share on other sites More sharing options...
Scully Posted August 9, 2017 Share Posted August 9, 2017 This code should work well. At least it does with our installations. But I missed the fact you use a special slider for manufacturers. Check the tpl code of your slider. The img src or a href there might look different from what I posted. 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