Home Forums WoodMart support forum Google Maps y Carrousel not working JS Errors

Google Maps y Carrousel not working JS Errors

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

    Oriol Duarri
    Participant

    Hi,

    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&#8217;, 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.
    #128029

    Hello,

    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

    #128033

    Oriol Duarri
    Participant

    Hi,
    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.
    #128055

    Hello,

    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

    #128076

    Oriol Duarri
    Participant

    Hi,

    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.
    #128085

    Hello,

    Have you checked the issue with the deactivated plugins? I mean Google map issue?

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)