Forums / Basic Configuration / added comodo sidebox, sidebox not completed on bottom half

added comodo sidebox, sidebox not completed on bottom half

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
09 May 2007, 23:57
#1
b18cya avatar

b18cya

New Zenner

Join Date:
Feb 2007
Posts:
36
Plugin Contributions:
0

added comodo sidebox, sidebox not completed on bottom half

Hey all, my site is www.modchipcentral.com , i added the ssl and it works however the sidebox on the left is not fully completed on the bottom. anyone know how to fix that?

thanks
12 May 2007, 00:24
#2
b18cya avatar

b18cya

New Zenner

Join Date:
Feb 2007
Posts:
36
Plugin Contributions:
0

Re: added comodo sidebox, sidebox not completed on bottom half

bump , anyone
12 May 2007, 00:46
#3
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Posts:
2,072
Plugin Contributions:
1

Re: added comodo sidebox, sidebox not completed on bottom half

Dunno, but 4 posts asking the same question is a good way to get the Admins attention.......in a bad way.
Would help if you supplied a URL, so we could see the problem.
12 May 2007, 01:30
#4
rush_woman avatar

rush_woman

Zen Follower

Join Date:
Jan 2007
Posts:
328
Plugin Contributions:
0

Re: added comodo sidebox, sidebox not completed on bottom half

b18cya:

Hey all, my site is www.modchipcentral.com , i added the ssl and it works however the sidebox on the left is not fully completed on the bottom. anyone know how to fix that?

thanks


Just from looking at it, the side box lines are gone also. Since I don't know how you did the boxes, I am only guessing (heck, I'd be guessing anyway cuz I am rather new...). I'd say it looks like the Comodo certificate may be overlaying the box? (the background is also "gone.") Can that particular image be made smaller and see if it then fits inside the box.
13 May 2007, 13:26
#5
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Posts:
940
Plugin Contributions:
2

Re: added comodo sidebox, sidebox not completed on bottom half

Apparently, there is a code fault. I haven't experimented with add-on sideboxes, so I can't offer a fix.

This is what appears from the rendered page source:
<!--// bof: comodologo //-->
<div class="leftBoxContainer" id="comodologo" style="width: 150px">
<h3 class="leftBoxHeading" id="comodologoHeading">SSL Certified</h3>

<script type="text/javascript">TrustLogo("http://www.modchipcentral.com/catalog/includes/templates/comstock/images/secure_site.gif", "SC", "none");
</script>
</div>
<!--// eof: comodologo //-->


<div id="informationContent" class="sideBoxContent">
</div>


Methinks the rendered portion in red is misplaced whereas the beginning of that tag should be contain the Java content and not open/closed after it, thus busting the side box. Check your code!