Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rhewlif

    (@henryp)

    Try putting this code into the plugin’s donation_therm.php file:

    if (!is_admin())
      add_filter('widget_text', 'do_shortcode', 11);

    and remove yours from the functions.php file. I’ve just tried it on a test site and it does the trick.

    If that doesn’t work, does the shortcode work in a post/page? Have there been any changes to your server within the last week? My second guess would be that the plugin folder permissions need to be relaxed. Try 777 and see if the image gets saved. Third guess would be that the GD library has been modified on your server. Create a phpinfo file and check what’s installed. If none of these work, it would be useful to know what error messages are on the server error log.

    Thread Starter jimnaum

    (@jimnaum)

    Changing the php files didn’t work, permissions at 775 didn’t work, but permissions at 777 did work. Not a big fan of 777, but I guess it will have to do. Thanks for your quick response!

    Plugin Author rhewlif

    (@henryp)

    Ok. You’re right, it’s not the most secure workaround…I will look into changing how the thermometer is produced for the next update. Cheers

    i have the same problem. Is there any fix yet? 777 is not a workaround for me.

    thx!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘1.3.2 update removed graphic from my site’ is closed to new replies.