![]() |
|
ZenPhoto plugin for WordPress not fully functioning - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: ZenPhoto plugin for WordPress not fully functioning (/thread-10760.html) |
ZenPhoto plugin for WordPress not fully functioning - jackdaw - 2013-01-20 Since the beginning of using ZP together with WordPress I use a very small plugin which served me very well untill the latest upgrade of ZP. It is still functioning, but it is not creating the appropriate thumbs anymore. You can see what I mean at the right of this page: And now I hope someone can tell me what I have to change in this code to make it work again. I visited the website of the author of this plugin, but I can't get in touch with him (no contact information). `function zenphotos($max=12) {
}` ZenPhoto plugin for WordPress not fully functioning - acrylian - 2013-01-21 Sorry, I cannot help but I would suggest to look at the normal theme and /zp-core/i.php to see how the image processor works. Note that the code above does not cover any password protection or inheritat publish states. That can only be checked via the object model. Sadly due to WP's theme structure the Zenphoto as a plugin way does not work. ZenPhoto plugin for WordPress not fully functioning - jackdaw - 2013-01-22 Because I didn't know where to look etc. (I'm not really good at PHP), I created a custom page inside ZP with a printlatestimages() and loaded that page into an iframe in my WP-pages. He who isn't smart has to be clever http://www.jacktummers.nl/blog ZenPhoto plugin for WordPress not fully functioning - acrylian - 2013-01-22 That's the simplest solution actually and not that bad. (iFrame is not that bad as real frames and nearly all video services use it as wel). ZenPhoto plugin for WordPress not fully functioning - jackdaw - 2013-01-22 Also, html5 has this attribute called 'seamless' for iframes. Until now only supported by Chrome, but it will display iframes just like any other section of a document. ZenPhoto plugin for WordPress not fully functioning - acrylian - 2013-01-22 If you clear all margins and borders you can already make it look like that, I think. |