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
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
This topic has been closed to further comments.
Comments
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
9:55am
http://teblick2.drupalgardens.com
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
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!