My client would like a world map with markers on specific locations which when clicked opens a large photograph in a JavaScript lightbox (overlaid rather than new page). Is that possible with Linky Map please?
Thanks.
Thanks.
A
7 years ago
·
#8840 Hi,
Thanks for contacting us here about this extension.
Yes, you can insert an image in a marker, so it will be display on tooltip when you hover.
Hope it helps!
Cheers,
Thanks for contacting us here about this extension.
My client would like a world map with markers on specific locations which when clicked opens a large photograph in a JavaScript lightbox (overlaid rather than new page). Is that possible with Linky Map please?
Yes, you can insert an image in a marker, so it will be display on tooltip when you hover.
Hope it helps!
Cheers,
@Being
This is not supported in core.but you can do customization easily.you can find line
if($mapdata->map_action == 'modal') {
$map.=JHTML::_('behavior.modal', "a.modal"
;
$script.='if(mapdata_'.$mapdata->id.'[selectedRegion].length >= 1) {
SqueezeBox.open(mapdata_'.$id.'[selectedRegion],{handler:"iframe",size: {x: '.$modal_width.', y: '.$modal_height.'}});
}';
}
in helper.php of linkymap and there you can put the code of light box instead of squezebox
This is not supported in core.but you can do customization easily.you can find line
if($mapdata->map_action == 'modal') {
$map.=JHTML::_('behavior.modal', "a.modal"

$script.='if(mapdata_'.$mapdata->id.'[selectedRegion].length >= 1) {
SqueezeBox.open(mapdata_'.$id.'[selectedRegion],{handler:"iframe",size: {x: '.$modal_width.', y: '.$modal_height.'}});
}';
}
in helper.php of linkymap and there you can put the code of light box instead of squezebox
@Being
You can do the customization whatever you like inside the extension.
as mentioned this is the code to squeezebox you can change it to light box if you like when user click on marker or region.This is presales forum so kindly purchase the extension and if you have any issue in it please create ticket in ticket support.
You can do the customization whatever you like inside the extension.
as mentioned this is the code to squeezebox you can change it to light box if you like when user click on marker or region.This is presales forum so kindly purchase the extension and if you have any issue in it please create ticket in ticket support.
T
6 years ago
·
#10987 @being, did you find something else that would let you do this?
I'm trying to add links to the sidebar and want them to open in a lightbox of some sort.
it doesn't look like JoomUnited wants to add this feature.
I'm trying to add links to the sidebar and want them to open in a lightbox of some sort.
it doesn't look like JoomUnited wants to add this feature.
- Page :
- 1
There are no replies made for this post yet.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »