bbasilico
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FuneralPress] Thumbnail image uploadThanks and will do!
Forum: Plugins
In reply to: [WP FuneralPress] Thumbnail image uploadI have the same problem
Uploaded the image to the obit fine! Tried to upload a placeholder image and no luck.When I right click the “?” obit image here is the link
The image is there
http://carememorialcremation.com.previewdns.com/wp-content/uploads/2013/07/images9A TimThumb error has occured
The following error(s) occured:
Could not find the internal image you specified.Query String : src=http://carememorialcremation.com.previewdns.com/wp-content/uploads/2013/07/images9.jpeg&w=100&h=100
TimThumb version : 2.8.11Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Thumbnails not showing upThe hard code on the .js file worked!
Thanks so much!
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Thumbnails not showing upNope…
Am I supposed to? Not sure what to update on lightbox.js
Thanks Much!
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Thumbnails not showing upGerben
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
http://www.scooperdude.com/gallery
Thanks Again!
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Thumbnails not showing upThanks 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.
http://www.scooperdude.com/gallery
Thanks Again!
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Thumbnails not showing upFigured it out… I am not a coder just a sleuth!
it was a rouge . $row->url and extra ‘amp’ and ‘;’ in the code
in gallery.php
replace
line 531echo ‘<img src=”‘.WP_PLUGIN_URL.’/magic-gallery/image.php’ . ‘?width=’ .$options[‘thumb_width’]. ‘height=’ .$options[‘thumb_height’]. ‘&cropratio=1:1&image=’.WP_PLUGIN_URL.’/magic-gallery/uploads/’ . $row->albumid . ‘/’ . $row->url . ‘” alt=”‘ . $row->title . ‘” />’;
line 563
echo ‘
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Thumbnails not showing upGerben
The problem is the first iteration of the file name… right after the /image.php
I have the same problem
This does WORKwithout the //DSC00358.JPG in the middle
http://www.scooperdude.com/wp-content/plugins/magic-gallery/image.php?width=150&height=150&cropratio=1:1&image=http://www.scooperdude.com/wp-content/plugins/magic-gallery/uploads/3/DSC00358.JPGHow can I fix this?
Thanks
BB