Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #605973

    Hi,

    I just purchased Enfold, downloaded the shop demo theme and I am unable to see/use some modules like google maps, full width slider, image with hotspot etc.
    Please assist. This is in an add-on domain in my hosting but i checked and it is not a hotlink protection issue.

    #606043

    Hi gruppmarketing!

    You are getting a js error in console. We checked if there are any plugin conflicts but it looks like it is a brand new install and do not have any plugins other than woocommerce.

    We recommend download a fresh copy from themeforest and re-install the theme Via FTP

    kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Regards,
    Vinay

    #616223

    Hi there, initially, I downloaded and installed a fresh copy of enfold and my problem is solved. However, I still face this problem now suddenly after updating woocommerce.

    #617188

    Hi,

    Could you try adding the following to the bottom of your functions.php file to see if that helps please?

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Thanks,
    Rikard

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