Forum Replies Created

Viewing 15 replies - 406 through 420 (of 694 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @storm6969,

    As this is the default description field I don’t want to limit the character count by default. There may be use cases where a long description is necessary (eg. single page).

    You could instead use a custom field. There you’ll have the option to set the max length.

    Best regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Hi @storm6969,

    You need to edit the default template for single locations or single articles. Here is a link on how you can do this https://kinsta.com/blog/twenty-twenty-two-theme/

    Best Regards,
    Daniel

    Forum: Plugins
    In reply to: [Open User Map] Gallery
    Plugin Author 100plugins

    (@100plugins)

    Hi @storm6969,

    You can place the Shortcode anywhere inside your website content. Just there where you are writing text in pages or posts.

    [open-user-map-gallery url="https://mysite.com/" number="10"]

    Don’t forget to replace the url with the page where your map is.

    Best regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Hi @ektrakt,

    You can get the email with this shortcode (replace YOUR CUSTOM FIELD LABEL:

    [open-user-map-location value="YOUR CUSTOM FIELD LABEL"]

    or with the PHP function:

    oum_get_location_value( 'YOUR CUSTOM FIELD LABEL', $post_id )

    Use this inside your single location content in the Admin Dashboard (Shortcode) or single page template (PHP function).

    If you want to use this with a form plugin this goes beyond scope of my support. But basically the PHP function should be the way to go.

    Best Regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Ah, okay. You can do this just with CSS code (no image). Please see this thread.

    Best regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Thanks @eco4drive for your suggestions. I’ll add #1 and #3 to my list of possible future extensions.

    #2
    You could use a custom field instead of default description. There you can set the max length.

    Best Regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Please see the Help Section of the plugin for a general example code snippet (include this to the functions.php of your theme).

    Here is an example code to integrate a YouTube video:

    Replace CUSTOM FIELD LABEL with the name of your custom field where you ask for the YouTube ID:

    add_filter('oum_location_bubble_content', function ( $content, $location ) {
    
      // get youtube video id from custom field
      $youtube_id = oum_get_location_value( 'CUSTOM FIELD LABEL', $location['post_id'] );
    
      $content = '<iframe width="300" height="169" src="https://www.youtube.com/embed/' . $youtube_id . '" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>';
    
      return $content;
    }, 10, 2);

    I’ve not tested this but it should get in you in the right direction. Notice that you’ll have to ask your users for the YouTube Video ID to make this work.

    Best Regards,
    Daniel

    • This reply was modified 3 years, 4 months ago by 100plugins.
    Plugin Author 100plugins

    (@100plugins)

    Hi @keonalearnbase,

    I’ve checked this spot with several free map providers. Unfortunately none of these does show the street name. So the solution will be to use Google Maps instead. I will implement this with a future update (within the next weeks).

    Best regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Hi @postlist,

    1. Actually you can upload a custom icon directly in the Settings with the PRO version. Please see Settings > Open User Map > Map Settings > Marker Icon. You can also override CSS for the marker icons with:

      .leaflet-container .leaflet-marker-pane img {
      // your css
      }

    2. The address search field has no confirmation button. But also on smartphone it should be possible to start search by hitting Enter. In the future I’m planning to better the underlaying address search algorithm to find more rural addresses as well.

    Best Regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Hi @rockabilby,

    Thanks for your suggestions.

    Errors with audio or image uploads are mostly happening due to missing writing permissions on the server or not enough file space. Please make sure both is fine. If this not helps you can send me the URL to your website, so I can have a look. Please use the support form on my website.

    It is possible to embed YouTube Clips with the help of the new WordPress Hook. The YouTube URL should be a custom field and with the Hook you can manipulate the output to render a video container. Please see details and examples in the Help section (Settings > Open User Map > Help & Getting Started).

    Showing locations based on current user position is not planned at the moment. Many users don’t allow sharing their current location. So this wouldn’t work reliable.

    I’m always happy to build in feature requests. So let’s stay in contact.

    Best Regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Hi @zakrzakk,

    Yes, this is possible by using the new WordPress Hook. You can manipulate the output for each location bubble. So it is possible to render a video container based on a custom field (e.g. YouTube URL). Please see details and examples in the Help section (Settings > Open User Map > Help & Getting Started).

    Best Regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    I’m closing this due to inactivity. However – I’m planing to include additional map services (also Google Maps) in the future. This would improve address search.

    Plugin Author 100plugins

    (@100plugins)

    Hi @eco4drive,

    Yes, sorting is “newest first” by default. Currently it is not possible to change that without code edits. But I will add this as a possible feature for a future release (with medium priority).

    I’ll keep you posted.

    Best Regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Hi @alannie,

    I can’t answer PRO support questions here. But I’ve replied also to your support request.

    Best regards,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    Hi @dgewirtz,

    Thanks for reaching out. This sounds more like an issue with page caching. You don’t have to re-publish the page with the map to have new locations visible. If you are using a caching/pagespeed plugin please try to exclude the page with the map from the cache.

    Happy New Year and best regards,
    Daniel

Viewing 15 replies - 406 through 420 (of 694 total)