Support » Plugin: WooCommerce - Gift Cards » SSL Issue

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same issues with the plugin.

    This is how i fixed it.

    Edit /wp-content/plugins/gift-cards-for-woocommerce/includes/scripts.php

    Update Line #32
    wp_enqueue_style( 'jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );

    to

    wp_enqueue_style( 'jquery-style', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );

    Worked for me, not sure if its a standard way to do it.

    Are you guys using the free version or the pro version?

    Do you know if the developer has resolve this issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SSL Issue’ is closed to new replies.