Home › Forums › Basel support forum › Thrive leads infinite loading › Reply To: Thrive leads infinite loading
August 10, 2019 at 9:23 am
#137289
Artem Temos
Keymaster
Hi,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_gradients_enabled', '__return_false' );
Regards