- Posts: 11
- Thank you received: 0
Plugin not working on J3.0.2
-
applestone
Inactive member - Topic Author
- New Member
Less
More
12 years 2 months ago #23392
by applestone
Plugin not working on J3.0.2 was created by applestone
Hi Guys, the subject line says it all - there are no parameters to fill in on the plugin so cannot set it to work.
For example, your directions say "Enter location (or address), map's width/height and you're done in less than a minute!" but there is no fields to do this. I suspect it doesn't work on J3.0.2 - can you confirm or fix please. it looks useful.
Many thanks
For example, your directions say "Enter location (or address), map's width/height and you're done in less than a minute!" but there is no fields to do this. I suspect it doesn't work on J3.0.2 - can you confirm or fix please. it looks useful.
Many thanks
Please Log in to join the conversation.
-
applestone
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
12 years 2 months ago - 12 years 2 months ago #23393
by applestone
Replied by applestone on topic Plugin not working on J3.0.2
Oooppps!!! The lack of any help at all with setup with the plugin was the problem. I had to refer to the example template on your website to find out what the magic code to make it all work is.
Question - how do I change the scale of the map? I have got it to show my resort BUT the resort is remote so the map has little detail. It will be better if the map was zoomed out to show more of the region - see the attached images.
The first image is what you see with normal plugin parameters
The second image is what i want to show as default when the page loads
Also, rather than map or satellite, can we use the option for terrain as the map is much nicer to view?
Thank you
Regards
Question - how do I change the scale of the map? I have got it to show my resort BUT the resort is remote so the map has little detail. It will be better if the map was zoomed out to show more of the region - see the attached images.
The first image is what you see with normal plugin parameters
The second image is what i want to show as default when the page loads
Also, rather than map or satellite, can we use the option for terrain as the map is much nicer to view?
Thank you
Regards
Last edit: 12 years 2 months ago by applestone.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago - 12 years 2 months ago #23407
by ivan.milic
Replied by ivan.milic on topic Plugin not working on J3.0.2
that is default googles zoom when you search location, there is no such option in module. You can check is there is parameter for that and :
modules\mod_hot_maps\tmpl\default.php
line 61:
you could inset it after output=embed ,
modules\mod_hot_maps\tmpl\default.php
line 61:
Code:
?>&<?php if($satellite) { ?>t=h&<?php } ?>output=embed" style="color:#0000FF;text-align:left"><?php echo $link_text; ?></a></small><?php } ?>
you could inset it after output=embed ,
Code:
for & use &
Last edit: 12 years 2 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.167 seconds