Hi @stormebonheart,
Sorry to interrupt this thread.
I am using WordPress 4.7, Hueman 3.2.12, Hueman Addons 1.0.9
I am not experiencing any error on my test site.
Please see my screen-cast.
http://screencast-o-matic.com/watch/cDli1QQD5d
Please carry out the troubleshooting steps found in the documentation that Menaka provided for you.
Thank you
i tried re-installing everything, resetting it all, and i’m contacting my host support, and this theme is still making me troubles. can’t fix the customize dead end :/
I’m going to need server requirements for this theme, since it is the only theme that’s causing the problems. i’ve contacted my host support, and they located the error within the theme: other themes are working just fine.
Hi,
I think you are having similar issue with users on this thread.
https://ww.wp.xz.cn/support/topic/syntax-error-unexpected-t_default/
The Theme author is currently working on a fix.
https://github.com/presscustomizr/hueman/issues/361
Please wait for theme update.
Thank you.
I have the same problem. I disabled all plugin, disabled my child theme (why such light colored fonts), and reinstalled WordPress 4.7. The pages that don’t work are Appearance->Customize and Header. The actual website works fine.
I fixed it!! Those Lynda.com php classes are paying off. I edited the function as described in the github link displayed above using FTP and Deamweaver. LOL Dreamweaver spotted it right away but did not indicate the space before “default” was the problem.
$wp_customize->get_setting( $custom_css_setting_id ) ->default = $new_def;
BTW, this happens on both line 351 and line 357.