srober Posted September 16, 2005 Share Posted September 16, 2005 I finally got my logo in the footer, I wish I could figure out how to control what side of the footer its displayed but thats not a priority for now. Right now when you go to the main page the security alert box opens up because its retrieving my trust logo image with the https path. How can I fix this where it can use a http or https path when it pulls the logo image? <!-- TrustLogo Html Builder Code: Shows the logo at URL https://www.idontpayretail.com/catalog/imag...secure_site.gif Logo type is ("SC") Not Floating //--> <script type="text/javascript">TrustLogo("https://www.idontpayretail.com/catalog/images/secure_site.gif", "SC", "none");</script> I hope that made since Link to comment Share on other sites More sharing options...
AlanR Posted September 16, 2005 Share Posted September 16, 2005 https://www.idontpayretail.com/catalog/imag...secure_site.gif Shows an error because your ssl is for https://idontpayretail.com/catalog/images/secure_site.gif Click them, you'll see what I mean. If you can't get rid of the error by fixing that have a look at the code on the bottom of this page http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75 You can set it up to display either the http version http://idontpayretail.com/catalog/images/secure_site.gif or the https version depending on which area you're in. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
srober Posted September 16, 2005 Author Share Posted September 16, 2005 https://www.idontpayretail.com/catalog/imag...secure_site.gif Shows an error because your ssl is for https://idontpayretail.com/catalog/images/secure_site.gif Click them, you'll see what I mean. If you can't get rid of the error by fixing that have a look at the code on the bottom of this page http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75 You can set it up to display either the http version http://idontpayretail.com/catalog/images/secure_site.gif or the https version depending on which area you're in. <{POST_SNAPBACK}> Ahh cool thanks. Taking the WWW's out fixed the problem.... Its amazing how much hell them w's has caused me during this entire SSL process. I am curious is it possible to change the location of the logo in the footer? For example moving it to the center. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.