I looked and it appearsto be functioning correctly in FF & IE
I looked and it appearsto be functioning correctly in FF & IE
Zen-Venom Get Bitten
Thanks Kobra for the reply-
What I am trying to achieve is to get both SSL and Site Seal working in the security sidebox (godaddyplus), thanks to this thread I have been able to get the godaddy SSL to work in the security sidebox.
So I used the same process, location of files etc to try the SSL + Siteseal
and it breaks the page. I know from the http://dytronic.com/test.html test page
that the URL is correct for both.
What I do notice from the test.html page is the SSL seal is smaller than the Site Seal which I suspect is a possible cause of breaking the sidebox display?
I will turn on the godaddyplus sidebox for review
http://dytronic.com/
When I looked earlier, it was in a sidebox and working but now is not??What I am trying to achieve is to get both SSL and Site Seal working in the security sidebox
Zen-Venom Get Bitten
Sorry for the confusion,
the SSL is working in the Security sidebox which I had shown earlier (working), my problem is when I try and use both SSL + Site Seal (godaddyplus) the page breaks.
This is the current state of the http://dytronic.com site (godaddyplus)
My thoughts are that the godaddy Site Seal image (the one on the left in the test.html page) is larger than the SSL image that does work. Thus when I enable the Site Seal the page does not display correctly as it looks now
I have tried to widen the left column Admin>Configuration>Layout Settings>
Column Width - Left Boxes and Column Width - Left
hat are the dimensions of these 2 images and what/how do they differ in function
Zen-Venom Get Bitten
The Site Seal logo is 120x74px
The SSL logo is 100x49px
I have tried to widen the left column (default 150px)
Admin>Configuration>Layout Settings>Column Width - Left Boxes and Column Width - Left to larger (250px) with no change?
I am also using a template (apple_zen) which I could just be trying to use the wrong file here? or need to change a CSS field?
They both seem to be flash objects just by doing a 'right click' on the image.
I thought it was a flash issue but thats when I tried just using the SSL logo (godaddy) sidebox and that works fine just cant do both SSL and Site Seal
They both come from different URL's (see code below) but they both are working in the test.html page so this would rule out incorrect URL's
Code:Site Seal <script id="siteSeal" type="text/javascript" src="//tracedseals.starfieldtech.com/siteseal/get?scriptId=siteSeal&sealId=749da7b434fe1cedb04c9c33d153ffbb2aae86d4eccfb3e794e0be0415a51be2"></script> SSL Seal <script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=1106428981073c6d26c127117d8b0927717cf104440847014053984592"></script>
Site Seal
<script id="siteSeal" type="text/javascript" src="//tracedseals.starfieldtech.com/site...
Notice the error marked in Red?
Yes,
There is an error is the godaddy_2.2 readme.txt file:
=====================================================
Add the following files:
/includes/languages/english/extra_definitions/YOUR_TEMPLATE/godaddy_defines.php
/includes/modules/sideboxes/YOUR_TEMPLATE/godaddy.php
/includes/modules/templates/YOUR_TEMPLATE/sideboxes/tpl_godaddy.php
=====================================================
Add the following files:
/includes/languages/english/extra_definitions/YOUR_TEMPLATE/godaddy_defines.php
/includes/modules/sideboxes/YOUR_TEMPLATE/godaddy.php
/includes/templates/YOUR_TEMPLATE/sideboxes/tpl_godaddy.php
I hope the readme.txt file gets updated.
Oh shoot,
While I am at it this is wrong as well:
Installation
=============
After installing the Godaddy SSL Seal from http://www.www.godaddy.com
$content .= '<script type="text/javascript" src="LINK FOR YOUR GODADDY SEAL GOES HERE"></script>';
Replace PUT YOUR GODADDY SEAL ADDRESS HERE with your godaddy seal address
Installation
=============
After installing the Godaddy SSL Seal from http://www.www.godaddy.com
$content .= '<script type="text/javascript" src="LINK FOR YOUR GODADDY SEAL GOES HERE"></script>';
Replace LINK FOR YOUR GODADDY SEAL GOES HERE with your godaddy seal address
Hope you are not attempting to display these side by side...
Try placing them stacked
Zen-Venom Get Bitten