Site Seals/logos Positions 4.6.3

Hi, guys!

Finally decide to ask for help. Yes I know - the particular issue in one or another way has been discussed here. Due to the time restrictions and my very limited coding experience I can’t solve this problem fast enough on my own. The issue is with Comodo secure site seal and Authorize Net seal + their alignment. Sure thing - by simply adding a separate block to the main template with supplied code and my very basic CSS understanding doesn’t help.

Both seals/logos are rendered “outside” the Grid 9 block. It renders like this:

This is the desired look:

weblogoproblem_02close.jpg

+ the logos (incl payment systems) are aligned to the “bottom”

Comodo (seal/logo)code:

(Add this before your tag:)

(Add this before your tag”)

<a href="<a data-ipb='nomediaparse' href='https://ssl.comodo.com'>https://ssl.comodo.com"id="comodoTL">Comodo SSL

AUTHORIZEnet (seal/logo) code:

What should be done to solve this problem “the right way”?

Thanks!

Austris

CS-Cart version: 4.6.3

Responsive theme: Modern

At first it is required to check corresponding block positions on the Design -> Layouts -> Default page (check bottom part)

That is were I started:

and obviously it is not enough or I'm missing something ... should I edit their positions in styles.less?

Please share or PM me URL of your website

Thank you!

PM sent.

From my own experience with Comodo and Trustwave is that the trustseal / trustlogo is always not there where you want it.

Porkus what you tried is what I have done in the past also up to a point where I just ditched it.

Let me know if you found solution as I am also having trouble

Try to add "data-no-defer" parameter to the script tags

http://docs.cs-cart.com/4.6.x/user_guide/look_and_feel/changing_attributes/script_display.html

From my own experience with Comodo and Trustwave is that the trustseal / trustlogo is always not there where you want it.

Porkus what you tried is what I have done in the past also up to a point where I just ditched it.

Yep. Same here. But after the v 4.6 upgrade I decided to implement it. I used to have quite lot older customers who asked me questions about security etc. etc. Having "clickable" seals revealing extra information calms them down. Besides, I've seen it properly implemented - so it can be done. The only problem is my coding skills/experience ... + lack of time.

Thanks! RTFM ... don't know how I missed it. At least now both logos are on the right side and scripts are working properly. Will try to align the rest of content to the bottom.

You are welcome! :)

Apologies for bumping such an old post but I am trying to do this as well (also using Comodo).

Where exactly do I put the "data-no-defer"? I've putting it before "TrustLogo", after "none" and after ";" but neither position worked for me

Please check example in the documentation

https://docs.cs-cart.com/4.13.x/user_guide/look_and_feel/changing_attributes/script_display.html

I have already checked this and I still can't work out where to put it. No matter where I put it, it still keeps the Comodo badge in the bottom left corner.

Please share the code you use

I am using a "HTML Block with Smarty Support" and I have this

I have this code in between the HEAD tags

As you can see in the documentation, no-data-defer should be added to the script tag attributes. E.g. replace


with


            

As you can see in the documentation, no-data-defer should be added to the script tag attributes. E.g. replace


with


I have tried this, and the badge doesn't appear at all now

Please check developer console of your browser and check if it contains error

I have seen these 2 error messages:

Uncaught ReferenceError: TrustLogo is not defined
at (index):4293
A parser-blocking, cross site (i.e. different eTLD+1) script, https://secure.trust-provider.com/trustlogo/javascript/trustlogo.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.