Xander Bok wrote:Damn. Any other suggestions? Since I don't ant to you use another commenting system.
Heck yes, I even "trialed" the premium ones from official Joomla Extensions website - JoComment is seriously the best, free or paid.
Ah ok, thats a shame. Well your header showcase thingy there [blue box with selections on the right] is probably using MooTools too, that's why I suggested it. It looks like Flash, but it isn't Flash, so it probably uses MooTools Java library to draw it all - there are many out there that do it. I use GK PhotoSlide which has a very similar function, and it was broken with MooTools enabled in my template - looked all wierd similar to yours.
Ah well, looks like a DIV layer problem. Dunno why. Looking at your page with Firebug, I see something strange. It's got "section-padding" holding "header", "horiz-menu1" and "showcase-main", that's fair enough. Inside showcase-main div layer, it's got two things - "showcase-bg" which is the blue part, and "rotator-module" which appears to encompass the entire width including the selector on the right. It's only covering two of three of the possible options on the right. And right underneath that, "section-padding" is escaped, and it's parent "section1" is too - prematurely escaped I might add - and that wierd bar cutting through is a div class="divider".
The code is pretty intense... it's got about 10 nested DIV layers (rotator-2, rotator-3, etc), and under that theres a <ul> list with only two <li>'s instead of three. I sorta get how it works, but it's over my head... That's what I was talking about before with RocketThemes being love/hate among many - they do all sorts of crazy-ass tricks
Sorry, i'm not helping at all - I know
maybe that rant has given one of you an idea though. Dunno how good you are with CSS and XHTML, but if it were me i'd be hacking into the template right about now.
BTW, have you tried enabling different JoComment templates?
Well i'll be silent now
, hopefully Daniel can help come to a solution!
EDIT: I do have one last suggestion. Just try going into JoComment settings > Content Settings > 'Layout' tab > under "Include javascript library" try setting that to No and testing. If that doesn't fix it, then it must be a DIV conflict of some sort.