ZikmaSolutions Posted March 13, 2017 Share Posted March 13, 2017 (edited) Hi guys, site is SSL secured and all pages work perfect. Today I noticed that my product page is not full secured on both browsers (Chrome and FireFox). When I inspect page source of this page: https://www.esdguns.com/esd-calibration-test-targets/118-cst2-4-ghz-2-ohm-esd-target-current-sensing-transducer.html I found that this image don't have HTTPS prefix. <img class="product-image" src="http://www.esdguns.com/img/p/3/9/0/390-home_default.jpg" alt="CST2 4 GHz, 2 Ohm ESD Target Current Sensing Transducer" Please look image and help: http://prntscr.com/ejglvg Edited March 13, 2017 by ZikmaSolutions (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 13, 2017 Share Posted March 13, 2017 problem is with your "inquiry" module: http://i.imgur.com/IBJSAFX.png it loads image via http insteap https in this case it is necessary to change the way of how this module works, i mean - to change the http to https in module .tpl file. 1 Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted March 13, 2017 Author Share Posted March 13, 2017 Thanks Vekia a lot! You are absolutely right!Can you help me how to change path and add prefix https , here is a code: <img class="product-image" src="{$base_dir}img/p/{$k.id_image|str_split|implode:'/'}/{$k.id_image}-home_default.jpg" alt="{$k.name|escape:htmlall}"> Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted March 13, 2017 Author Share Posted March 13, 2017 UPDATE:Problem fixed. I just added "https://esdguns.com/" instead {$base_dir}Thanks Vekia a lot! Rep+ 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