galego
Forum Replies Created
-
Forum: Plugins
In reply to: Lazy Gallery<i>Seems that’s how it should be … one thing I realized, I didn’t try removing the trailing ‘/’ .. but that’s the way the example was.</i>
Nope … that doesn’t work 🙁 not even a gray box to be seen.
Forum: Plugins
In reply to: Lazy GalleryI set the gallery to wp-images … which is at the root … So .. to be specific, the blog is at
http://balancecapoeira.com/index.php …and the gallery index is at
http://balancecapoeira.com/wp-gallery/lazy-index.php
In lazy-gallery.php (in plugins) Ihave …
$gallery_address = ‘/wp-gallery/’;Seems that’s how it should be … one thing I realized, I didn’t try removing the trailing ‘/’ .. but that’s the way the example was.
Forum: Plugins
In reply to: Lazy GalleryNot sure if this is hijacking the thread/topic … apologies if so …
I have this plug-in set up and it appears to be sort of working … I put two images in the gallery folder. When I navigate to my lazy-index.php file, I get two small gray boxes instead of thumbnails. When I click on one of those, instead of the images, I get:
Warning: imagesx(): supplied argument is not a valid Image resource in /usr/home/b/bowie-capo/www/htdocs/wp-content/plugins/lazy-gallery.php on line 165
Warning: imagesy(): supplied argument is not a valid Image resource in /usr/home/b/bowie-capo/www/htdocs/wp-content/plugins/lazy-gallery.php on line 166
Warning: imagedestroy(): supplied argument is not a valid Image resource in /usr/home/b/bowie-capo/www/htdocs/wp-content/plugins/lazy-gallery.php on line 167
The offending code is …
$xsize = (imagesx($img));
$ysize = (imagesy($img));
imagedestroy($img);I thought it was a problem with the image files … I reloaded them, but same result … any ideas??