When I click on the Add Photo button, it tries to load a page instead of opening up a thickbox window. What am I missing?
http://jaywoodruffmemorialfund.com/pictures/
Flash
not resolvedWhen I click on the Add Photo button, it tries to load a page instead of opening up a thickbox window. What am I missing?
http://jaywoodruffmemorialfund.com/pictures/
Flash
Hi flash,
This is probably a template problem...when I view the source on your site, it doesn't call the thickbox.js.
The solution is probably #1 in this article: http://smashly.net/blog/add-photo-link-opens-new-page/
Cheers,
Byron
Interesting,
I tried to put thickbox.js in and I didn't get any results, but then I noticed that bwbps was also not getting loaded. For some reason I was unable to use wp_enqueue_script but I manually put both thickbox and bwbps in after the wp_head() call and it works fine now
Thanks for the plugin
Flash
Did your footer file have the wp_footer() call in it? That's how the thickbox.js gets pulled in. It's all very standard WordPress stuff for pulling in those scripts. I've learned the hard way that doing thing the WordPress way makes life much easier for me in the long run.
bwbps.js should have been coming in the head with the wp_head(). I'm not sure what kind of voodoo might be blocking those...interesting indeed.
BB
Next problem, got the uploader to work as advertised but I'm having some permissions problems.
Image path: /home/zombiitv/public_html/wp-content/uploads/bwbps
Exists - but not writeable.
CHMOD attempted and failed. - Permissions: 0755
If I manually set the folder to 777 I get:
Warning: chmod() [function.chmod]: Operation not permitted in /home/zombiitv/public_html/wp-content/plugins/photosmash-galleries/admin/bwbps-info.php on line 34
Warning: chmod() [function.chmod]: Operation not permitted in /home/zombiitv/public_html/wp-content/plugins/photosmash-galleries/admin/bwbps-info.php on line 35
Warning: chmod() [function.chmod]: Operation not permitted in /home/zombiitv/public_html/wp-content/plugins/photosmash-galleries/admin/bwbps-info.php on line 37
# Image path: /home/zombiitv/public_html/wp-content/uploads/bwbps
Exists. - Permissions: 0777
# Thumbnail path: /home/zombiitv/public_html/wp-content/uploads/bwbps/thumbs
Exists. - Permissions: 0777 - originally set to: 0777, but has been fixed
# Uploads path: /home/zombiitv/public_html/wp-content/uploads
Exists - but not writeable.
CHMOD attempted and failed. - Permissions: 0755
# Documents path (videos, et al): /home/zombiitv/public_html/wp-content/uploads/bwbps/docs
Exists. - Permissions: 0755
strangely, the docs folder chmod call appears to be working
any ideas?
Flash
Try using the WP uploads option...go to PhotoSmash Settings - Uploads, and check the "Use built-in WordPress upload functions" box.
BB