Hi,
The file wp-content/themes/mixxcazt/inc/elementor/widgets/testimonial.php is triggering a notice in debug mode:
notice:: Undefined index: column_tablet in wp-content/themes/mixxcazt/inc/elementor/widgets/testimonial.php on line 1519
notice:: Undefined index: column_mobile in wp-content/themes/mixxcazt/inc/elementor/widgets/testimonial.php on line 1520
You can replace in those lines and in lines 730, 731, 733, 734 by respectively :
hide_tablet (instead of column_tablet)
hide_mobile (instead of column_mobile)
While you’re working on that file you can also change line 208, 212, and 216 :
replace fa fa-align-left with eicon-text-align-left
replace fa fa-align-right with eicon-text-align-right
replace fa fa-align-center with eicon-text-align-center
For me the icon of fontawesome were not working.
I have a question : how can i make those changes on my child theme ?