Anyone Having Issues with Titles in Images
-
If you’ve tried to use this plugin and are having issues with the title in the generated image not showing. The plugin is actually broken.
On line 1239 in includes/class-apt.php
$font = WAPT_PLUGIN_DIR . '/fonts/Arial.ttf';
should actually be
$font = WAPT_PLUGIN_DIR . '/fonts/arial.ttf';
The filename of the font is case-sensitive. Alternatively, you could just rename the file auto-post-thumbnail/fonts/Arial.ttf to arial.ttf
The other fonts don’t work, there is no code to utilize them. Only Arial works.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Anyone Having Issues with Titles in Images’ is closed to new replies.