![]() |
|
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: Slideshow (/thread-2650.html) |
Slideshow - macalter - 2008-04-11 Installed build from 09-Apr. Slideshow now working but some questions, understanding it's in progress:
Slideshow - acrylian - 2008-04-11
Slideshow - macalter - 2008-04-11 Theme options: Should "image size" be set for the size I want to see in the slideshow? I have it matching the crop thumbnail width as I had no idea what it referred to. The sized image I see for the album is okay. Should I pre-cache images to see if this produces the larger sized image in slideshow? It would be great if the css file could contain layout formatting. My flash player option, for no particular reason is set to flowplayer v1.0.0 Slideshow - acrylian - 2008-04-11
I was wrong above you can not set the size in If you don't set a size, "image size" from the options is taken, if you do it will be overriden.
Slideshow - macalter - 2008-04-13 version 1.1.5 [1445] Okay, updated to last night's build: Gave time for the cache to kick in and I do see the sized image. So, I'm assuming it is reading the info from the tab 'theme options'. You say the two aren't related so no idea how it's now working Would like now to know about speed. It goes REALLY fast and not obvious to click the image for controls which don't always show up (?? slow). (And, it would be great to adjust layout with CSS......) Slideshow - acrylian - 2008-04-14 [i]So, I'm assuming it is reading the info from the tab 'theme options'. You say the two aren't related so no idea how it's now working [/i] [i]Would like now to know about speed. It goes REALLY fast and not obvious to click the image for controls which don't always show up (?? slow).[/i] [i](And, it would be great to adjust layout with CSS......)[/i] Slideshow - macalter - 2008-04-14 I've looked at the Docs but didn't really understand them. My concern is for every PHP file I modify, updating nightly builds means doing file comparison or otherwise I overwrite. Was hoping this woud be considered for GUI interface (there is a tab already for plugins but it's empty). If this is the case, great. When I say layout, I mean make the page look part of the album instead of black & white, and teeny tiny font size that I can't read. As in using CSS to control layout. Will have to put off trying to comprehend the docs until my head clears more (not implying anything, it's valid medical problem I can't get rid of). Slideshow - acrylian - 2008-04-15 It's in your hands not to you overwrite your own custom modified theme. Only the standard themes are updated. Some things are just easier to set within the file. Since you need that option once, it's not that hard to enter a function.... [i]When I say layout, I mean make the page look part of the album instead of black & white, and teeny tiny font size that I can't read. As in using CSS to control layout.[/i]
Voila, you have a slideshow.php that looks like an album page... Slideshow - macalter - 2008-04-15 I am using the standard DEFAULT Theme. Hence it's updated. The modifications I've made is the CSS files only, not a "big deal" as anything you add can be caught based on the fact the new item won't match my layout or doing file differences check. My Gallery opening page to a modified DEFAULT Theme with modified PHP files. I don't worry if they don't get updated nightly as I am only using the first page. I follow your reply, my head just needs to settle down enough to implement. And, my monitor needs to be still instead of flying around (LOL! That's what vertigo can do). When I say I'm trying to avoid customizing PHP pages it's to make sure they'ree updated when I do a nightly build update. Caught myself with wrong version number to build because I updated the root files but not the zp-core files thinking I first had to modify. Slideshow - macalter - 2008-04-18 in slideshow.php (DEFAULT THEME) If I added (to the slideshow.php file, in the appropriate place) Slideshow - sbillard - 2008-04-18
So, you would need to replace Slideshow - macalter - 2008-04-19 Ah, I was not looking at the "correct" slideshow.php". Kept viewing the one in the upload instead of the actual one that is in use, thereby showing the CSS inline Found the styles and will work on adapting for external file, which I prefer. I did see one declaration empty
What value is suppose to be here and should it have been picked up from somewhere in the Admin entries? Slideshow - acrylian - 2008-04-19 You need to make sure that the path to the image for the controls is correct and that the theme file slideshow.php includes the javascripts of the The reason why I didn't made an external css file was that the slideshow was meant to work as a generic one for all themes without adjusting (yes, I was too lazy for that..). At first I neede to change a value of the css by php, which recent changed have made pointless. So I am turing the css into a separate file to reside in the plugins/slideshow folder. If you wait a little, you can grab the nightly and work from there. Slideshow - macalter - 2008-04-19 I moved all the inline CSS to the Default Theme's CSS file. But didn't get it working properly, somewhere it's not being called. Was expecting the broken link for controls -- that's okay for my test as I'm using an album with 1 image so it stays still I'll wait for the build. If it's going to the plugin folder, does that mean I'll have to style it generically for all my albums as each one uses their own CSS? So, if Album1 is blue, and Album2 red (background), would I need to find a common background for the slideshow? Slideshow - acrylian - 2008-04-19 You can't move just all slideshow css into the default css. The body part for example would be double. You have to work a little yourself if you want to change that...:-) In the nightly each theme will have it's own slideshow.css and slideshow-controls.png image plus as before the slideshow.php page. Of course these are the same for all themes. Regarding different album designs, that is up to your abilities to manage that..:-) Slideshow - macalter - 2008-04-20 getFirstImageURL, getLastImageURL Found in the nightly build trac.... thank you Won't get to play until tomorrow night Will come up with a "neutral" design for the common CSS that each album will use (they're all in the same Default Theme, just different CSS files distinguish them.) |