Does anyone know how I put google maps in too a Slider?
Hey steelgate!
Drag and drop a color section
add the map element into a “color section” element.
Then use the “For Developers: Section ID” option to give this section an unique id/name (eg “fullwidthmap” – without the quotes). Afterwards you can expand the section to 100% of the website width by using following css code
#fullwidthmap .container {
width: 100% !important;
}
Cheers!
Vinay Kashyap
Thanks,
Should I insert the iframe in a text block?
How do I get this in my slider?
Hey!
You cannot directly insert it in a slider.
Please view this page http://kriesi.at/themes/enfold/pages/contact/
To make a similar one just drop a color section select it’s height 25% of the page from edit options.
Then add google maps from Advance Layout builder > Media Elements > Google maps
In the mapoptions you can setup the address or location
no copy pasting code from google maps :)
Regards,
Vinay Kashyap
I find it. Thanks a lot.