X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Trustlogo not floating (https://forum.x-cart.com/showthread.php?t=24364)

Warwick 10-09-2006 06:48 AM

Re: Trustlogo not floating
 
... talk about ugly ;-)

well, nothing more subjective then personal taste :-)

I like the floating one and think the floating aspect has the advantage of being visible everywhere a visitor goes ... maybe not the most beautiful logo ever designed but it stands out which it should imo. A constant reminder of the trust aspect of the site.

geckoday 10-09-2006 06:59 AM

Re: Trustlogo not floating
 
The thing I hate about the floatie is the complete lack of control over how it displays. I tired it and it covered up stuff on my pages. Minor things like the total amount due on my checkout page. I asked Comodo if I could keep it from floating so I could place it properly at the lower right of my page and the answer was no. A case of corporate branding run amok.

Warwick 10-09-2006 07:04 AM

Re: Trustlogo not floating
 
A good point; covering important content is undesirable ... didn't think of that and in my case luckely this didn't happen yet ... but I'll look at this closely.

carpeperdiem 10-09-2006 07:08 AM

Re: Trustlogo not floating
 
Quote:

I asked Comodo if I could keep it from floating so I could place it properly at the lower right of my page and the answer was no

Ralph,

I managed to make it stationary. Don't remember how... I'm not sure which ugly logo i like better -- I hated the "corner of trust" when it was floating, but the other one is not much better -- I opted for red ugly, and figured out how to make it "not float" as like on your site, it was covering up key content...

I think I placed it in the footer... I don't have time to fish out the code this instant, but I will in 2 hours...

carpeperdiem 10-09-2006 09:06 AM

Re: Trustlogo not floating
 
in home.tpl [BEFORE] </head>

Code:

{if $smarty.server.HTTPS eq "on"}
{literal}<script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript">
</script>{/literal}
{else}
{literal}<script language="JavaScript" src="http://www.trustlogo.com/trustlogo/javascript/trustlogo.js" type="text/javascript">
</script>{/literal}{/if}


=============

in bottom.tpl

[AFTER]
Code:

{ include file="menu_foot.tpl" menu_content=$smarty.capture.menu }
</div></td>

-----------------

Code:

<td><div align="right">
<script type="text/javascript">TrustLogo("{$ImagesDir}/secure_site.gif", "SC", "none");</script></div></td>


I know you guys want me to lose the <script> from the <head> area... but I don't know how to do it.

This code made the Comodo corner logo stationary... I'm not touching it.

geckoday 10-09-2006 08:57 PM

Re: Trustlogo not floating
 
Doh! That's easy. They have two javascripts. One for floating and one that you can place yourself. They just tell you to use the floatie with the ugly red triangle and the place it yourself with the ugly seal. But since both javascripts take the image as a parameter you can use whatever you want with either. I guess that means you can design your own if you were so inclined. I guess I'll stick with the ugly seal. It fits in best with my checkout page.

Acquamarina 10-18-2006 04:43 AM

Re: Trustlogo not floating
 
I just got an SSL cert from Comodo and I am debating which seal to use. I think I will stay with the regular seal. The corner of trust aberration covers some of the content on my site. Is there a way to insert the seal above the Quick Links on the left nav column? I want to make it visible right when the page opens.
Also, I don't have a clue as to how to insert the logo even at the bottom of the left nav, so it shows on every single page of the site, including the secured pages. I have a custom designed site and I am curious as how to do that. I know some html, but that's it.

Thanks for helping this newbie to x-cart.

semantik 04-19-2008 09:33 AM

Re: Trustlogo not floating
 
Many thanks... you saved me a ton of aggravation.

nortonz 11-10-2008 08:39 PM

Re: Trustlogo not floating
 
I got it to float on the bottom left corner, but as you scroll down the page it bounces up and down. Is there something I can do to stop that.

Thanks Michael


All times are GMT -8. The time now is 05:06 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.