![]() |
|
zpArdoise 1.4 for zenphoto 1.4.1 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: zpArdoise 1.4 for zenphoto 1.4.1 (/thread-8854.html) Pages:
1
2
|
zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 11-07-2011 Hi, The 1.4 zpArdoise release is now avaliable for ZenPhoto 1.4.1. Improvements of this release : [list] Feel free to download and use it, and thanks in advance for your feedback! Please report bugs on the forum and I will try to fix as soon as possible. zpArdoise 1.4 for zenphoto 1.4.1 - ncs - 14-07-2011 Hi Vincent, I'm trying do put a slide show of random photos on the homepage with the Galleriffic script, but I can't figure out hot to call the album in the zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 14-07-2011 hi to do that, you need to code a specific page choosen to be the homepage. there is many other way to do a slideshow (probably more simple than galleriffic) have a look on : there are some scripts I have searched for doing a slideshow on my web site zpArdoise 1.4 for zenphoto 1.4.1 - acrylian - 14-07-2011 We have a slideshow plugin (which uses the cycle script of the first link) that also can be called directly with any album on any theme page if you set parameter to the function directly. See the documentation. zpArdoise 1.4 for zenphoto 1.4.1 - ncs - 14-07-2011 Actually I managed to have it with the slideshow plugin, testing it on a "standalone" page, that is home.php but: [list=1] [*]Putting the code in an unpublished page -in respect of the theme options- prints out nothing, just a page with the header and footer. I duplicated the album.php page, stripping out the unnecessary code but I can't go on because I did not understand how to call a specific album, that is the one containing the pics for the slide show (perhaps could be a virtual one?). zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 15-07-2011 Hi I don't know how the option 'Gallery index page link' works. That said, this option has no effect on the theme : you can set any page, you go to the gallery page or the page choosen on Homepage option. for example,i wrote a index2.php with this code :
` an I have choosen index2.php in 'Gallery index page link' option : this file is never called. @acrylian or @sbillard : could you explain how this option 'Gallery index page link' works ? zpArdoise 1.4 for zenphoto 1.4.1 - acrylian - 15-07-2011 Re: 'Gallery index page link': The theme may need specific support for that. But sbillard will be able to explain that. Regarding the slideshow: No need for hacking, you can easily hide the image title via CSS: zpArdoise 1.4 for zenphoto 1.4.1 - ncs - 15-07-2011 This is exactly what I did. I apologize for giving a wrong information about your theme. zpArdoise 1.4 for zenphoto 1.4.1 - ncs - 15-07-2011 @acrylian: I was so focused in understanding the code stuff that I missed a so simple solution. zpArdoise 1.4 for zenphoto 1.4.1 - acrylian - 15-07-2011 It is quite easy. As the documentation tells you have to pass an album object to the appropiate function parameter. Regading codeblocks and custom fields. It is the same as with plugin calls, if the theme does not already have theme (none can have all...) you have to add them yourself. (not familiar with this theme of course). zpArdoise 1.4 for zenphoto 1.4.1 - sbillard - 15-07-2011 Gallery index page is a way to have a specific script set for the "gallery" home page of the theme. (That is a page different from Best way to understand it is to look at the Effervescence+, Garland, and Zenpage themes for. The first allows for a dynamic setting of the option the other two use a standard index for the gallery of zpArdoise 1.4 for zenphoto 1.4.1 - mdbr - 21-07-2011 hello great theme but i have a problem in the page look http://www.mdbrx.com/gl/pages/bio in the page i find this a:3:{i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";} why? zpArdoise 1.4 for zenphoto 1.4.1 - cristofoto - 24-07-2011 hello i have the same zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 26-07-2011 hi, the problem is due to an issue of zenphoto. Try the latest night build of 1.4.1.1 zpArdoise 1.4 for zenphoto 1.4.1 - olihar - 30-07-2011 Can I suggest one thing, for the image.php to work almost the same way as album.php just without the thumbs. So, preload as it does in album, as well it does not refresh the page when going to next image. I personally would love for google maps to load the same way in image.php as the image, name and desctption does. Is that something of interest and hard do implement? EDIT: I can see keyboard navigation works in image.php thats great, but again the whole webpage reloads when going to next and previous. On this subject a little more, would it be possible for the images to get their name in the url bar instead of /#6 as if you add another image to that folder and someone has linked to one of the images it will/might have changed. zpArdoise 1.4 for zenphoto 1.4.1 - olihar - 16-08-2011 @vincent3569 Have you gotten the change to look into the above suggestions? zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 25-08-2011 hi @ olihar : I haven't seen your reply before... I am sorry but i don't know how to change the picture in image.php without reload the whole page. for the image name in the link, I don't know too (but according to me, it might be a core functionnality of zenphoto displaying the logical name of the picture rather than the physical name). however, the title displayed in browser tabs contains the title of the picture. zpArdoise 1.4 for zenphoto 1.4.1 - acrylian - 26-08-2011 If I recall right this theme uses the zpGalleriffic script as well. So that #6 numbering in the url is built in there so the script would need to be changed. This url changing stuff without actually loading a new page would probably be a major change. Maybe look at the zpGalleriffic site if there is maybe an option or workaround. zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 31-08-2011 @olihar : I found a solution for your request in album.php, lines 49 to 53, replace `
` by `
` this hack add the filename in the url as "albums/#filename.jpg" zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 31-08-2011 I am sorry, but the forum filters the code :-( you have to had [quote] name="" [/quote] |