Viewing 14 replies - 16 through 29 (of 29 total)
  • Plugin Author gerbenvandijk

    (@gerbenvandijk)

    Hoi Frauke,

    Momenteel kan dit nog niet. Ik zal ervoor zorgen dat de volgende versie van de plugin sorteerd door middel van het ID, zodat in ieder geval de volgorde van uploaden bepaald in welke volgorde het op je site komt te staan!

    Gerben

    Hey guys, I’m having the exact same problems but I managed to get it working a different way. First I tried bbasilico’s modifications, but the thumbnails were still broken.

    Then I headed on over and tried to view the thumbnails themselves…
    https://wetfish.wetfish.net/wp-content/plugins/magic-gallery/image.php/demoimg.jpg?width=150&height=150&cropratio=1:1&image=https://wetfish.wetfish.net/wp-content/plugins/magic-gallery/uploads/1/demoimg.jpg

    Going there spat out an error message…
    Fatal error: Call to undefined function imageconvolution() in /home/wetfish/www/wp-content/plugins/magic-gallery/image.php on line 334

    I have PHP GD installed, but I installed it through debian’s package manager, so maybe it’s an old version. Either way, if you see this error, you can recompile your PHP binaries, or if you don’t have root access to your server, you’ll have to settle for adding a copy of the function to the image.php file.

    If you look in the comments of PHP’s manual, there’s a couple copies of this function for people without proper GD installations.

    https://www.php.net/manual/en/function.imageconvolution.php

    Plugin Author gerbenvandijk

    (@gerbenvandijk)

    Hi Massiveboom, I also just found a fix for this issue,

    Add these lines of code to image.php, and it should be fixed!

    I will include this code in the next update!

    Best regards,

    Gerben van Dijk

    Plugin Author gerbenvandijk

    (@gerbenvandijk)

    I’ve been working on an update, version 1.7 will hit the WordPress Plugin Directory tomorrow morning. If I’m correct, it will fix the issues you guys are having! It includes the following fixes/functions:

    – The gallery will now be displayed inside the_post (meaning it won’t always be on the top of the page anymore, but on the place where you placed the shortcode.
    – The URL to the thumbnails is changed to one that works for more people (I hope ?? ).
    – The imageconvolution error is fixed.
    – The gallery images are now sorted by ID, so that they will be ordered in the same order you’ve uploaded them.
    – The Pikachoose gallery type now has the option to enable or disable the autostart of the slideshow.
    – The Lightbox loading image and close image have been fixed, they are working again.

    Thanks for the extra work and the updates!

    This is an excellent plug-in and I really appreciate your efforts!

    With the updated code I put in… the It works fine, but when you click the thumbnail and view the large version… there is a graphic link broken in the bottom right hand corner.

    https://www.scooperdude.com/gallery

    Thanks Again!

    Plugin Author gerbenvandijk

    (@gerbenvandijk)

    Hi bbasilico,

    Open up css/lightbox.css and change line 25 into this:

    #imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; outline: none; background: url(../images/closelabel.gif); height: 15px;}

    I think this will fix it, the code is also in the update of the Magic Gallery 1.7 coming out tomorrow ??

    If this doesn’t fix it open up js/lightbox.js file and put the hard url to the images at line 49 and 50.

    Enjoy!

    Gerben

    Thanks for the updated line…

    I did that and now see the Close X…
    But there is still a “? box” on top of it (missing image)

    Take a look

    https://www.scooperdude.com/gallery

    Thanks Again!

    Plugin Author gerbenvandijk

    (@gerbenvandijk)

    Hi there, did you also change the lightbox.js file?

    Nope…

    Am I supposed to? Not sure what to update on lightbox.js

    Thanks Much!

    Plugin Author gerbenvandijk

    (@gerbenvandijk)

    Check my post before;

    If this doesn’t fix it open up js/lightbox.js file and put the hard url to the images at line 49 and 50.

    The hard code on the .js file worked!

    Thanks so much!

    Plugin Author gerbenvandijk

    (@gerbenvandijk)

    Hi there, I just released the update! You can find it over here.

    Enjoy!

    I installed version 1.8 and the thumbnails were showing up fine. Then later when I revisited the pages, the the thumnails were empty. I did the rights on the cache folder. I am looking around now for the thumbnail files…

    I wanted to also point out that when I was uploading the images into the gallery I would notice when I would go back and preview, one of the thumbnails would be empty sometimes and the only way to get rid of it was to delete the image from the gallery. I have the plugin running in three pages and they were showing in all three now, not jn any of them. I can turn the text on and off in the thumbnails, but no images.

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘[Plugin: Magic Gallery] Thumbnails not showing up’ is closed to new replies.