• I upgraded to version 2.71 from 2.6.
    The ability to insert images into posts then to click on them until they reached the maximum size has disappeared. Now when I click on an image it is not linked to a bigger image.
    Does anyone know how I can get that functionality back?
    Thanks,

Viewing 12 replies - 1 through 12 (of 12 total)
  • When you go to upload the picture into your post, make sure that under the Link URL input box that you click File URL and make sure that it inserts the URL to the image.

    Thread Starter monte56

    (@monte56)

    I tried that, it does insert the picture, but it is HUGE, not like the 2.6 version where it starts off small and allows the user to click on it to obtain a bigger picture.

    Graphics should be uploaded in the maximum size you would want displayed.

    Thread Starter monte56

    (@monte56)

    I understand the graphics should be uploaded at the maximum size. When I go to insert the picture, the page has:

    Alignment: None Left Center Right
    Size: Thumbnail Medium Large Full size (1024 × 768)

    The only bubble that can be checked is the one already checked, 1024×768
    How do I get the other choices?

    Thread Starter monte56

    (@monte56)

    Bump
    Anyone?

    I do not get the options to choose the different sizes when I upload my picture. The other options can’t be selected. I only get the fullsize option, but below it, it shows (0 x 0)

    see screencap:
    https://img.photobucket.com/albums/v223/irishblu/sample.jpg

    any idea why is it like that?

    I have the same problem..when i upload image, i can insert it into post only in ‘Full size’..other sizes [thubmnail, medium, large sieze] options are grayed out so i cant use them….any thoughts?

    Dashboard, settings, media – make sure you have the sizes you want available entered.

    It’s not that easy… I have all those sizes activated by the image isn’t resized for me either. See my settings…

    https://photos-1.getdropbox.com/i/l/ZTwC73ju3F2IKwrMkNUF0N8oucEUqZyWlJb8dPjROxk

    But the media dialog shows only the original size available. The image is inserted at full size allthough thumbnail size has been selected for the gallery in the post.

    https://photos-1.getdropbox.com/i/o/EFrXBkMQ9plEI534KJEgTV6yBcA7CnbnlXR6E_CX83Q

    Maybe PHP isn’t build with the proper settings? I’ve used the following during my last PHP update:

    ‘./configure’ ‘–prefix=/usr’ ‘–datadir=/usr/share/php’ ‘–mandir=/usr/share/man’ ‘–bindir=/usr/bin’ ‘–libdir=/usr/share’ ‘–includedir=/usr/include’ ‘–sysconfdir=/etc’ ‘–with-config-file-path=/etc’ ‘–with-exec-dir=/usr/lib/php/bin’ ‘–disable-debug’ ‘–enable-inline-optimization’ ‘–enable-magic-quotes’ ‘–enable-safe-mode’ ‘–enable-sigchild’ ‘–disable-ctype’ ‘–with-mysql’ ‘–disable-cli’ ‘–without-pear’ ‘–with-openssl’ ‘–with-apxs2=/usr/sbin/apxs2-prefork’ ‘–with-zlib’ ‘–with-zlib-dir=../zlib-1.2.3’

    Any more ideas?

    Found the solution myself… to bad WordPress didn’t told me as it did with the missing z-lib earlier.

    –with-gd was missing…

    ‘./configure’ ‘–prefix=/usr’ ‘–datadir=/usr/share/php’ ‘–mandir=/usr/share/man’ ‘–bindir=/usr/bin’ ‘–libdir=/usr/share’ ‘–includedir=/usr/include’ ‘–sysconfdir=/etc’ ‘–with-config-file-path=/etc’ ‘–with-exec-dir=/usr/lib/php/bin’ ‘–disable-debug’ ‘–enable-inline-optimization’ ‘–enable-magic-quotes’ ‘–enable-safe-mode’ ‘–enable-sigchild’ ‘–disable-ctype’ ‘–with-mysql’ ‘–disable-cli’ ‘–without-pear’ ‘–with-openssl’ ‘–with-apxs2=/usr/sbin/apxs2-prefork’ ‘–with-zlib’ ‘–with-zlib-dir=../zlib-1.2.3’ –with-gd –with-png-dir=”../libpng-1.2.39″

    damn… resizing PNG works… JPEG not… even –with-jpeg-dir=”../jpeg-7/” doesn’t help. I’m stuck…

    PS: sorry for my self-conversations here ??

    make clean is mandatory if you’ve already compiled without libjpeg before… now it’s working.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Image Resize’ is closed to new replies.