Hello, I have generated a Google API which I have not restricted and entered into the theme settings. All Looks good. However, the map on widget footer 1 does not display, but the map at the base of the contact page does. All seems to be set up correctly. Could you please take a look, log in details are in the Private Content box. Thank you.
Also, where can I edit
<h2 class=’avia-caption-title
to change it to a H1 tag for the Easy Slider?
Hello, any chance I could get some support today please? Thanks.
Hi,
Sorry for the late response. The map is actually rendered in the widget but for some reason, its height is dynamically set to 80%, which will not work because the height of its parent container is not specified or is set to 0. Adding this css code should adjust the height of the map container.
.widget .avia-google-map-container {
height: 200px !important;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Thanks, the map is now displaying after adding the CSS. I cannot see an option to disable the File Compression in the theme settings though.
Also, where can I edit this text please?
<h2 class=’avia-caption-title
to change it to a H1 tag for the Easy Slider?