100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] Automatically scroll down to map when trying to scroll upI‘m closing this due to inactivity. Please reach out to me again, if you need support.
Forum: Plugins
In reply to: [Open User Map] multiple marker categories and custom marker icons@abyz12345 I get the idea but for now I don’t see a way to implement this in a scalable manner. Instead I will update the wording in the settings to explain this better with the next release.
Best regards,
Daniel
Forum: Plugins
In reply to: [Open User Map] Automatically scroll down to map when trying to scroll upForum: Plugins
In reply to: [Open User Map] Dark theme results in unreadable marker selection and bubleForum: Plugins
In reply to: [Open User Map] multiple marker categories and custom marker iconsHi @annevoelkel ,
Yes, this happens on purpose. In case a location has multiple categories which category icon should be shown? That is why it falls back to the default marker icon when the “multiple categories” feature is enabled.
Does this help?
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Show only specific region in specific pagesHi @sergiosergio ,
It looks like you’ve already found out how to do this. (Each map can be have a region pre-selected with the filter options.)
Currently you don’t have many locations on your map at all (just two are visible), but I guess this is on purpose. You just need to know, that the maps will always show all markers, but the region is pre-selected.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Shortcode for multiple mapsHi @sergiosergio,
Please take a look at Settings > Help & Getting Started > Shortcode to get more details on all the shortcode attributes.
In your case something like this might work:
[open-user-map region=”London” ids=”25|26|27″]
This will show a map with pre-selected region London and just three markers (with the Post IDs of 25, 26 and 27).
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Restrict addresses to regionThanks @sergiosergio,
Unfortunately, that’s not possible (I’m guessing you mean the address search functionality).
If you want to fix the map boundaries, so the users can not move the map outside of London – this is possible. Have a look at Settings > Initial Map View > Keep map focus in fixed position.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] UI not displaying properly.Hi @rawkus2g ,
Please update to the most recent version of Open User Map. If the problem still persists please get in contact with the support on the website so we can investigate this further.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Open the “Add location” form javascript not workingHi @amarantine ,
I’ve found the problem and updated the script on the website. You need to make sure to call the click function after all page elements have loaded:
jQuery(document).ready(function() { document.querySelector('#open-add-location-overlay').click(); });Tested and worked.
Best regards,
Daniel- This reply was modified 2 years, 1 month ago by 100plugins. Reason: wording
Forum: Plugins
In reply to: [Open User Map] Automatically scroll down to map when trying to scroll upHi @ferezf ,
same here like with you other request. Please describe exactly what I should do to recreate the issue. And what Browser are you using?
Forum: Plugins
In reply to: [Open User Map] Automatically scroll down to map when trying to scroll upHi @ferezf ,
I can not recreate the issue on your page. Can you please describe in more detail what does not work?
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Filter and order list of locationsHi @anasreis,
No this is not possible with the shortcode as it only provides a simple solution. If you want to have more possibilities in listing the locations I would recommend you use the Query Loop Block from WordPress (or any according loop block from a page builder).
Here is a link that might help you with the Query Loop block.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Custom marker icons are not displayed in locations backendHi @annevoelkel,
You are correct. Starting with version 1.3.39 a major change in marker category management has been released. Now it is possible to have multiple categories assigned to a location. That is why I had to remove the old marker category selector in favour of the native WordPress category UI interface. The functionality behind is not affected.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] After the new update.Hello @robsonowo ,
This is fixed with version 1.3.40 (just released)
Best regards,
Daniel