Placemarkgroups = external = no Map
- Dima
- Offline
- Platinum Member
Less
More
8 years 9 months ago #9396
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Placemarkgroups = external = no Map
in my component bootstrap used for the other display way, ie the other menu items (placemark list or placemark detail). I didn't load it for map menu item.
The difference of icons size can caused by your template, for example, it can set for img-tag max-width or the other attribute for all sections, in this case it can override map objects too.
The difference of icons size can caused by your template, for example, it can set for img-tag max-width or the other attribute for all sections, in this case it can override map objects too.
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.
- hagen_fenris
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 264
- Thank you received: 1
8 years 9 months ago - 8 years 9 months ago #9397
by hagen_fenris
Replied by hagen_fenris on topic Placemarkgroups = external = no Map
Well, i`m using your fullscreen-template
Just added some small css to get the map to 100% width/height.
And <jdoc:include type="modules" name="off-canvas" /> für navigation-module
CSS:
Visit my site: kamageo.pytalhost.de/index.php/ausflugsz...-bei-schoenem-wetter
There you will see my problem.
I attached also a scresnhot from my iphone6s.
As you can see, all buttons are very small.
Just added some small css to get the map to 100% width/height.
And <jdoc:include type="modules" name="off-canvas" /> für navigation-module
CSS:
Code:
html {
height: 100%
}
body {
height: 100%;
margin: 0;
padding: 0
}
/*Imrpved Login nicht anzeigen*/
#mod_improved_ajax_login-193 {
display:none !important;
}
.sm-pusher, .sm-content, .sm-content-inner {
height: 100% !important;
}
Visit my site: kamageo.pytalhost.de/index.php/ausflugsz...-bei-schoenem-wetter
There you will see my problem.
I attached also a scresnhot from my iphone6s.
As you can see, all buttons are very small.
Last edit: 8 years 9 months ago by hagen_fenris.
Please Log in or Create an account to join the conversation.
- hagen_fenris
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 264
- Thank you received: 1
8 years 9 months ago #9398
by hagen_fenris
Replied by hagen_fenris on topic Placemarkgroups = external = no Map
Found the error.
Seems like the viewport was set on 0.4 when using your template.
Added <meta name=viewport content="width=device-width, initial-scale=1"> to <head> seems to solve that.
Maybe you could add that too?
Seems like the viewport was set on 0.4 when using your template.
Added <meta name=viewport content="width=device-width, initial-scale=1"> to <head> seems to solve that.
Maybe you could add that too?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
8 years 9 months ago #9399
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Placemarkgroups = external = no Map
Hi
I've added it.
Check updates in Extension Manager.
New template release 1.0.4
I've added it.
Check updates in Extension Manager.
New template release 1.0.4
Don't forget support my developments: post review in JED , donate , help with translation
The following user(s) said Thank You: hagen_fenris
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
8 years 9 months ago #10049
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Placemarkgroups = external = no Map
Hi
I cleared spam and delete your new post
I think you get different positions depend on screen size. I can't control it's real position. I set, for example, top-left, top-center or top right. And after that Google Maps API do its layout.
Moreover, may be there is some cache effect (browser or joomla). For example, you change position from top-center to top-left, and it is cached
I cleared spam and delete your new post
Message :
Hi,
just playing around with the fullscreen-template.
Seems like the GMapFindPanel-div is not very responsive.
Each time i visit my site, the GMapFindPanel appears at a different position.
Sometime in the upper left, sometime in the upper right screen.
This seems to happen only on mobiles.
demo: kamageo.pytalhost.de/index.php/ausflugsz...-bei-schoenem-wetter
Any ideas to fix this?
Regards
fenris
I think you get different positions depend on screen size. I can't control it's real position. I set, for example, top-left, top-center or top right. And after that Google Maps API do its layout.
Moreover, may be there is some cache effect (browser or joomla). For example, you change position from top-center to top-left, and it is cached
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.199 seconds