• Resolved monika777

    (@monika777)


    Hello, I am planing to buy a full version of this great plugin, but having one issue with mobile version responsive (map size). I want that it would be higher for mobile version, tried height=”800px”, but it seems not working. Waiting for your reply!

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

    (@100plugins)

    Hi @monika777,

    Yes, I know that is an issue for some users. So I’ve already started implementing a backend setting to adjust height (and to enable full-width as well). This will be part of the very next update.

    What you can do in the meantime is to override the styles with your own css code:

    .open-user-map .box-wrap .map-wrap {
    padding-top: 100%;
    }

    This will make it look squared. You probably want to include this inside a media query that targets small screen sizes.

    I hope this helps. Let me know if you have further questions.

    Best regards,
    Daniel

    • This reply was modified 3 years, 1 month ago by 100plugins.
    Thread Starter monika777

    (@monika777)

    Thank you for your reply! I tried this code, it works a bit better for me.

    .open-user-map .box-wrap .map-wrap {
    height:600px;
    }

    Thank you one more time, nice job!

    Plugin Author 100plugins

    (@100plugins)

    Thanks and I’m glad this works for you. As promised I will keep you posted about the upcoming update @monika777.

    If you are happy with my plugin please consider droping a quick review as this is supporting me most.

    Best regards,
    Daniel

    • This reply was modified 3 years, 1 month ago by 100plugins.
    Plugin Author 100plugins

    (@100plugins)

    Hi Monika,

    Good news! I’ve just released Version 1.2.10 which addresses also your request:

    These are the new features:

    • “Add location” button can be disabled entirely
    • create and use automatic image thumbnails
    • Better styling & validation for fieldsets
    • Custom UI color for all elements
    • Better “Labeling” for input fields
    • hide empty custom fields
    • Feature Request: “Full width”, “Fixed Size” & “Responsive size” option (yours!)
    • Feature Request: marker categories filter
    • Feature Request: single pages for locations
    • Feature Request: automatic Social Media Icons
    • Feature Request: dynamic image size

    So have fun with the update and please let me know if you have any questions or requests.

    Best Regards,
    Daniel

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive for mobile’ is closed to new replies.