- Posts: 9
- Thank you received: 0
Standard orientation and zoom of the map does not work
- sengelhardt
- Topic Author
- Offline
- New Member
-
Less
More
2 weeks 2 days ago #17422
by sengelhardt
Replied by sengelhardt on topic Standard orientation and zoom of the map does not work
Thank you for your answer!
Unfortunately the Mouseover does not work even with these options (see attachment). Do you have any ideas?
Many greetings
Stephan
Unfortunately the Mouseover does not work even with these options (see attachment). Do you have any ideas?
Many greetings
Stephan
Please Log in or Create an account to join the conversation.
- Dima
-
- Offline
- Platinum Member
-
1 week 6 days ago #17453
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Standard orientation and zoom of the map does not work
I checked.
Yes, there are some troubles. Hover text doesn't shown for markers, paths. It is for J4/J5.
For J3 - it works. I think some template styles problem.
I will try to find out what it caused.
Yes, there are some troubles. Hover text doesn't shown for markers, paths. It is for J4/J5.
For J3 - it works. I think some template styles problem.
I will try to find out what it caused.
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.
- sengelhardt
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
1 week 6 days ago #17457
by sengelhardt
Replied by sengelhardt on topic Standard orientation and zoom of the map does not work
Hello Dima,
many thanks for your work!
Best regards
Stephan
many thanks for your work!
Best regards
Stephan
Please Log in or Create an account to join the conversation.
- Dima
-
- Offline
- Platinum Member
-
1 week 3 days ago - 1 week 3 days ago #17556
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Standard orientation and zoom of the map does not work
Hi
I recall, that some problems with tooltips were.
And I found my post how to threat it in the other extension
forum.zhuk.cc/index.php/gm-component/791...layers?start=6#15113
I did the same and got tooltip working. You can see it on demo site
joomla.zhuk.cc/index.php/zhosmmap-main/o...externalmarkerlink=0
I use default Joomla template, and Joomla load template.min.css file (you can see what template is loading in your page source, what file etc)
And I do the same trick:
Open for editing template CSS file
Find string
and change it to
I recall, that some problems with tooltips were.
And I found my post how to threat it in the other extension
forum.zhuk.cc/index.php/gm-component/791...layers?start=6#15113
I did the same and got tooltip working. You can see it on demo site
joomla.zhuk.cc/index.php/zhosmmap-main/o...externalmarkerlink=0
I use default Joomla template, and Joomla load template.min.css file (you can see what template is loading in your page source, what file etc)
And I do the same trick:
Open for editing template CSS file
Find string
Code:
[role=tooltip]:not(.show){
and change it to
Code:
[role=tooltip]:not(.leaflet-tooltip):not(.show){
Don't forget support my developments: post review in JED , donate , help with translation

Last edit: 1 week 3 days ago by Dima.
Please Log in or Create an account to join the conversation.
Time to create page: 0.296 seconds