• If images names contain spaces, in admin panel thumbnails and images in shutterbox are not displaying, and links to images are incorrect and return a 404.

    The issue is related to esc_url function that remove spaces from urls.

    This function is used in href, src and other tags, causing the issues mentioned above.

    I’ve solved replacing code from old version (i copied from 1.7 admin/manage-images.php) in which esc_url function is not used

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Yes, same here. If a space is found, the thumb cannot be displayed. Any chance you (fabio48) could share this code? Thanks a lot!

Viewing 1 replies (of 1 total)
  • The topic ‘Thumb issue in admin panel for images with spaces in name’ is closed to new replies.