banner multi language

kleinmeyl's picture

kleinmeyl
January 23, 2012
3:52am

I'm making an multi language site EN NL

How do I assign the banner with english text to the english front page

and the banner with Ducth text to the Dutch front page ?

Status: Resolved

Comments

Moderator
stacywray January 24, 2012
3:02pm

Hi kleinmeyl,

Would you mind providing the URL to the affected site which will help us to troubleshoot more efficiently?

I can also suggest reading through our extensive documentation on creating single language and multilanguage sites.

Hope that info helps!

 

Best regards,

Stacy Wray | Drupal Gardens Client Advisor

kleinmeyl February 2, 2012
9:55am
Moderator
stacywray February 7, 2012
5:15pm

Hi kleinmeyl,

I accessed your site and it seems like you figured out how to assign the banner appropriately to the EN or NL page.

Please let us know if you still need assistance with this issue.

Thanks very much!

 

Best regards,

Stacy Wray | Drupal Gardens Client Advisor

kleinmeyl February 8, 2012
3:19am

yes, using css for the banner

like I used for the menu's

html:lang(nl) #block-system-main-menu {display:none;}
html:lang(en) #block-menu-menu-hoofdmenu {display:none;}

 

is ok!

This topic has been closed to further comments.