100plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] good plugin but doesn’t work with theme mylistingI’d recommend updating to the most recent version. This should fix several issues with page builders and caching mechanisms.
I’m closing this due to inactivity. Please open a new ticket if the issue persists.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Open User Map and DIVII’m closing this due to inactivity. Please open a new ticket if the issue persists.
Forum: Plugins
In reply to: [Open User Map] Not all translations are showingI’m closing this due to inactivity. Please open a new ticket if the issue persists.
Forum: Plugins
In reply to: [Open User Map] Migration?We solved this within the PRO support (@mike666 uses the Open User Map Premium). But in general here are the instructions on how to move to another page:
Here are the steps:
- Export Locations – Download the locations as a CSV file from the old website [PRO Feature].
- Set Up the New Website – Create all custom fields and categories, then add a sample location.
- Create a CSV Template – Export a CSV file from the new website. Use this as a template to transfer data from the old CSV.
- Transfer Images – Copy the
/wp-content/uploads/oum-uploadsfolder from the old website to the new one. This contains all location images. - Adjust Data – Copy the values from the old CSV into the new one, leaving the
post_idfield empty. - Update Image URLs – If needed, adjust the image URLs in the new CSV file.
- Import Data – Upload the new CSV file to the new website.
- Publish Locations – Change the status of the imported locations to “public.”
➡ All locations should now be visible on your new website.
Forum: Plugins
In reply to: [Open User Map] Carousel / Multiple Pics on a single markerMultiple Images Feature Now Available! 🎉
Hi @martininnovations and @hulivili,
You previously expressed interest in having multiple images per location in Open User Map – and I’m excited to tell you that this feature is now available in version 1.4.1!
What’s new:
- Upload multiple images per location
- Image slider in location bubbles
- Full compatibility with the image gallery shortcode
- Improved performance for handling large numbers of images
- Complete backwards compatibility with existing single-image locations
You can update to version 1.4.1 through your WordPress dashboard to start using this new feature right away.
Thank you for your feedback that helped shape this development. If you have any questions about using the new multiple images feature, please don’t hesitate to reach out.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] good plugin but doesn’t work with theme mylistingHi @readysite,
The screenshot you’ve share does not indicate an error from the Open User Map plugin. Can you share a linkt to your website with the issue? Feel free to contact me directly if you don’t want to share the link here in the forum.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Custom JS zoom levelHi @hulivili,
I’m sorry, the zoom factor on the locate feature is not adjustable at the moment. But I will add this to the list of possible feature updates for the future.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Custom Icon SplashHi @grumpywp,
Thanks for the hint to the flashing map elements on page load. This will be fixed with the next update.
To select/deselect specific categories on initial map load please see this support article. You can add the necessary javascript as Custom JS under Open User Map > Settings > Advanced > Custom JS.
Best regards,
DanielYou are welcome. Feel free to drop a review here in the forum if you are happy with my plugin.
Thanks and best regards,
DanielForum: Plugins
In reply to: [Open User Map] ESRI Hybrid SupportPing received 😉
ESRI imagery hybrid will not be available soon, but you can always use MapBox Satellite Streets which is also a hybrid between satellite and roadmap. Don’t forget to enter an API key from MapBox.Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Turnstile support?Hi @chromechris,
I’m sorry that this is not possible. However – I had no spam issues reported to me so far from other users. The fact that the form is not displayed by default should be a quiet good first protection against spam.
Best regards,
DanielHi @arthurkarelse,
There are no shortcode attributes to do this. You have to options:
- Wrap the shortcode within another element that you can set width and height
- (Recommended) Use CSS code to style the image:
.oum-location-value[data-value="image"] img {
width: 150px; /* Set the desired width */
height: auto; /* Set the desired height */
}Best regards,
DanielForum: Plugins
In reply to: [Open User Map] default page – removing routeHi @grumpywp,
Sorry for my late response. What you are seeing is the default template for a location. You need to create a custom template if you want this to change. Here is a support article on how to do this.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Can I hide categories?Hi @chrowles,
Yes, you can do this with CSS:
.open-user-map .add-location .location-overlay-content #oum_add_location select option:nth-child(2) {
display: none;
}2 is the number (position) of the category in the dropdown list.
Best regards,
DanielForum: Plugins
In reply to: [Open User Map] Open User Map and DIVIHi @station55,
Yes, it should work with DIVI as well. You can send me a support request with a link to your page and I can take a look what’s going on.
Best regards,
Daniel