Marker info opens onclick, how to do it on mouse over?

Phoca Maps - displaying maps in Joomla! CMS
dinamsky
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 08 Apr 2014, 20:12

Marker info opens onclick, how to do it on mouse over?

Post by dinamsky »

Marker info box opens onclick, how to do it on mouse over?
mhehm
Phoca Member
Phoca Member
Posts: 10
Joined: 25 Dec 2011, 10:00
Location: Iran

Re: Marker info opens onclick, how to do it on mouse over?

Post by mhehm »

Edit below file:
administrator\components\com_phocamaps\helpers\phocamapsmap.php

Search:

Code: Select all

markerPhocaMarker'.$name.$this->_id.', \'click\', function()
Replace with:

Code: Select all

markerPhocaMarker'.$name.$this->_id.', \'mouseover\', function()
repeat above replace twice.
Post Reply