• Resolved csquared89

    (@csquared89)


    I am using your theme and have an issue with the plugin “Multiple Images per Variation for WooCommerce”, and it gives me this error: https://i.imgur.com/M9rIcR7.jpg

    I’m not sure whether it is a plugin issue or something having to do with the theme.

    Thank you for any response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author marsian

    (@marsian)

    this seems to be tgm plugin activation error, your plugin using the same “tgm plugin activation”. you can try commenting out by placing to forward slash infront of the line “require_once dirname( __FILE__ ) . ‘/inc/class-tgm-plugin-activation.php’;” in functions.php of theme folder.

    the line
    require_once dirname( __FILE__ ) . '/inc/class-tgm-plugin-activation.php';

    would look like
    //require_once dirname( __FILE__ ) . '/inc/class-tgm-plugin-activation.php';

    Thread Starter csquared89

    (@csquared89)

    thank you!

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