Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Child Themes

Home / Forums / Virtue Theme / Child Themes

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
December 14, 2017 at 5:02 pm

Quick question and sorry if its been answered before,

I m running you virtue premium theme and would like to know how I can add the child version of the theme if possible for doing updates.

I am noticing I have custom coding in the functions.php file and everytime i get a woo commerce update I have to keep re entering this coding

function iconic_wc_ajax_variation_threshold( $qty, $product ) {
return 350;
}

add_filter( ‘woocommerce_ajax_variation_threshold’, ‘iconic_wc_ajax_variation_threshold’, 10, 2 );

  • The forum ‘Virtue Theme’ is closed to new topics and replies.