How to change Google map location.

Posted in: Newspaper
Post count: 8

Please guide me on how to change Google map location Available in Newspaper Construction Demo, i am unable to find any option.
Thank you

Post count: 20688

Hi,

It seems there is an issue in the backend, the raw HTML element cannot be selected. The functionality should be that by clicking on the elements, the embed code of the map would be visible.
I have added this issue on our list and it will be fixed as soon as possible. In the meantime please enter this code in Theme panel->Custom CSS code section

.tdc-theme-Newspaper .vc_raw_html iframe {
pointer-events: none;
}

This will make the HTML element clickable in the composer, and allow you too change the Google map embed code
https://www.screencast.com/t/6CaprWNI
http://www.wpbeginner.com/wp-tutorials/how-to-add-google-maps-in-wordpress/
https://en.support.wordpress.com/google-maps/
Please note in the demo the iframe width is set to 100%
https://www.screencast.com/t/qGbhrQl7
Sorry for any inconvenience created by the situation.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.