1. xaxier
  2. Commercial Templates
  3. Wednesday, 09 July 2014
  4.  Subscribe via email
Hi there,

I am applying dual language in this habitat template using Falang component and I place language switcher module in the header-2 position.

The problem arise when it is in Mobile mode and the language switcher went missing ( since it is header-2 position). Is there anyway I can continue to show it in mobile mode or is there any module position you can recommend for the language switcher in this template? I tried a few position like Top-1 or Top-2 but it look hideous. Please advice.

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Xavier

Would you have a URL to an example of your module in the header-2 position?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán

Thanks for replying my inquiries. Here you go. You can see the dual language module next to the search bar
http://www.carezonebeauty.com.my
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Xavier

Could you try adding the following to the Custom CSS field of your templates parameters..


@media only screen and (max-width: 1024px) {
#container_spacer1 {
display: inline !important;
background: none !important;
z-index: 99;
}
.header-1, .header-2 .search {
display:none;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

Thanks! It works! :)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!