Two conflicts with Divi Theme
-
1. Firs problem – when your plugin is active it is affecting Divi Theme Options panel id admin site. Here is a video that shows what I mean: https://drive.google.com/open?id=11LKuuB5q_MAkH4EGS5nGV7F9zunHvZx8
2. Second problem – bigger one.
When your plugin is active it makes Divi Add To Cart module (for Woocommerce) displayed above everything else without any styling.
Example here: https://test.pysznepierogi.pl/danie/piecuchy-czego-dusza-zapragnie-5-szt/
Video that shows the problem here: https://drive.google.com/open?id=1IupTpLOfIxwqOOUP9d0F6pf8BHavFoqcDivi support provided workaround that problem with javascript, but it would be nice it those two products could work properly together ??
Javascript Divi support provided:
<script> jQuery( document ).ready(function() { jQuery('.single-product .cart').remove().clone().appendTo('.et_pb_wc_description'); }) </script>
- The topic ‘Two conflicts with Divi Theme’ is closed to new replies.