ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

Add edit skill section in about us section is not working #320

Closed nodarik closed 3 years ago

nodarik commented 3 years ago

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

sky93 commented 3 years ago

image

I have the same problem. Any quick fix?

michaelzap commented 3 years ago

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.

mahendrapratap4022 commented 3 years ago

Hi @nodarik It is fixed in https://github.com/ColorlibHQ/illdy/pull/323