locateanything
Forum Replies Created
-
Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Search FunctionalityHi
Sorry this feature doesnt exist yet. LocateAnything is open source, dont hesitate to send me a pull request on github if you ever implement this feature.Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Missing BuddyPress TabHello,
You can create a link this way:
<a href="|BP_profile_url|">Profile</a>
- This reply was modified 7 years, 1 month ago by locateanything.
Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] ClusterHey,
Really sorry for the late reply,>Hey there. Thanks for the great plugin! Is there anyway to change the color of >the “cluster” icon?
Not out of the box no
>Also, for some reason, the thumbnails I’m setting for the markers are zooming in >on the photo so it looks pixelated and out of place.
The images should appear ‘as-is’ on the map. This means it has to be the desired width and height from the start. If the image is zoomed or pixelated maybe have a look at your css styles and check that the image marker isn’t affected by them
Hope that helpsForum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Missing BuddyPress TabHello Abe and really sorry for not being clear. Yes, you understood well, I was talking about the “LocateAnything for Buddypress” addon and yes: to get access to the buddypress features you need to buy the $29.99 addon at https://www.locate-anything.com/addons/addons/buddypress-addon/
Don’t hesitate to contact me if you have any question
Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Missing BuddyPress TabHello
I think there is s misunderstanding. LocateAnything is a free plugin but the buddypress addon is premium ( which means you have to buy it in order to download it). If you didn’t buy the addon Buddypress functions are not be enabled and thus the buddypress option tab won’t show. Hope that helps- This reply was modified 7 years, 1 month ago by locateanything.
Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Click on MarkersHi,
I am sorry I don’t understand what you mean. Are you talking about the navigation list ?Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Unserialize errorsHello,
Those are notices, most of them don’t originate from the plugin. to make those notices disappear go to your wp-config.php file, mark the DEBUG constant to false and save it.
Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Unserialize errorsHi Simon
Could you please check in LocateAnything > Options that you have selected at least one post type in “what do you want to localize”?
Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Markers on Page loadHello
I dont see what you mean, the markers should show on page load, if not there may be a problem with your wordpress setup. Have a look at the demos at https://www.locate-anything.com/portfolio-items/buddypress-usermap/, the markers should display right from the beginingHello James,
Well it is quite clearly a permission problem. Chmoding the directory may not be enough if your setup has very restrictive permissions. You could try checking the permissions of the whole wp content and plugins directories, in particular check that the apache user has +x permission.Forum: Reviews
In reply to: [LocateAnything - Searchable map Plugin] Simple, clear, light…Thanks for the kind words, appreciated!
Hi again,
It is not doable out of the box, you would need to tweak your code a little in order for the markers to be localized automatically as soon as the user creates it (as it is the case in the back end form ). This should be rather easy by just adding an action on a the correct filter hook.Hi WebDi,
No, this feature hasn’t been developped yet, sorry.
If you need it I can code it for you for a fee, contact me at [email protected] if interested.
Cheers!Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Issue editing navigation listWhen the HTML editors don’t load it comes from a javascript error, in general induced by (a conflict with) another plugin. Please check in your browser’s console if there is any javascript error.
To know which plugin is responsible for the conflict, the regular method is to disable each plugin one by one and test to see if the editors appear.Forum: Plugins
In reply to: [LocateAnything - Searchable map Plugin] Filter styleHi,
You have to style the filters block (id = filters), put it in position:absolute and then adjust its size and coordinates.