1. DamsStChristophe
  2. Commercial Templates
  3. Wednesday, 05 July 2017
  4.  Subscribe via email
Hi there.
I am using the Harmony template ona site with 2 languages (french/english).
It almost work ok except for the flags/language switcher who don't show on the mobile version (phone, tablet) if I put it in "header 1/2" and/or "showcase".
The flags/language switcher don't disapear if I put them in "top" positions...but that is not where I want them.

Why is that?
Any way to fix this?

Thank you.

Damien.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Damien

Would you have a URL to an example of this issue?

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

To amend try adding the following to the Custom CSS field of your templates parameters...

.is-sticky .header-1, .is-sticky .header-2 {
opacity: 1;
}


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

To display on all devices you can also add the following...

.header-1, .header-2 {
display: block !important;
}


For the benefit of other forum users please reply within the forum and not via the notification email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
The second bit of code solved the problem. I now have the flags on mobile devices.

.header-1, .header-2 {
display: block !important;
}


Thank you.
  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!