Home › Forums › WoodMart support forum › Google Maps y Carrousel not working JS Errors
Google Maps y Carrousel not working JS Errors
- This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
June 11, 2019 at 10:03 am #128004
Oriol DuarriParticipantHi,
In another topic this error was fixed for me but now appeared again and I have to publish the website for my client and I need a fast fix, error attached as screenshot,
You gave me a js code for fix the error, and worked, I have the functions.php of the child theme with this code:
<?php
/**
* Enqueue script and styles for child theme
*/
function woodmart_child_enqueue_styles() {
wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array( ‘woodmart-style’ ), woodmart_get_theme_info( ‘Version’ ) );
wp_enqueue_script( ‘woodmart-waypoint’, ‘https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.2/waypoints.min.js’, array( ‘jquery’ ), woodmart_get_theme_info( ‘Version’ ), true );
}
add_action( ‘wp_enqueue_scripts’, ‘woodmart_child_enqueue_styles’, 1000 );Can you give fast fix please?
Attachments:
You must be logged in to view attached files.June 11, 2019 at 11:50 am #128029
Elise NoromitMemberHello,
As for Brands, make sure you have set the carousel in the setting of the element http://prntscr.com/o0evlm
Check your API key settings and add your current domain to its configuration. If you still have the problem, provide page URL
Best Regards
June 11, 2019 at 12:08 pm #128033
Oriol DuarriParticipantHi,
We’ve used “carrousel” the standart of visual composer, we will try the “brands” element of woodmart,For google maps we have the same API in other websites and it’s working correctly without error, in Console we have the error attached below
Attachments:
You must be logged in to view attached files.June 11, 2019 at 1:42 pm #128055
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the updated site admin access to the private area
Best Regards
June 11, 2019 at 3:23 pm #128076
Oriol DuarriParticipantHi,
Solved for the moment, the error was given by a JS introduced for us, it conflicts with the theme, don’t worry we will fix it for our own way,
The website now works, but gives a JS advertice:
We was thinking that we will be fixed in the new release, but after update we keep having the issue attached below, the syntaxerror is fixed,
Attachments:
You must be logged in to view attached files.June 11, 2019 at 8:01 pm #128085
Elise NoromitMemberHello,
Have you checked the issue with the deactivated plugins? I mean Google map issue?
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register