100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] Form displayHi @sarrendell,
Yes I can see the issue you are having. It’s because the OUM popup does not play well with your theme. I’ll try to implement a solution with a next update. For now please try to add the following css styles to your theme:
div.et_pb_section.et_pb_section_3 {z-index: 100;} .open-user-map .add-location {padding-top: 140px !important; padding-bottom: 70px;} .open-user-map .add-location #close-add-location-overlay {top: 130px !important;}This should fix your case – however it’s not a general solution yet.
Let me know if this works for you.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Frontend form on single pageHI @asenio,
As for now the “Add a location”-form is bound to the Plus-Icon on the map. However I’ve already have it on my list of possible future extensions to separate the form from the map. I’ll keep you in the loop!
Best Regards,
Daniel- This reply was modified 3 years, 11 months ago by 100plugins.
Forum: Plugins
In reply to: [Open User Map] Posts and YouzifyHi @lucasantinelli,
So if you activated the “Public pages for locations”-feature this will enable single pages. There is no single page template included with the plugin. You will have to build the single page yourself. Probably some developer experience is helpful to do this. I’ve written an article on how to access the field values of a location.
A dedicated Buddypress or Youzify integration is not available right now.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Archive Page with all entriesHi @svenatkins,
Not yet. But I could enable this feature with a next update. The templating (archive-oum-location.php) still needs to be done by the user.
Do you like to tell about your project so I can understand better what you are going to achieve?
Best Regards,
DanielForum: Plugins
In reply to: [Locations and Areas - Leaflet Map with Region Tabs] Disable Zoom on ScrollHi @ambiolix,
Thanks for reaching out! Unfortunately this is not possible yet. If you like the plugin you may also want to checkout my other plugin “Open User Map”. It’s similar to Locations & Areas but has a ton of more features.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Modify type input box displayHi @craig2016,
Thanks for reaching out. It seems you already found out on how to do this? I watched your website and there is a “Select an option”-option.
For anyone who is interested: You’ll have to use the Custom Field of type “Select” (PRO version) to achieve this.
Regarding you other request:
If you use types you can use a plugin called “Category Order and Taxonomy Terms Order” or something similar to order the terms in the backend.If you are happy with the plugin, please consider dropping a quick review. This helps a lot to reach more people. Thank you!
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Feature Request – Fly to locationHi @ambiolix,
Yeah, I know. Many users are looking forward to see this implemented. So it has a high priority to me and I will try to make this happen asap. Probably with the next version.
I will keep you in the loop!
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Location Info Behind map (Premium)Hi @elliotdev00,
Can you please send me a link to the page you are referring to. Please use the “Page I need help with”-field here.
I need to see the issue to find a solution.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Post type not compatible with Elementor?Okay, good to know. This will be implemented in the next update.
Have a great day!
Forum: Plugins
In reply to: [Open User Map] Post type not compatible with Elementor?Hi @asenio,
please try to setup the following:
- Make sure you’ve enabled Public pages for locations under Settings > Open User Map > General
- If it is still not working, please Edit the file open-user-map/inc/Base/LocationController.php around line 56 and change
'show_in_nav_menus' => falseto'show_in_nav_menus' => true
Let me know if this works for you. If the second option is necessary I will implement this with the next update.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Import Records into Open User MapHi @gracetec,
I would start with the WP All Import plugin. Use it to import a CSV to the custom post type oum-location. It should also be possible to import the meta fields for each location. I’ve written an article on the specifications of the meta fields: https://www.open-user-map.com/how-can-i-access-field-values-of-a-location/
Let me know if this works for you.
Best Regards,
DanielForum: Reviews
In reply to: [Open User Map] Open User mapThanks Mariela!
Forum: Plugins
In reply to: [Open User Map] Enable comments by default on locationsHi @svenatkins,
you’ve found a bug that leads to this behaviour. I’ve already fixed it so that that comments will be allowed by default. This will be shipped with the next update (~2 weeks).
In the meantime feel free to make a small change to the inc/Base/BaseController.php file around line 325. Please change
'comment_status' => 'closed'to'comment_status' => 'open'and it will already work on your website.Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] Enable comments by default on locationsHi @svenatkins,
You are right. Although comments are enabled by default you must not disable comments in general settings. This overrules the OUM settings.
Best Regards,
DanielForum: Plugins
In reply to: [Open User Map] [Feature Request] Rating formHey @falkens,
Thanks for the request. I’ll keep the idea and I’ve already put it on the list of future extensions with low priority though. I think the use case is not big enough at this point to implement this right now.
I’m thinking of making hooks available so that other plugins could hook into OUM to add e.g. a rating system. This solution would take much less development effort. Do you have a rating plugin in mind?
Best Regards,
Daniel