Only 3 kml maps showing
- Dima
- Offline
- Platinum Member
Less
More
11 years 4 weeks ago #3858
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Only 3 kml maps showing
Hi
I can't see. What menu item
Look there
wiki.zhuk.cc/index.php?title=Zh_GoogleMa...ontrol_has_bad_shape
May be you have the same problem (caused max-width)
I can't see. What menu item
Look there
wiki.zhuk.cc/index.php?title=Zh_GoogleMa...ontrol_has_bad_shape
May be you have the same problem (caused max-width)
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.
- basilisko
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 0
11 years 4 weeks ago #3861
by basilisko
Replied by basilisko on topic Only 3 kml maps showing
Hi;
This is exactly was is happening... You must think Im dum but... tried:
img {
border: none;
max-width: 100%;
height: auto;
}
And all my other images went weard....
2. Tried:
Third method (more flexible)
You can override style this way (it will work in plugin too)
1. Open map details in admin panel
2. Go to Advanced options and define class for your map "CSS Class". In this case this class appear in map div.
3. Go to template css file(as described above), and add new style to override attribute for img tag for your class.
For example
I define this class for map myMapCSS1
And add the new style into template
div.myMapCSS1 img {
max-width: none !important;
}
but still looking the same!!!
Pls help!!! wont bother you any more!!!!
Thanks
This is exactly was is happening... You must think Im dum but... tried:
img {
border: none;
max-width: 100%;
height: auto;
}
And all my other images went weard....
2. Tried:
Third method (more flexible)
You can override style this way (it will work in plugin too)
1. Open map details in admin panel
2. Go to Advanced options and define class for your map "CSS Class". In this case this class appear in map div.
3. Go to template css file(as described above), and add new style to override attribute for img tag for your class.
For example
I define this class for map myMapCSS1
And add the new style into template
div.myMapCSS1 img {
max-width: none !important;
}
but still looking the same!!!
Pls help!!! wont bother you any more!!!!
Thanks
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
11 years 3 weeks ago #3863
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Only 3 kml maps showing
Give me direct link to page with map, I can't find out where it is in your menu
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.172 seconds