Well its the first Ive heard of this pluggin and this thread was started 2 years ago. ive just started 5 new wevsites using wordpress as the platform so I should be able to use this plugin, has it been updated since this thread started?
@Simbul - probably solved. I do these moves: 1st forced in wp-config a pair of chmod for www.aruba.it, 2nd unistalled and reinstalled the (same) zenphotopress; 3rd changed zp theme to default (but i suppose that's ininfluent). NOW work.
@zp bbpress admin ...Junior apprentice? Niceful to (re)be Junior :-)
Junior apprentice? Niceful to (re)be Junior :-) Sorry, that it is just a title...I am sure some of the recent spammers have a solution for the real world thing..;-)
I was able to get Zenphotopress working on one of my sites, but not on another. I've read through your documentation and forum posts, which led me to enabling debug mode and checking out the following URI:
That output should, if I'm not mistaken, represent a null value, which means ZenphotoPress couldn't get anything out of Zenphoto. Are you sure you're pointing to the right gallery and that it contains actual albums and photos? Also, what version of Zenphoto are you using?
No error. When I open popup for entering albums there are not indicated albums in the list. If I enter the tag manually, however photos aren't visible.
@smilla.php: Apparently you are using Zenphoto Gallery which is not the same as ZenphotoPress Also note that the latest version of Zenphoto Gallery is not compatible with Zenphoto 1.4.x.
@fretzl, I know they are different. I tried both plugins: - ZenphotoPress - Zenphoto Gallery
Zenphoto Gallery has never worked and you have explained that is not compatible. ZenphotoPress worked initially (even if with IE multiple images were always shown in vertical column) but after the update does not work. Thank you.
@smilla you mean after updating Zenphoto? I'm having a hard time trying to reproduce the issue: everything's working fine on my test installation. Have you by any chance changed the address of your Zenphoto gallery? Or maybe the filesystem path on the server is different than it was before? Try experimenting with the url/path options in ZenphotoPress settings.
Recently (in the past month or two) my thumbnails using ZenphotoPress are not the correct image dimensions.
In my Zenphoto settings they are set to 144x144 and display fine on the gallery, but when I try to embed that in WordPress using ZenphotoPress it makes the thumbnails 88x144 and 144x108 and all sorts of different dimensions.
Is there any way to fix this? I've deleted and re-installed ZenphotoPress and also changed the thumbnail settings in Zenphoto admin (hoping it'd reflect to ZenphotoPress) and neither seem to work.
TimThumb seems to be a image resizer but ZenphotoPRess (as far as I know about it) uses already Zenphoto's image resizes (that is the liknk you posted).
This question will be asked a lot I think, but I can't find the answer.
I created an album in ZenPhoto called "Beige-Geel". The ID used in the url is album=beige-geel.
How can I find the ID to use in the shortcode in ZenPhotoPress to include my album in WordPress? Everyone tells me that I have to go to the MySql-database, but there has to be a simple way.
Actually in Zenphoto terms the folder name/path (toplevel/sublevel/...) IS the id and the number is virtually not used directly. You can use the object model to get the database id of an item (for images it is printed on the backend entry though).
The ID is indeed the numeric ID of the row in the database. Since it is cumbersome to get that info out of the database, the ZenphotoPress popup has a dropdown that will automatically insert a shortcode based on the album you choose. Have you tried using that?
Comments
@zp bbpress admin ...Junior apprentice? Niceful to (re)be Junior :-)
Sorry, that it is just a title...I am sure some of the recent spammers have a solution for the real world thing..;-)
I was able to get Zenphotopress working on one of my sites, but not on another. I've read through your documentation and forum posts, which led me to enabling debug mode and checking out the following URI:
http://webdev.journalism.indiana.edu/blogs/faculty/wp-content/plugins/zenphotopress/zenphoto_bridge.php?function=get_nested_albums&data_path=/Volumes/WebDevRaid/WebSite/apps/zenphoto/zp-data
I get N; as the only output. Have you ever seen that happen before?
I appreciate the great plugin. Thanks very much for your time.
Also, what version of Zenphoto are you using?
I use version 1.4.1.6 of zenphoto and 3.2.1 of wordpress
Btw, sojweb seems to have resolved the issue (I visited the link just now and it's working). Maybe he can give you some hints.
Also note that the latest version of Zenphoto Gallery is not compatible with Zenphoto 1.4.x.
- ZenphotoPress
- Zenphoto Gallery
Zenphoto Gallery has never worked and you have explained that is not compatible.
ZenphotoPress worked initially (even if with IE multiple images were always shown in vertical column) but after the update does not work.
Thank you.
Hopefully Simbul will respond to your question.
You could also try the WordPress forum.
`http://wordpress.org/extend/plugins/zenphotopress/`
I'm having a hard time trying to reproduce the issue: everything's working fine on my test installation.
Have you by any chance changed the address of your Zenphoto gallery? Or maybe the filesystem path on the server is different than it was before? Try experimenting with the url/path options in ZenphotoPress settings.
In my Zenphoto settings they are set to 144x144 and display fine on the gallery, but when I try to embed that in WordPress using ZenphotoPress it makes the thumbnails 88x144 and 144x108 and all sorts of different dimensions.
You can see an example on this page: http://www.awesomeannie.com/tv/partners/pictures/ it looks like a complete mess with all the varying thumbnail sizes. And here's what it looks like on my actual ZenPhoto gallery (uniform 144x144 square thumbnail sizes, much nicer): http://www.awesomeannie.com/annie-wersching-pictures/tv/partners/bts/
Is there any way to fix this? I've deleted and re-installed ZenphotoPress and also changed the thumbnail settings in Zenphoto admin (hoping it'd reflect to ZenphotoPress) and neither seem to work.
When I try use TimThumb (http://code.google.com/p/timthumb/) generated thumbnail image for wordpress related post usage, it return error as following when it try to get first image of http://www.hkgimages.com/2011/09/tsuen-wan-pyrotechnic-show/ page:
A TimThumb error has occured
The following error(s) occured:
Could not find the internal image you specified.Query String : src=http://www.hkgimages.com/pic/zp-core/i.php?a=events/tsuen-wan-firework&i=hkgimages-20110916-203106.jpg&w=120&h=120
TimThumb version : 2.8.3
The images URL was generated by ZenphotoPress, TimThumb work well if the images was hosted on Flickr.
Any Hints?
The latest ZenphotoPress version is 1.7.5.1, on http://wordpress.org/extend/plugins/zenphotopress/
I created an album in ZenPhoto called "Beige-Geel".
The ID used in the url is album=beige-geel.
How can I find the ID to use in the shortcode in ZenPhotoPress to include my album in WordPress?
Everyone tells me that I have to go to the MySql-database, but there has to be a simple way.
Can you help me?
Since it is cumbersome to get that info out of the database, the ZenphotoPress popup has a dropdown that will automatically insert a shortcode based on the album you choose. Have you tried using that?
Because of your answer I searched for it and found it.
That works great.
Thanx.
Is it an idea to put this feature in the FAQ of the plugin?
I have found more people on the internet with the same question.
Thanx again for the quick response.
You're right, it may be a good idea to add that as a FAQ.
Are you talking about the popup or the widget?