Troy Posted September 10, 2011 Share Posted September 10, 2011 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 More sharing options...
myistuff Posted September 10, 2011 Share Posted September 10, 2011 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 More sharing options...
mysportingoods Posted April 11, 2012 Share Posted April 11, 2012 Please, how did u solve the issue ? thanks Link to comment Share on other sites More sharing options...
Dh42 Posted April 12, 2012 Share Posted April 12, 2012 you forgot the http: in the image, you have the src starting off with // put a http: before the slashes Link to comment Share on other sites More sharing options...
roamencota Posted February 24, 2014 Share Posted February 24, 2014 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 More sharing options...
Dh42 Posted February 24, 2014 Share Posted February 24, 2014 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. Link to comment Share on other sites More sharing options...
roamencota Posted February 24, 2014 Share Posted February 24, 2014 (edited) 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 February 24, 2014 by roamencota (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted February 24, 2014 Share Posted February 24, 2014 It looks like it can be targeted with the query strings, if not try using css to target and position it. 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