Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1347417

    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.

    #1347420

    Also, where can I edit

    <h2 class=’avia-caption-title

    to change it to a H1 tag for the Easy Slider?

    #1347493

    Hello, any chance I could get some support today please? Thanks.

    #1347494

    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

    #1347503

    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?

    #1347577

    Hi,

    Thanks for the update. You can disable file compression under Enfold->Performance. The header tag can be changed in the Advanced tab for each slide in the Easy Slider.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.