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

Color customizer #277

Closed nodarik closed 3 years ago

nodarik commented 6 years ago

Color customizer has problems, it not working, i tested it here in this ticket:

https://colorlib.com/wp/forums/topic/setting-featured-image-on-pages/ (scroll down at the bottom you will see admin details in private message)

no, third party plugins, no child theme, everything seems natural but color customizer does not work, i saw the same question from 2-3 customers but lost the chance to inspect their problem,

mahendrapratap4022 commented 3 years ago

The live color update issue in the customizer is fixed in https://github.com/ColorlibHQ/illdy/pull/332 and there is one more issue in epsilon-framework in

class-epsilon-control-color-scheme.php file.

line no 122 <i class="dashicons dashicons-arrow-down"/> should be <i class="dashicons dashicons-arrow-down"></i>

I have created the PR https://github.com/WPChill/epsilon-framework/pull/199 in epsilon-framework with the fix or anyone can fix this by just changing it directly.