Image Headlines Problem
-
Image headlines as been working on my site for a while for post titels, menu headings, etc…
Today I went to change a menu title and I got the following error when I went to load the page.
Warning: imagettfbbox() expects parameter 1 to be double, string given in /home/philpeep/public_html/wp/wp-content/plugins/image-headlines.php on line 793
Warning: imagettfbbox() expects parameter 1 to be double, string given in /home/philpeep/public_html/wp/wp-content/plugins/image-headlines.php on line 802
Warning: imagettftext() expects parameter 2 to be double, string given in /home/philpeep/public_html/wp/wp-content/plugins/image-headlines.php on line 692
Warning: imagettftext() expects parameter 2 to be double, string given in /home/philpeep/public_html/wp/wp-content/plugins/image-headlines.php on line 716
If I change the text back to what it was before, it loads the cached image just fine again. Why won’t it create a new image with the new text? Agaain, it creates post titles jsut fine, just not when I use the following:
<?php echo ImageHeadline_render( ‘arg’,’font_size=36px’ ); ?>
I just used this lest than a week ago on 2 different sites with various textand itworked just fine….
Any ideas?
The topic ‘Image Headlines Problem’ is closed to new replies.