-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not quite working for me. #6
Comments
Hi @digisavvy I just don't have to time to pursue this at the moment. Writing a book and maintaining some premium plugins takes up all my time. I'm sorry but I can't figure out why it's not working for you. :( I'll leave this issue open incase anyone else can look into it. |
You should add a setting so it can work. |
## Hi, I have added the following in my functions.php after activating the plugin.`function mytheme_fontsettings( $wp_customize ) { $wp_customize->add_setting( 'font_family', array( if (class_exists('Google_Font_Picker_Custom_Control')){ ## and my fonts array is:`
}` ## and I'm getting the following error:
=================== any idea what I'm doing wrong here? |
Hey Patrick,
So I gave this a try. Installed the plugin and added the code to the functions.php file and I do not see the control/setting/section for the fonts in the customizer. I just copied and pasted what you had. What might I be missing here?
Thanks and happy T-day
The text was updated successfully, but these errors were encountered: