• Resolved storm6969

    (@storm6969)


    Hello

    Anyone can help me please, how use it :

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

    Get a nice gallery view of all the location images. Each image is linked to the location marker on the map. Use the URL attribute to link the images to another page. Use the NUMBER attribute to limit the number of images. Both attributes are optional.

    Where i add this code ? i’m a wordpress newbie

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter storm6969

    (@storm6969)

    Hello @100plugins ,

    thank you its works !

    How can i change size of each images in gallery ?

    can we add an argument ?

    • This reply was modified 1 year, 10 months ago by storm6969.
    Plugin Author 100plugins

    (@100plugins)

    This can be done with css:

    .open-user-map-image-gallery .oum-gallery-item img {
      width: 70%;
      height: 70%;
    }

    Best Regards,
    Daniel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery’ is closed to new replies.