Wordpress FLIR (Facelift Image Replacement) plugin clipping off end of text -


I am using FLIR for the Wordpress plugin (v0.8.9.2) with the FancyFonts enabled I run Wordpress 3.1 The problem I am experiencing is that it seems that the plug-in is closing some pixels at the end of the text that it generates does not do this for all the lessons, but where this happens It happens continuously, it happens continuously.

Here are some examples:

Enter image details here

 Enter image details here

Enter the image details here

In my search for solutions, I have many people with this issue Have found, but never have any solution, any idea would be greatly appreciated. Thanks!

I know that it was asked some time ago, but when I came across a problem finding With every solution I read on every page, a group of people quarreled about the source of the problem and reproduced it, but did not provide any solutions.

It does not fix the problem on its source, but it works well. Open gener.php

Search:

  $ FLIR ['text'] = html_entity_decode_utf8 ($ FLIR [ 'Text_encoded']);   

Replace with:

  $ FLIR ['text'] = html_entity_decode_utf8 ($ FLIR ['text_encoded']) "";   

This is a place after all the input strings. Space is provided with the rest of the text, but it has been cut (so you do not see it). This does not add the actual HTML position, so if it is provided using a text-browser, without a FLIR rendered, or used by crawler (additional for SEO) additional space will not be visible. It is only inserted in the PHP function which creates an image.

After about an hour's search, I thought it would be useful to have at least one fix on Google.

Edit: This does not work for text with alphabets I was about to leave and did not use letter spacing only, but I found out That this work (again, is not resolving the problem on the source, but deciding the scene issue in the same way) inc-flir.php

Find:

  Open the return rtrim ($ ret);   

Replace with:

  $ spacetxt back. Rtrim ($ ret) $ Spacetxt;   

This includes the location of the same place on either side of the image as it is between the characters of each character I added the space on both left and right so that the text is mostly focused Could.

Edit:

Oh, yes! Do not clear both FLIR cache and your browser's cache or you will not be able to see updates!

Comments