Frontpage / Contact - Background

April 2014 WordPress Theme
GK User
Fri Dec 05, 2014 7:21 pm
Hi there,

in your demo you use on frontpage in post "dont hesitage to contact me" an image from a map .... i thing, this was a real google map... so my question... is it possible to add here a google-map like a like or iframe?

thanks
olli
User avatar
Fresh Boarder

GK User
Sun Dec 07, 2014 11:37 pm
Hi,

This google map is a jpg image, so there's no problem to change this image: you can replace the original one: themes/John/images/demo/map.jpg
or change the source in the text widget:
Code: Select all
<div class="gk-map" data-src="[pageurl]/wp-content/themes/John/images/demo/map.jpg"> </div>
User avatar
Moderator

GK User
Wed Aug 12, 2015 11:26 pm
Hello Piotr,

The map image does not display on my site, it just shows a loading image that's there forever. Please check it here: http://www.paultswanya.com.

Please help.
User avatar
Fresh Boarder

GK User
Thu Aug 13, 2015 8:20 am
After last WP update the [pageurl] shortcode doesn't work properly in some cases. We'll try to fix it with thext themes update.

For now please change the line
Code: Select all
<div class="gk-map" data-src="[pageurl]/wp-content/themes/John/images/demo/map.jpg"> </div>


into:
Code: Select all
<div class="gk-map" data-src="http://www.paultswanya.com/wp-content/themes/John/images/demo/map.jpg"> </div>
User avatar
Moderator


cron