• Resolved hjartstrom

    (@hjartstrom)


    Hi, Where do I change that the text length is requested for the user in the form (textarea id=”oum_location_text” name=”oum_location_text”) it is possible?

    /Jimmie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hey @hjartstrom,

    That’s only possible for custom fields and not for the default description.

    Sometimes it happens that the content is so long that the location bubble gets too big. With the next update the location bubbles will get scrollbars to prevent this.

    Meanwhile you could use some css to get the scrollbars:

    .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content {
      max-height: 400px;
      overflow-y: scroll;
    }

    Best regards,
    Daniel

    • This reply was modified 3 years, 3 months ago by 100plugins.
    Thread Starter hjartstrom

    (@hjartstrom)

    Thanks for quick reply!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘maxlength=”?”’ is closed to new replies.