Hello
i have made an multilanguage website.
build with classic template.
But the language switcher is not shown on mobile device.
I want the switcher on top, on the left site near the menu.
How can i fix that?
Gr Edgar.
- Edgar68
- Commercial Templates
- Monday, 27 October 2014
- Subscribe via email
I want the switcher on top, on the left site near the menu only for mobile device.
for desktop version , this is ok
for desktop version , this is ok
- more than a month ago
- Commercial Templates
- # 3
Hello
Could you try adding the following to the Custom CSS field of your templates parameters...
To re position the module you can also add the following...
Ciarán
Could you try adding the following to the Custom CSS field of your templates parameters...
.header-1, .header-2 {
display: inline !important;
}
To re position the module you can also add the following...
@media only screen and (max-width: 1024px) {
.header-1 {
left: 0;
top: -50px;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Carian
Do i have to place it in each template?
all 4 languages?
Now i only placed into the main template.and that makes no difference.
Gr. Edgar
Do i have to place it in each template?
all 4 languages?
Now i only placed into the main template.and that makes no difference.
Gr. Edgar
- more than a month ago
- Commercial Templates
- # 7
Hi Edgar
Yes you will have to place it in each template style you wish the CSS to effect.
Ciarán
Yes you will have to place it in each template style you wish the CSS to effect.
Ciarán
- more than a month ago
- Commercial Templates
- # 8
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 10
Thank you
You had added a link to a javasript CDN in to your Custom CSS. This link should be added to the Custom Code fields not the Custom CSS. Removing this code allows your CSS to work correctly.
Ciarán
You had added a link to a javasript CDN in to your Custom CSS. This link should be added to the Custom Code fields not the Custom CSS. Removing this code allows your CSS to work correctly.
Ciarán
- more than a month ago
- Commercial Templates
- # 11
Hi carian
I've got another problem now.
when you go to http://www.strongbear.nl on mobile device,
and you open the menu, the laguageflags are shown, through the text of contact menu.
Those two items stand together, so one of them is not working.
The language switcher does not remain displayed at the top.
Can you help me with that?
Gr Edgar
I've got another problem now.
when you go to http://www.strongbear.nl on mobile device,
and you open the menu, the laguageflags are shown, through the text of contact menu.
Those two items stand together, so one of them is not working.
The language switcher does not remain displayed at the top.
Can you help me with that?
Gr Edgar
- more than a month ago
- Commercial Templates
- # 13
Hello
Have you amended this issue as your language flags appear to be now working fine on all devices?
Ciarán
Have you amended this issue as your language flags appear to be now working fine on all devices?
Ciarán
- more than a month ago
- Commercial Templates
- # 14
Hi Carian
Only for television 720d & 1080d it is ok.
http://quirktools.com/screenfly/#u=http%3A//www.strongbear.nl/nl/&;w=1280&h=720&a=4
http://quirktools.com/screenfly/#u=http%3A//www.strongbear.nl/nl/&;w=1920&h=1080&a=4
Not for tablet, mobile and desktop
http://quirktools.com/screenfly/#u=http%3A//www.strongbear.nl/nl/&;w=533&h=853&a=24
You have to click on the menu at the right side, to see what i mean.
Edgar
Only for television 720d & 1080d it is ok.
http://quirktools.com/screenfly/#u=http%3A//www.strongbear.nl/nl/&;w=1280&h=720&a=4
http://quirktools.com/screenfly/#u=http%3A//www.strongbear.nl/nl/&;w=1920&h=1080&a=4
Not for tablet, mobile and desktop
http://quirktools.com/screenfly/#u=http%3A//www.strongbear.nl/nl/&;w=533&h=853&a=24
You have to click on the menu at the right side, to see what i mean.
Edgar
- more than a month ago
- Commercial Templates
- # 15
Hi Edgar
Your site appears to be offline? May I suggest sending temporary access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
Your site appears to be offline? May I suggest sending temporary access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 16
Thank you
For this reason you can not place these flags in the menu area. Your only option is to place them under the mobile menu button as they will always animate down with the menu.
Ciarán
For this reason you can not place these flags in the menu area. Your only option is to place them under the mobile menu button as they will always animate down with the menu.
Ciarán
- more than a month ago
- Commercial Templates
- # 17
Try removing the following from your Custom CSS field...
Ciarán
@media only screen and (max-width: 1024px) {
.header-1 {
left: 0;
top: -50px;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 19
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »