Eric Alli
Forum Replies Created
-
Hi Eric,
Thank you for your feedback!
I’ll try and address this issue as soon as I can. If you’d like to submit a pull request, feel free to do so here: https://github.com/ericalli/google-typography
Thanks!
EricForum: Plugins
In reply to: [Google Typography] REQUEST > Button to export CSS?Great request! I’ve started working on this feature and will push it out in the next release.
Thanks!
Forum: Plugins
In reply to: [Google Typography] Size and Color parameters as optionalsI’ve just posted an update to Google Typography (v1.1) that fixes these options. Thanks!
Forum: Plugins
In reply to: [Google Typography] Warning in debug modeI’ve just posted an update to Google Typography (v1.1) that resolves this issue. Thanks!
Forum: Plugins
In reply to: [Google Typography] Can't load past "Add New"I’ve just posted an update to Google Typography (v1.1) that resolves this issue. Thanks!
Forum: Plugins
In reply to: [Google Typography] SSL when their is noneYes! I’ve just fixed this issue and will pushing an update out in the next few days.
The bug fix will address issue with SSL and other certificate errors. However, you may still have issues using the plugin locally if PHP CURL or the file_get_contents() function is missing from your PHP install.
Forum: Plugins
In reply to: [Google Typography] Not WorkingHey javamart,
Are you receiving any specific error messages when trying to use the plugin?
Thanks,
– EricForum: Plugins
In reply to: [Google Typography] it's not working!Hi there,
Are you seeing any specific error messages? Or perhaps did you see any errors upon activating the plugin?
Thanks,
– EricForum: Plugins
In reply to: [Google Typography] Question: Load Defaults?Hey Melanie,
Absolutely! I’ve added in a function called register_typography() to allow theme devs to pre-load font sets — I wrote about it in a recent blog post here (scroll down near the bottom):
http://blog.ericalli.com/google-typography-a-plugin-for-wordpress
If you are pre-loading fonts, a “reset” button also appears so users can revert back to your defined sets.
Thanks!
– EricForum: Plugins
In reply to: [Google Typography] var $fonts not an array (just on one site)Het Don,
It definitely seems as though the plugin failed to fetch a list of fonts from Google.
Could you try deactivating and reactivating the plugin? When reactivating, check for any particular error messages that might appear.
Also, what version of WordPress do you have installed?
Thanks,
– EricForum: Plugins
In reply to: [Google Typography] Cirillic?Not yet, but this will be supported in v1.1 for sure! Update is coming this month.
Forum: Plugins
In reply to: [Google Typography] Normal and Bold TitleHey William,
In order to combine normal and bold text as you mentioned, you’ll simply need to change the source HTML for that text.
Unless the original HTML contains a bold or strong tag, you won’t be able to achieve that mix of normal and bold text.
Hope that makes sense.
Thanks!
– EricForum: Plugins
In reply to: [Google Typography] How for posts/pages?Hey there,
There’s no limit to where you can use Google Typography. Since WordPress gives all posts, pages and even individual posts and pages specific classes and ID’s you can use those selectors to apply your fonts virtually anywhere.
For example, here’s a standard blog post page: http://googletypography.wordpress.com/2013/06/20/google-typography-a-plugin-for-wordpress/
If you wanted to apply a font to the title of that specific post you could use the following selector:
#post-3 .entry-title
OR for all single post pages:
.single-post .entry-title
http://cloud.ericalli.com/image/0W0b2o2V1B3w
Hope that helps!
Thanks,
– EricForum: Plugins
In reply to: [Google Typography] How to attachHey there,
Have you taken a look at the Google Typography setup video? https://vimeo.com/67957799
If you’re still having trouble, let me know and I’ll do my best to help out!
Thanks,
– Eric