Closed nodarik closed 3 years ago
I have the same problem. Any quick fix?
I was able to resolve this by editing line 559 in /inc/customizer/assets/js/illdy-customizer.js
from
api.section( newSection ).trigger('focus');
to
api.section( newSection ).focus();
That fixed the issue for me in all but the Testimonials section, which I'm just editing directly for now in: sections/front-page-testimonials-widget.php
Also note that these sections can be edited as widgets instead of from the customizer.
Hi @nodarik It is fixed in https://github.com/ColorlibHQ/illdy/pull/323
to test this go in Appearance > Customize > frontpage sections > about us and try to add or edit skills, https://prnt.sc/115lt5p This is the error message in chrome: https://prnt.sc/115lt5p