- Posts: 42
- Thank you received: 0
Special Map for smartphone in Joomla
- kreidei
- Topic Author
- Offline
- Senior Member
Less
More
4 years 2 months ago #13930
by kreidei
Special Map for smartphone in Joomla was created by kreidei
Hi Dima!
I need a special map height for the smartphone user and i tried following way.
Make a second map.
for example:
map1 (height: 600px)
map1_mobil (height: 500px)
Make two modul in joomla:
One with map1 and subfix hidden_phone
One with map1_mobil and subfix visible_phone
but on the smartphone will not be showed!
Is there also a other way to make a own map for smartphones ?
I need a special map height for the smartphone user and i tried following way.
Make a second map.
for example:
map1 (height: 600px)
map1_mobil (height: 500px)
Make two modul in joomla:
One with map1 and subfix hidden_phone
One with map1_mobil and subfix visible_phone
but on the smartphone will not be showed!
Is there also a other way to make a own map for smartphones ?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 2 months ago #13931
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Special Map for smartphone in Joomla
You can try to use the same map, but define
in map details CSS class name.
And after that apply your CSS depends on device resolution
in map details CSS class name.
And after that apply your CSS depends on device resolution
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- kreidei
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 0
4 years 2 months ago #13934
by kreidei
Replied by kreidei on topic Special Map for smartphone in Joomla
Dima can you give me a example for the map class name and a definition ?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 2 months ago #13935
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Special Map for smartphone in Joomla
Here map with default class name
Go to map details, Advanced options tab, and enter your class name
And now you can see your class for map div
Go to map details, Advanced options tab, and enter your class name
And now you can see your class for map div
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- kreidei
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 0
4 years 2 months ago #13936
by kreidei
Replied by kreidei on topic Special Map for smartphone in Joomla
Okay Dima, now i have give the map a class name name = mobil
and than ? how i can confugure it for the resulotion ?
and than ? how i can confugure it for the resulotion ?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 2 months ago #13937
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Special Map for smartphone in Joomla
I'm not well on CSS, just check words in CSS like
@media only screen and (max-width: 960px), (max-device-width: 960px) {
/*here CSS styles*/
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
/*here CSS styles*/
}
@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) {
/*here CSS styles*/
}
@media only screen and (min-width: 719px) and (max-width: 721px), (min-device-width: 719px) and (max-device-width: 721px) and (orientation:portrait) {
/*here CSS styles*/
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
/*here CSS styles*/
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
/*here CSS styles*/
}
@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) {
/*here CSS styles*/
}
@media only screen and (min-width: 719px) and (max-width: 721px), (min-device-width: 719px) and (max-device-width: 721px) and (orientation:portrait) {
/*here CSS styles*/
}
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.200 seconds