Jump to content

trying to insert a floating sitelock badge


Recommended Posts

Hi, I have problem with insert the Sitelock floating badge on the footer, as I am new to prestashop and css, so can not work out where goes wrong. Please be so kind to help me and point out where/how to change my code?

below is from the footer.tpl

<!-- Right -->
<div id="right_column" class="column">
 {$HOOK_RIGHT_COLUMN}
</div>

 </div>
<hr class="hrline" />
</div><!-- page -->
<!-- Footer -->
<!--sitelock icon-->
<div id="sitelock_shield_logo" class="fixed_btm" style="bottom:0;position:fixed;_position:absolute;right:0;"><a href="https://www.sitelock.com/verify.php?site=mysite.com" onclick="window.open('https://www.sitelock.com/verify.php?site=mysite.com','SiteLock','width=600,height=600,left=160,top=170');return false;" ><img alt="malware removal and website security" title="SiteLock"  src="//shield.sitelock.com/shield/mysite.com"/></a></div>
<!-- end of sitelock icon-->
  <div id="footer">
  <div id="footershadow"></div>
  {$HOOK_FOOTER}
  <p>{l s='Copyright'} © {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved'}.</p>
  </div>
{/if}
</body>
</html>

 

and below is from my global

/* Footer */
#footer {
	background-image:url(../img/footershadow.gif);
	color: #333333;
margin: 0 auto 0px auto;
padding: 0 0 0px 0;
padding-bottom: 15px;
	clear: both;
text-align: center
}

 

thanks in advance!!

 

ps. I did follow the step as here but no luck.

Link to comment
Share on other sites

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...