![]() |
Losing authorize logo on footer...
I'm trying to add the authorize.net logo to the footer, I have added this script to..skin/ideal_responsive/customer/bottom.tpl
Line 15-20 <!-- (c) 2005, 2014. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="e2469f77-27b0-48b6-aef8-2db2b9411d8a";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Accept Credit Cards</a> </div> I can see the top of the logo at the bottom of the page .... BUT most of it is hidden below the page... How do I edit the... skin/ideal_responsive/css/altskin.css page to move it up ? Thanks Gene |
Re: Losing authorize logo on footer...
Quote:
1. you need to surround a script in a template with {literal} tags - like this: Code:
{literal}<script type="text/javascript" language="javascript">var ANS_customer_id="e2469f77-27b0-48b6-aef8-2db2b9411d8a";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script>{/literal} Does this help? 2. Use firebug and you can see what the page is trying to do. |
Re: Losing authorize logo on footer...
Quote:
|
Re: Losing authorize logo on footer...
Quote:
Yes... but //verify.authorize.net/anetseal/seal.js it's in the source, right? |
Re: Losing authorize logo on footer...
Try adding this to your CSS:
Code:
div.AuthorizeNetSeal { |
Re: Losing authorize logo on footer...
Quote:
|
Re: Losing authorize logo on footer...
Thanks Mike , I think I'm starting to get an Idea about this,
I was going to try div.Authorize.net ,like the other fix you had given me div.fb I will play around with this just to see what I can do ... Thanks Carpeperdiem when we all participate everybody learns something ! I hope this example helps someone else too.... Thanks Gene |
All times are GMT -8. The time now is 11:45 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.