• Hi there,
    I updated to v3.1.6 and the new Woocommerce layout options play havoc with some other plugins, specifically the placement of the wishlist icons in the product catalog.

    They also replace customizations I’ve applied to the default Woocommerce layout.

    I’ve had a go at playing around with the options and I can certainly appreciate the flexibility they add, however it would be really helpful to have the option of disabling the options completely and sticking with the default Woocommerce options.

    If this is already possible and I’m overlooking a checkbox please let me know ??

    Kind regards.
    JP

Viewing 2 replies - 1 through 2 (of 2 total)
  • I agree, my child theme got overwritten with the new default customization styles (which are output as inline css)…
    I’ve tried to add the following to my functions.php to deactivate all this new inline css, it works but maybe Cyberchimps can verify that code as I am not a pro:

    // when the after_setup_theme hook fires
    add_action( 'after_setup_theme', 'remove_custom_styles_action' );
    function remove_custom_styles_action() {
    	remove_action( 'wp_enqueue_scripts', 'responsive_premium_custom_color_styles', 99 );
    }

    But a checkbox would be much more convenient, I agree!

    • This reply was modified 5 years, 3 months ago by moaschtr.
    mica123

    (@mica123)

    I would also appreciate it if Cyberchimps gave us the option of disabling the Customizer, so that we can do our own customizations. Hopefully this should prevent any future disasters following the updates. Could Cyberchimps please reply?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please add ability to disable customization options (version 3.16)’ is closed to new replies.