I've got everything installed, but when I click on the zp button to add photos, the popup window gives me this error:
The requested URL /wp-includes/js/tinymce/plugins/zenpress/popup_zp.php was not found on this server.
I don't see where to change this url to the correct one. Help?
Thanks a million!
Comments
(Copied from other SusieN post):
There are two sets of directories you have to copy. One is the actual plugin which you put into plugins under your wp_content directory, and the other one goes under the includes in the tiny_MCE plugins section. The zenpress docs in the distribution should have the exact placement locations. That's probably why you're getting that error.
So, looking at the distribution folder, there are two directories:
wp-content\plugins\zenpress
wp-includes\js\tinymce\plugins\zenpress
If you look at the structure, you have to place the zenpress folders in those locations on the server. That should do it. Activate the plugin, then go to Options>Zenpress to configure. It may autodetect the settings.
Sorry for the lengthy emails. I'm a network admin , so I can get wordy with explanations.
Now the ONLY thing I need to figure out is how to add a "Back to Blog" link at the top of the photo gallery page.
I am so relieved. I've been working on finding a gallery solution for 5 days now!
As for the back link, what I did (using the Sterile theme packaged with Zenphoto) is add a link to the index.php, image.php, and album.php breadcrumb markers for the title.
An example is my wife's site:
http://www.babybluecatdesigns.com/zenphoto/ which has the breadcrumb markers. So:
`
<?php echo getGalleryTitle(); ?>
`
Note you can add a link to the getGalleryTitle() statement above to accomplish what you want.
If it's possible, I'd like to see it once you get it done.