New home › Forums › Visitor Generated Markers › General queries › Add a Marker form appearing on top of the page
- This topic has 5 replies, 3 voices, and was last updated 4 years, 10 months ago by ricardo.
-
AuthorPosts
-
August 23, 2017 at 9:53 pm #29814rengland77Member
I’m working on a hiking site for my client. Users submit a marker/image, and if they want to give more info I redirect them to another page (to fill out a USP form and add more content).
When I put in the[wpgmza_vgm_form link_to_map="6" redirect_to="/marker-added"]
shortcode under the map, it places itself on the of the page.
http://lc.rengland.net/map/christmas-valley/
(VGM is turned off)Maps with VGM turned ON display correctly (underneath map)…but I need that redirect. (All maps will redirect to the same page… so maybe there’s a way to just set that?).
Thanks for any help 🙂
- This topic was modified 4 years, 10 months ago by rengland77.
August 23, 2017 at 10:09 pm #29816[email protected]MemberHi there,
Thank you so much for getting in touch with us!
I am sorry for the trouble you have been experiencing with the plugin.
Could I kindly ask you to try adding the following Custom CSS to the Custom CSS field under ‘Maps’ -> ‘Settings’ -> ‘Advanced Settings’:
.wpgmza_map {
position: absolute !important;
top:0px !important;
}
.entry-content{
position:relative !important;
}.entry-content h2:first-of-type {
margin-top:610px !important;
margin-bottom: 10px !important;
}Please let me know if this helps.
Thanks for your time.
Kind regards,
DylanAugust 24, 2017 at 7:09 pm #29846rengland77MemberThank you! It worked 🙂
I didn’t even consider trying it with css… yay!August 24, 2017 at 7:13 pm #29847[email protected]MemberHi there,
That is great to hear! It is a huge pleasure 🙂
If you have a second to spare, could you please consider leaving a review here – https://wordpress.org/support/plugin/wp-google-maps/reviews/? It would mean the world to me!
Thank you for your time and patience and please feel free to reach out if there is anything that I can assist you with.
Have a fantastic day further 🙂
Kind regards,
DylanAugust 24, 2017 at 9:38 pm #29855ricardoMemberHi there. Is there a way to make the UGM appear on top of (above) the map please?
This is what I have, but would like the visitors to see the UGM form first instead of last on the page.
Please help as our site is lauching this saturday !! Thanks in advance.Map
August 24, 2017 at 9:54 pm #29858[email protected]MemberHi Ricardo,
Thank you for getting in touch with us!
Could I please ask you to try the following CSS and add it to ‘Maps’ -> ‘Settings’ -> ‘Advanced Settings’:
.wpgmaps_user_form {
position:absolute !important;
top: 150px !important;
}#wpgmza_filter_1 {
margin-top:450px !important;
}.et_pb_code_0 h2:last-of-type {
position:absolute !important;
top: 100px !important;
}Please let me know if this helps.
Thanks for your time.
Kind regards,
Dylan -
AuthorPosts
- You must be logged in to reply to this topic.