![]() |
|
Starter help with slideshow - 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: Starter help with slideshow (/thread-12744.html) |
Starter help with slideshow - patockaj - 2015-06-04 Hi, I am trying to put it into functions.php (in one of basic themes) where I am trying "echo printSlideShow(true,false,'4.9.2011', "", 400,400);" where 4.9.2011 is name of my album. Cans omeone help me how do I correctly call slideshow on my ZenPhotos page please? Starter help with slideshow - fretzl - 2015-06-04 You have to create an album object first. ` Starter help with slideshow - acrylian - 2015-06-04 Quote:I am trying to put it into functions.php (in one of basic themes) where I am trying "echo printSlideShow(true,false,'4.9.2011', "", 400,400);" where 4.9.2011 is name of my album. Also, the Starter help with slideshow - jaxczech - 2015-10-05 Hello, To each theme, each file and each folder but it isnt working anywhere. For example I tried to put it into "printHeadingImage()" in Effervescence theme or into "indexpage" in ZenPage theme and it is still not working. All it can do is to broke whole gallery. I am not even able to dump it, the last avible dump is on "getTitle()" but there is going something wrong on "newAlbum()" Starter help with slideshow - acrylian - 2015-10-05 Well, in any case you are using the object model wrong: Where is Starter help with slideshow - jaxczech - 2015-10-09 Hello, thank you for help but it is still crashing on PrintSlideshow. I got "slideshow" allowed in theme settings.
My code: Starter help with slideshow - acrylian - 2015-10-09 You need to be more specific what "crash" means. Please review your error log. Starter help with slideshow - jaxczech - 2015-10-09 There is nothing about slideshow in the log. USER ERROR: Invalid album instantiation: Rhodos 8-15.9.2015 does not exist. in /../class-album.php on line 1215 (and that album exists) Starter help with slideshow - acrylian - 2015-10-09 Well apparently the album does not exist. Sorry, can't help as I don't know your site. Btw, I would recommend to not have spaces etc in album names. URLs look nice and it possibly saves some issues although it is not a technical problem. Starter help with slideshow - fretzl - 2015-10-09 Let's start from the beginning ;-) |