Thumbnails and lightbox

HomeSupportImage StoreThumbnails and lightbox

Tagged: ,

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #46676
    omarf
    Participant

    Thumbnails aren’t showing. I found another post in this form where it was said that the problem was with some servers. Has this been addressed? The images are there and they show up when clicked, but not with lightbox.

    Any guidance on this, please?

    Link: http://www.aeromediagroup.com/test-gallery/

    BTW, thanks for sharing this plugin with the WP community. The demos look great.

    #46677
    Xpark Media
    Keymaster

    The first thing that you want to check if your images are not showing on the front-end is permission to file image-store/admin/_key make sure that there is a file in the directory and that the file is read only.

    #46678
    omarf
    Participant

    Thanks for the quick reply, Hax.

    The _key folder has 755 permissions and the *.txt file had permissions set to 640. I’ve changed the txt file permissions to read only (440) and removed and added images back to the gallery, but no change.

    What are the correct permissions for the _key folder?

    #46693
    Xpark Media
    Keymaster

    check your gallery folder permission, also be sure that they are readable by everyone

    #46696
    omarf
    Participant

    They are all 755

    #46701
    Xpark Media
    Keymaster

    I think is something in your server, maybe permssions on the image.php script. if you go directly to the image link the image displays fine.

    #46706
    omarf
    Participant

    It’s the thumbnail that’s missing. Thumbnail creation for NextGen Gallery works OK:
    http://www.aeromediagroup.com/photography/

    image.php had 644 permissions. Even at 777 for image.php the thumbnails don’t show up.

    #46707
    Xpark Media
    Keymaster

    The link that I sent you was to one of the thumbnails, but it looks like they are working now. Can you please share what you did to fix the problem so it can help others. Thank you .

    #46710
    omarf
    Participant

    No, the page you referenced in the post above in post #46707 is made by NextGen Gallery, not by Image Store. Image store thumbs are still not being generated. If you click on the missing thumbnail, you still get the full-size image. Just no thumbnail.

    See the missing thumbnails on this page:
    http://www.aeromediagroup.com/galleries/gallery-329/

    #46729
    FCoppola
    Participant

    did you load this from outside of the galleries folder . if not then I would suggest to reload the images into the and then select SCAN FOLDER this is the way I did it and the images was no issue . best of luck

    #46732
    omarf
    Participant

    The images are added to the gallery via the Upload images > Select files dialog.

    I tried the method FCoppola suggested without success – I deleted the images from the gallery and then scanned the folder. No change.

    I see in the _imsgalleries/gallery-xxx/_resized folder all the resized images.

    Even the thumbnails that are supposed to be shown on the front end are there.

    Obviously the plugin is successful in resizing images and saving them to the mentioned location. Somehow that correct location is not being passed to the front-end gallery creation procedure.

    Any guidance on this, Hax?

    #46740
    Xpark Media
    Keymaster

    You can try to debug, the image.php file.

    I could take a look at your installation but I will ned FTP and WP access, but I will also ask you to make a donation to the plugin. [email protected]

    #46755
    omarf
    Participant

    I should have looked at the error.txt file sooner – the readfile() function was disabled in php.ini.

    The thumbnails are showing up now. I think your mention of “debug” was the key here. 😉

    #46788
    timothy
    Participant

    Hey Omarf,

    I’m having the same problem, checked php.ini and could not find a read file function. Pasted my php.ini below. Could you point me to the function if you see it and if it’s there?

    register_globals = off
    allow_url_fopen = off

    expose_php = Off
    max_input_time = 60
    variables_order = “EGPCS”
    extension_dir = ./
    upload_tmp_dir = /tmp
    precision = 12
    SMTP = relay-hosting.secureserver.net
    url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”

    [Zend]
    zend_extension=/usr/local/zo/ZendExtensionManager.so
    zend_extension=/usr/local/zo/4_3/ZendOptimizer.so

    #46793
    omarf
    Participant

    Timothy, your ability to modify the PHP setup will depend on what your hosting provider allows.

    If you don’t have access to it, you might be able to ask your hosting provider or server administrator to remove the readfile function from the disabled list.

    What you posted above is only a part of your PHP configuration, probably from your account-level php.ini file. To get the whole picture, you can upload a phpinfo file to your server and call it up with a web browser. See this: http://php.net/manual/en/function.phpinfo.php

    Use the code listed in the example to create your phpinfo.php file, upload to your server and call it up: http://www.yoursite.com/phpinfo.php or whatever path you place it under.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.