• I know Divi was built to work with WooCommerce, so I assumed it would work with WooCommerce-Catalog. I really need this function to work and remove all sales and cart facilities. I’ve tried everything without success. The cart remains, even though the page itself doesn’t exist. Please help if you can.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t have an answer but was getting ready to implement catalog with Divi as well since we are not ready yet for ecommerce. Will wait for answer with you. The problem is not cache or CDN by chance?

    Thread Starter dreamfields

    (@dreamfields)

    No its not that, as far as I can tell. Divi just doesn’t seem to recognise the plugin at all. Possibly it has something to do with this latest WP update. I know WooCommerce product buttons don’t work suddenly in Opera. So this is an all round nightmare I’ve having.

    • This reply was modified 7 years, 12 months ago by dreamfields.
    Thread Starter dreamfields

    (@dreamfields)

    csasser I don’t know if you’ve been following my discussion re this topic on ET but here is the end solution, custom CSS:

    .et-cart-info span {
    display: none;
    }
    .woocommerce .woocommerce-ordering {
    visibility: hidden !important;
    }

    That handles it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working with Divi’ is closed to new replies.