Jimbola Posted August 31, 2014 Share Posted August 31, 2014 Hi all, I'm creating a small module to load a GeoTrust certificate. But the code form GeoTrust which I want to show in the footer(default PS) is loading twice. It seems to load from the module and also gets added to the general PS JS list. How can I stop this. The code I use is below; <div id="certificate_block" class="block certificate"> <h4>SSL Secure Payments</h4> <!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. --> <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT> <!-- end GeoTrust Smart Icon tag --></div> Link to comment Share on other sites More sharing options...
Jimbola Posted September 2, 2014 Author Share Posted September 2, 2014 (edited) Anyone able to help? You can see form the screenshot that the certification is being loaded twice once correctly in the content and then in the footer, bottom left. Edited July 23, 2022 by Jimbola (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted September 2, 2014 Share Posted September 2, 2014 why are you not using the addJS function? Link to comment Share on other sites More sharing options...
Jimbola Posted September 2, 2014 Author Share Posted September 2, 2014 why are you not using the addJS function? How can I do that? especially on the CMS page? 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