Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #958455

    Hi,

    That issue has been resolved a long time ago. It’s an issue with the map API key which can now be added in the theme options. I don’t think that’s even related to the script issue.

    Please try this script in the functions.php file.

    if (!is_admin()) add_action("wp_enqueue_scripts", "avf_mediaelement_enqueue", 11);
    function avf_mediaelement_enqueue() {
       wp_deregister_script('wp-mediaelement');
       wp_register_script('wp-mediaelement', "//cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.9/mediaelement.min.js", false, null, false);
       wp_enqueue_script('wp-mediaelement');
    }
    

    It’s going to reload the mediaelement script.

    Best regards,
    Ismael

    #958724

    I have download that latest version of Enfold and have added your code to the functions.php at the bottom, and tried it further up the code. In all cases it screws up headers on all the pages and the megamenu. Np maps.

    I have reverted back to 4.2.6

    #960111

    Hi,

    I don’t think the script will affect the header. The update probably caused it. Please upgrade the site again then reconfigure the header settings. We are still not sure why the plugin creates the error.

    If possible, please open a new thread because this one is getting a bit too long. It will be difficult for other moderators to review the thread.

    Best regards,
    Ismael

    #960693

    Thanks. I have tried this but it does not work. I tried it with Enfold 4.3.4
    I see from the forum other users are having the same problem with the conflicts between Enfold and the Series Engine plugin.
    I think the point is being missed in that I cannot update all the pages where maps do not show, such as, Modern Tribe Events Calendar, maps are not showing on all pages.
    Again I have reloaded 4.2.6 where everything works.

    #962226

    Hi,

    Thank you for using Enfold.

    I found a thread like this where one of the moderators provided a temporary fix.

    // https://kriesi.at/support/topic/enfold-upgrade-to-4-3-1-caused-als-mt-and-pdf-display-issues-workaround-found/#post-958237

    Please let us know if it helps.

    Best regards,
    Ismael

    #962417

    This has fixed all the problems. Well done. Thanks

    #963443

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 7 posts - 31 through 37 (of 37 total)
  • The topic ‘Upgrade 4.3 – Google Map not working’ is closed to new replies.