Blanco for WordPress theme stop working with last WP update

This topic has 4 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp

  • Avatar: Neishonline
    Neishonline
    Participant
    August 30, 2015 at 22:06

    Since the last WP update customers are no longer able to choose my variations that were set or add to cart. WordPress stated that my files were outdated. I tried replacing the old with the new but I’m not sure if i did it right because the to make a purchase no longer works. I was forced to change the theme because i was loosing sales. I need the updated Blanco to start from the beginning. Please help.

    Will i have this issue every time WP does an update?
    How do I get the latest version of Blanco to be compatible with the latest WP update?

    Sheri

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 31, 2015 at 07:09

    Hello,

    Please add this code in functions.php file:

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    	return 100;
    }
    add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );

    and check variable products after that.

    You can read about this code here:
    https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/

    Best regards,
    Jack Richardson.

    Avatar: Neishonline
    Neishonline
    Participant
    September 7, 2015 at 16:38

    I removed all blanco files from my computer, if i download it again will it be compatible with the new WP or do i still need to add this code?

    Avatar: Eva
    Eva Kemp
    Support staff
    September 7, 2015 at 19:52

    Hello,

    Blanco 3.3 version is compatible with new WordPress version.
    Please pay attention what file was removed in the theme update:
    DELETED : blanco/woocommerce/single-product/add-to-cart/variable.php
    http://themeforest.net/item/blanco-responsive-wordpress-wooecommerce-theme/2755246

    It must be deleted in your site too in wp-content/themes/blanco/woocommerce directory.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.