Error in Zenpress Pop Up Window

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

  • OK. I understand now. Zenpress.
    (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. :)
  • Oh my gosh! Thank you so much!! I didn't realize about the second directory to go into the includes folder. I cannot thank you enough!! And for me, the wordier the better....it's how I learn!

    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!
  • Zenphoto is a great gallery. It's very easy to modify and theme.

    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.
  • PERFECT! Thank you soo much! I am loving zenphoto! :)
  • You are most welcome. Enjoy.

    If it's possible, I'd like to see it once you get it done.
  • I'd be glad to show you, but it's nothing fancy. I'm using the default theme for zenphoto and just changing some colors on it to match my blog. I'll email you when I get it all finished. Thanks again!
  • Cool. I'll look forward to it.
Sign In or Register to comment.