-
AuthorPosts
-
May 18, 2018 at 7:32 am #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,
IsmaelMay 18, 2018 at 5:29 pm #958724I 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
May 22, 2018 at 4:24 am #960111Hi,
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,
IsmaelMay 23, 2018 at 9:51 am #960693Thanks. 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.May 25, 2018 at 4:00 pm #962226Hi,
Thank you for using Enfold.
I found a thread like this where one of the moderators provided a temporary fix.
Please let us know if it helps.
Best regards,
IsmaelMay 25, 2018 at 9:43 pm #962417This has fixed all the problems. Well done. Thanks
May 28, 2018 at 10:06 pm #963443Hi,
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 -
AuthorPosts
- The topic ‘Upgrade 4.3 – Google Map not working’ is closed to new replies.