×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Hotspot support

Hotspot support 13 years 7 months ago #10341

  • Jaymz Yates
  • Jaymz Yates's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hello,

I am looking for documentation on hotspot. I have installed but many of the functions are not working on a vanilla install of Joomla in chrome or IE. I tried to post in the hotspots forum but it says access denied. I can't find any documentation or FAQ entries. My website is www.dovemap.com/index.php?option=com_hot...out=addspot&Itemid=2

Hotspot support 13 years 7 months ago #10344

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Jaymz,
I see the problem. Will fix this in the next beta. Now please go to:
media/com_hotspots/js/hotspots.js - line 41
 $('btn_close_route').addEvent('click', function(e){
 e = new Event(e);
 slideroute.slideOut();
 e.stop();
 });
 
 $('btn_open_route').addEvent('click', function(e){
e = new Event(e);
slideroute.toggle();
 e.stop();
 }); 

change it to
if(('btn_close_route') && $('btn_open_route')) {
 $('btn_close_route').addEvent('click', function(e){
 e = new Event(e);
 slideroute.slideOut();
 e.stop();
 });
 
 $('btn_open_route').addEvent('click', function(e){
e = new Event(e);
slideroute.toggle();
 e.stop();
 }); 
}

Did you make changes to the template??? It seems that your template is missing a div with id btn_open_route?

Hotspot support 13 years 7 months ago #10347

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
about the documentation: we will provide it in the near future. Right now hotspots is still in beta state and your feedback Jaymz is really important for us - please don't hesitate to report everything you find out we will do our best fix it immediately.

Hotspot support 13 years 7 months ago #10372

  • Jaymz Yates
  • Jaymz Yates's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Thanks, I made the change as per your suggestions. I am still not quite sure how the component is supposed to work. Maybe I have misconfigured something, but I don't have a map or the ability to add markers.

www.dovemap.com/index.php?option=com_hot...out=addspot&Itemid=2

Hotspot support 13 years 7 months ago #10373

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey jaymz,
After I made above comment I have edit it, because there was an error:
this is the right one:
if(('btn_close_route') && $('btn_open_route')) {
 
 $('btn_close_route').addEvent('click', function(e){
 
 e = new Event(e);
 
 slideroute.slideOut();
 
 e.stop();
 
 });
 
 
 
 $('btn_open_route').addEvent('click', function(e){
 
e = new Event(e);
 
slideroute.toggle();
 
 e.stop();
 
 }); 
 
}
 

once you change it, then the map should load together with the field to enter markers.

Hotspot support 13 years 5 months ago #10606

  • Sandra Levin
  • Sandra Levin's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
I cannot get this component to work. It seems to have installed ok after a couple tries and figuring out which file to download. Markers do not show up for the locations. There is a window that disappears when I try to select something and can't get it to stay still or get out of way. There are many misspellings within the variables, by the way. There is no documentation to help with this and it's in beta...why charge people first on something that is not tested yet? I'd be happy to help test and proof read but I have to get this working first or get a refund and find another component that does what I need for my client. My email is This email address is being protected from spambots. You need JavaScript enabled to view it. . Thanks for your help.

Hotspot support 13 years 5 months ago #10607

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Sandra,
dev.compojoom.com/projects/roadmap/hotspots
We are 5 days late with the new release. I think that it will be out latest tomorrow, so please wait for it. It should fix all of your troubles. And btw - you are paying for support. So if you have problems will help you solve them. We'll need a link to your website first. Please start your own thread for this.
Cheers,
Daniel

Hotspot support 13 years 4 months ago #10769

  • rezan
  • rezan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I can't get the component to work either. Why do i have to add an address to get to work. I want to use it ONLY with log/lat coordinates. Is this possible?

Hotspot support 13 years 4 months ago #10770

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
It will be possible with the next version.

Hotspot support 13 years 4 months ago #10771

  • rezan
  • rezan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Please... when is that ? I saw in another thread in the wishlist that it will be available by now (in the stable version).
dev.compojoom.com/issues/show/115

Hotspot support 13 years 4 months ago #10772

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
The stable version should be ready this week.
Right now we are already 2 days late:
dev.compojoom.com/versions/show/8
sorry about this.
  • Page:
  • 1
Time to create page: 0.241 seconds