pluginswoo
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] JS loads on all pagesTry the following codes.
add_action( 'wp_enqueue_scripts', 'custom_swatches_script_conditional_loading', 99 ); function custom_swatches_script_conditional_loading(){ // Edit page IDs here if (! is_product()) { wp_dequeue_style('woo-variation-swatches'); // Dequeue CSS file. wp_dequeue_style('woo-variation-swatches-theme-override'); // Dequeue CSS file. wp_dequeue_style('woo-variation-swatches-tooltip'); // Dequeue CSS file. wp_dequeue_script('woo-variation-swatches'); // Dequeue JS Script file. } }Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Price not showing up any moreCould you disable our plugin for a while and check the price is changing without our plugin or not.
Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] incompatibility fastest cacheForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Color VariationsForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Image Zoom SwatchesI am sorry for the late response!
Actually, there is an option inside to customize it.Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] incompatibility fastest cacheForum: Plugins
In reply to: [Variation Swatches for WooCommerce] WooLayout Injector Blurry ThumbnailsForum: Plugins
In reply to: [Variation Swatches for WooCommerce] varation label placementThe job of our plugin is to enable swatches replacing dropdown.
Disable our plugin you can see where the title appear without our plugin.
If it’s in the same raw, ask your theme developer to show in two row.Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Issue with “Use Transient Cache”Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Seasonal ColorsForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Can’t select in quick viewForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Widget layered nav listForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Image Zoom SwatchesForum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] Default image