X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Added content not secure? (https://forum.x-cart.com/showthread.php?t=28500)

portworks 02-01-2007 12:11 PM

Added content not secure?
 
Anyone know why it is that when I add any content to my home page template and when the site in the checkout process transitions to my secure server none of the content added is considered secure?

How can I make that content secure? Its driving me nuts.

balinor 02-01-2007 12:12 PM

Re: Added content not secure?
 
Images need to be called like this to be secure:

<img src="{$ImagesDir}/imagename.jpg" alt="">

Upload the images to the skin1/images directory.

portworks 02-01-2007 12:47 PM

Re: Added content not secure?
 
Quote:

Originally Posted by balinor
Images need to be called like this to be secure:

<img src="{$ImagesDir}/imagename.jpg" alt="">

Upload the images to the skin1/images directory.

Thanks for the fast response balinor.

So the following is wrong?
<IMG src="{$ImagesDir}/horz_master_120pixels.gif" width="120" height="72" border="0"><center>


And what about this google banner?
<center/><script type="text/javascript"><!--
google_ad_client = "pub-3469693855103133";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><center><BR>

balinor 02-01-2007 12:53 PM

Re: Added content not secure?
 
The image is correct....the google banner is not. You need to get the secure version of the code.


All times are GMT -8. The time now is 02:00 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.