I have contacted the Divi Theme support they said this analytics plugin prevent the tabs module for working on Safari browser since it shows this error: ReferenceError: Can’t find variable: ga
This problem only on safari mobile version. Please check.
Plugin Support
John Coy a11n
(@johndcoy)
Automattic Happiness Engineer
Hi @abdul-samad-k-t
Thanks for reaching out. The toggle element is a unique feature of the Divi theme and having WooCommerce Google Analytics Integration causes this unique theme feature to fail, is that correct?
I just tested the most recent version of WooCommerce Google Analytics Integration, Divi, and Divi Builder and I could not replicate this issue. Try disabling all plugins except for WooCommerce and Divi Builder to see if this resolves the issue? If so, then re-enable each one at a time until you find the one that’s causing the conflict.
You can then contact Elegant themes to see what is causing the conflict.
Thanks again,
Finally found the real problem!. A code to defer parsing jquery in my Divi child theme functions.php and this analytics plugin conflicts. So I removed the code from functions.php. It solved the issue.