Jump to content

Trying to put Sitelock on my website


Recommended Posts

Hi all. I have been trying to put my "Sitelock" on my footer.tpl but it does not show the logo at all. All it show are the words "Website Security".

 

I asked Sitelock for help but 90% of the time, they asked me to buy a bigger package and now they are telling me that they are offering a 10% discount for them to put the Sitelock logo on my website.

 

I was wondering whether someone could help me. I have searched and read the following 2 threads but still cant get it to work.

 

http://www.prestasho...54868-ssl-logo/

http://www.prestasho...__fromsearch__1

 

Below is the code

 

 {if !$content_only}
		</div>

<!-- Right -->


<!-- Footer -->
	<div id="footer">
 <div class="home-info-container">
<div class="home-info-box-security">
	<a href="https://www.sitelock.com/verify.php?site=www.gwmmo.com" target="_blank"><img alt="website security" title="SiteLock" border="0" src="//shield.sitelock.com/shield/www.gwmmo.com"/></a>
</div>

 

P/S : I couldnt upload the file.

 

MY website is www.gwmmo.com

Link to comment
Share on other sites

I Can get it to show up, but only in the middle of the page.

 

With this:

 

text from sitelock = text with strikethrough

 

 

<!-- Footer -->

<!--sitelock icon-->

<a href="https://www.sitelock.com/verify.php?site=MY URL" target="_blank"><img alt="website security" title="SiteLock" border="0" src="//shield.sitelock.com/shield/MY URL"/></a>

<!-- end of sitelock icon-->

<div id="footer">{$HOOK_FOOTER}</div>

</div>

{/if}

</body>

</html>

Link to comment
Share on other sites

  • 7 months later...
  • 1 year later...

you forgot the http: in the image, you have the src starting off with // put a http: before the slashes

 

Hi I did that and its working but the badge wants to stay put no matter where you are on the page (top/bottom).  Here is the code for the position.  

 

 

<div id="sitelock_shield_logo" class="fixed_btm" style="bottom:0;position:fixed;_position:absolute;right:0;">

 

Can we change this so the badge is always in the bottom middle/left/right?  Preferable bottom middle. 

Link to comment
Share on other sites

You might be able to edit the code to get it to do that. I wouldn't be able to tell without seeing the code that is supposed to be inserted and it running on a site. 

 

Hello, thank you for taking the time to respond.  Here is the code that sitelock provided to me. 

 

 

<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=www.menslair.com" onclick="window.open('https://www.sitelock.com/verify.php?site=www.menslair.com,SiteLock,width=600,height=600,left=160,top=170');return false;" ><img alt="PCI Compliance and Malware Removal" title="SiteLock"  src="http://shield.sitelock.com/shield/www.menslair.com"/></a></div>h

 

here is my footer code with the sitelock code implemented  

 

{if !$content_only}

</div>
 
<!-- Right -->
<aside id="right_column"  class="span3 column right_home">   
              {$HOOK_RIGHT_COLUMN}
</aside>
</div>
</div>
    </div>
<div class="footer-bg-mob">
    <footer class="container ">
       <div class="row modules">
           {$HOOK_FOOTER}
<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=www.menslair.com" onclick="window.open('https://www.sitelock.com/verify.php?site=www.menslair.com,SiteLock,width=600,height=600,left=160,top=170');return false;" ><img alt="PCI Compliance and Malware Removal" title="SiteLock"  src="http://shield.sitelock.com/shield/www.menslair.com"/></a></div>
      </div>
    </footer> 
</div>          
</div>
</div>
  {/if}
</body>
</html>
 
Edited by roamencota (see edit history)
Link to comment
Share on other sites

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...