Skip to content
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

Fixed SSL certificate problem by adding sslverify' => false to wp_remote... #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

engwerda
Copy link

Fixed SSL certificate problem by adding sslverify' => false to wp_remote...
Load scripts only on plugin page.
CSS fix for dropdowns not being completely visible.

…ote_get.

Load scripts only on plugin page.
CSS fix for dropdowns not being completly vissible.
@damonsharp
Copy link
Contributor

I had this issue with the plugin for a client tonight. I think a better option would be to replace the following so that the ssl check still takes place...

change line 26 in google-typography.php from

protected $fonts_url = "http://fonts.googleapis.com/css?family=";

to

protected $fonts_url = "//fonts.googleapis.com/css?family=";

Google will serve up the correct file. This works when referencing jQuery, etc. from googles CDN as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants