Title: Ryan's Replies | WordPress.org

---

# Ryan

  [  ](https://wordpress.org/support/users/choon/)

 *   [Profile](https://wordpress.org/support/users/choon/)
 *   [Topics Started](https://wordpress.org/support/users/choon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/choon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/choon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/choon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/choon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/choon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [AnyFont plugin issue](https://wordpress.org/support/topic/anyfont-plugin-issue/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/anyfont-plugin-issue/#post-1792283)
 * Thanks for bringing this to my attention.
 * The bug has been fixed in the latest version (2.1.4), your previous/next post
   titles should display correctly after upgrading AnyFont.
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AnyFont] [Plugin: AnyFont] Adding Custom Rule changes setting for other Custom Rules](https://wordpress.org/support/topic/plugin-anyfont-adding-custom-rule-changes-setting-for-other-custom-rules/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-anyfont-adding-custom-rule-changes-setting-for-other-custom-rules/#post-1779036)
 * This bug has been fixed in trunk which you can download [here](http://downloads.wordpress.org/plugin/anyfont.zip).
 * I have not released this fix yet as there is currently no upgrade path for existing
   custom css rules, which means all your current custom css rules will become disabled
   and have no style selected after you upload and activate the new version of AnyFont.
   The upgrade path will only be fixed when I release version 2.1.3 of AnyFont, 
   hopefully in a couple of days from now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AnyFont] [Plugin: AnyFont] Still a bug for sidebar titles](https://wordpress.org/support/topic/plugin-anyfont-still-a-bug-for-sidebar-titles/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-anyfont-still-a-bug-for-sidebar-titles/#post-1730332)
 * If you look on the AnyFont settings page, there is a tab called “FontServ Settings”
   where you can enter your API key after signing up at [FontServ.com](http://fontserv.com).
 * Once you have entered your API key you can then convert your fonts to webfont
   compatible formats via the Font management page in AnyFont. Then once you have
   converted some fonts, you can create styles much in the same way as the image
   styles from the CSS3 tab on the style management page.
 * You can then assign those styles to be applied to your blog on the Settings page
   just like you assign image replacement styles.
 * Hope that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AnyFont] [Plugin: AnyFont] Still a bug for sidebar titles](https://wordpress.org/support/topic/plugin-anyfont-still-a-bug-for-sidebar-titles/)
 *  Plugin Author [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-anyfont-still-a-bug-for-sidebar-titles/#post-1730323)
 * Hi,
 * Sorry about the lack of response from my side, as you said yourself, things have
   been quite chaotic, I don’t have much spare time in between working on AnyFont
   and clients, but I do read everything that is posted and will try and respond
   at some point.
 * Regarding the sidebar images, the reason they don’t have alt or title tags is
   a limitation of the way WordPress core handles widget titles. It is also mentioned
   on the settings page in AnyFont that widget image replacements are not SEO friendly.
 * If you want SEO friendly widget titles with custom fonts, I suggest you use the
   CSS3 styles available in AnyFont.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AnyFont] Can’t understand why fonts wont show](https://wordpress.org/support/topic/plugin-anyfont-cant-understand-why-fonts-wont-show/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-anyfont-cant-understand-why-fonts-wont-show/#post-1417318)
 * Hi,
 * Images on your live site are returning a 404 and I noticed you dont have permalinks
   enabled, so the problem here is most likely one of the following 2 issues…
    AnyFont
   was unable to edit your .htaccess file(which should cause a warning message to
   display) or your host does not support mod_rewrite and/or allow overrides.
 * First check the .htaccess file located in the document root and make sure the
   following exists right at the top of the file:
 *     ```
       # BEGIN AnyFont
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteRule ^images/(.*)\.png$ /wp-content/plugins/anyfont/img.php [L]
       </IfModule>
   
       # END AnyFont
       ```
   
 * If .htaccess does exist and the AnyFont section is in there, contact your host
   and ask them if the mod_rewrite module for PHP is installed and if “AllowOverride
   FileInfo” is set for your site.
 * Enjoy AnyFont! 🙂
 *  – Ryan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AnyFont] Extra spaces in font replacement images?](https://wordpress.org/support/topic/plugin-anyfont-extra-spaces-in-font-replacement-images/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-anyfont-extra-spaces-in-font-replacement-images/#post-1247420)
 * Sorry about the extremely slow response to this issue, This bug has been resolved
   in the latest version of AnyFont.
 * Enjoy! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [AnyFont has too much empty space at the bottom](https://wordpress.org/support/topic/anyfont-has-too-much-empty-space-at-the-bottom/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/anyfont-has-too-much-empty-space-at-the-bottom/#post-1274977)
 * Sorry about the extremely slow response to this issue, This bug has been resolved
   in the latest version of AnyFont.
 * Enjoy! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [AnyFont on other text ? and What about Caps ?](https://wordpress.org/support/topic/anyfont-on-other-text-and-what-about-caps/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/anyfont-on-other-text-and-what-about-caps/#post-1217049)
 * Please see my latest blog post on how to apply AnyFont styles to your WordPress
   menu: [http://2amlife.com/using-anyfont-for-your-menu-text](http://2amlife.com/using-anyfont-for-your-menu-text)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Anyfont Plugin is not at all working](https://wordpress.org/support/topic/anyfont-plugin-is-not-at-all-working/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/anyfont-plugin-is-not-at-all-working/#post-1336538)
 * The location of the cache folder and the font folder changed with version 0.9.0,
   once you upgrade to this version successfully, rolling back to an older version
   will require you to manually move your fonts folder to the old location.
 * To ensure a smooth upgrade to version 0.9.X, Please make sure your wp-content&
   uploads folder can be written to by the server, and then deactivate and activate
   AnyFont. At the very least, you need to make sure that the following folders 
   exist and can be written to by the server:
 * wp-content/uploads/fonts/
    wp-content/cache/anyfont
 * AnyFont supports both otf and ttf fonts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Different font – problem with viewing](https://wordpress.org/support/topic/different-font-problem-with-viewing/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/different-font-problem-with-viewing/#post-1221943)
 * Hi,
 * I downloaded the x-files font and tested it with AnyFont and found that the font
   itself works perfectly. The only thing is, AnyFont reads and displays the name
   thats embedded inside the font, not the filename. And the x-files font in your
   link is actually named Overexposed.
 * If you still cant get AnyFont working, just contact me via my blog and explain
   exactly what is/isn’t working, and I’ll do what I can to help you to get it working.
   The link to my blog is available on the AnyFont plugin page.
 *  – Ryan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AnyFont] no help what so ever](https://wordpress.org/support/topic/plugin-anyfont-no-help-what-so-ever/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-anyfont-no-help-what-so-ever/#post-1160192)
 * Could you please provide a more detailed description or a url to an example of
   how AnyFont stopped working?
 * I am more than happy to help you resolve any problems you might have with AnyFont.
   But please understand that during the week my paying clients come first and while
   I do try and respond to every query as quickly as possible, there will be times
   when I am just too busy to reply. Generally if I don’t come back to you within
   a week or so, contact me again to remind me of the first mail.
 * I’ll look for your email now though and reply asap.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Anyfont plugin error (to author)](https://wordpress.org/support/topic/anyfont-plugin-error-to-author/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [17 years ago](https://wordpress.org/support/topic/anyfont-plugin-error-to-author/#post-1054521)
 * This issue has been resolved in the latest update (version 0.6.3)
    🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Anyfont Plugin Help](https://wordpress.org/support/topic/anyfont-plugin-help-1/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [17 years ago](https://wordpress.org/support/topic/anyfont-plugin-help-1/#post-1053986)
 * First thing that comes to mind is; when you created the fonts directory and styles.
   ini manually, did you copy the admin style out of styles.default? The admin style
   is required to render some of the fonts within the admin section. Also if you
   look in the font-cache dir, are there any images saved in there? I have fixed
   the issue with the page appearing to hang when saving styles, so the best advice
   I can give right now is for you to try updating the plugin to the latest version(
   0.6.2), then if you still got problems generating images, paste all the relevant
   info here and I’ll try to help best I can.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [anyfont plugin help](https://wordpress.org/support/topic/anyfont-plugin-help/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/anyfont-plugin-help/#post-1047908)
 * You need to edit your theme’s php files for this to work, so for example if you
   want to change your post titles on your front page, edit the index.php file for
   your theme, look for the H2 tag related to the posts and then replace the contents
   of that tag with the code I mention in the docs.
 * I am working on a method which will allow you to do this automatically from the
   settings page and hope to release this feature with the next version sometime
   this week.
 * Thanks for trying out my plugin and enjoy!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Deactivating AnyFont plugin causes 500 Internal Server Error](https://wordpress.org/support/topic/deactivating-anyfont-plugin-causes-500-internal-server-error/)
 *  [Ryan](https://wordpress.org/support/users/choon/)
 * (@choon)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/deactivating-anyfont-plugin-causes-500-internal-server-error/#post-1045668)
 * Sorry about that, I just discovered that bug this past week, and have not had
   time to fix just yet, although I will try and get a fix released sometime this
   weekend.
 * The quick fix though is to edit the .htaccess file inside the main wordpress 
   directory and try see what is causing the error. If you cant make out what the
   problem is, then just delete the .htaccess file.(note that doing this will disable
   your permalinks, simply login to the admin panel to re-enable)
 * Regarding the TTF uploads, Windows does not allow you to upload from the system
   font folder, you will need to first copy the font to another location such as
   your desktop, and then upload from there.
 * Hope this helps! 🙂

Viewing 15 replies - 1 through 15 (of 15 total)