I did a fresh install of Drupal V6, together with Localization Client (LC) module. Under default drupal theme, the LC modules works fine. As long as I switch to Marinelli theme, the LC module translation bar did not come. So, I guess there is a Javascript conflict? If I switch back to default theme, everything was ok.

I know this is theme related issue, but since LC module is a very convenient module (also Drupal release note recommend use it), maybe it should be considered as your bug fix.

Anyway, thank you very very much for this great theme, it's my favorite!

-Derek

Comments

Lioz’s picture

thanks for the feedback, I'll check it as soon as possible.

drupalina’s picture

I have the same problem: Localisation Client disappears under Marinelli theme. LC works under all other themes that I've tried in 6.x

Please fix this soon -- or at least please tell us where that problem is, because I've already modified Marinelli pretty extensively.

Many thanks

Lioz’s picture

Assigned: Unassigned » Lioz
Status: Active » Fixed

there's a css class conflict

simply remove this line in the css to fix the problem.
i'll include this solution in the next release.

.hidden{visibility:hidden;height:5px;}
drupalina’s picture

Thanks and LOT,

I removed that line and it worked!

It seems like that line was doing something useful with hidden forms like PayPal.... Is there an absolute reason to remove it? could it be replaced with something else?

Lioz’s picture

well if you want to use it, just rename it, for example .hide :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.