![]() |
|
zpGalleriffic v1.4 - 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: zpGalleriffic v1.4 (/thread-8194.html) |
zpGalleriffic v1.4 - rocgen - 23-02-2011 Thanks for fast reply. I'm very sorry, I posted in the wrong thread. It is the zpArdoise theme I meant, not zpGalleriffic v1.4. Do you have a fix for zpArdoise? Please answer in the zpArdoise thread. Please also advise if the fix you've posted in this thread is valid or not for zpGalleriffic v1.4? If it's not, hopefully a forum admin can delete/move posts? zpGalleriffic v1.4 - acrylian - 23-02-2011 Sadly bbpress does not alow to move single posts. So you will have to ask again there. zpGalleriffic v1.4 - formulae - 24-02-2011 Does the 'image_effects' plug-in work with zpgalleriffic? zpGalleriffic v1.4 - sbillard - 25-02-2011 Did you remember to go to the http://www.netzgesta.de/cvi/ site and download/install the effect as documented by the plugin? zpGalleriffic v1.4 - formulae - 25-02-2011 apologies, didn't do this. downloaded and unzipped the file. zpGalleriffic v1.4 - formulae - 25-02-2011 HORIZONTAL SCROLLBAR It seems it may have something to do with the thumbnail strip across the screen below the main image in the album view. As a test, if you look at http://www.ozlangphotography.com/ I have tested on safari and chrome on a mac, and chrome in IE8 on windows with same result zpGalleriffic v1.4 - gjr - 26-02-2011 @formulae: Will fix this soon, I see it appearing in chrome and ie (fine in firefox). It is also fine in all if you reduce the number and size of thumbs in the thumb strip (via theme options) so the strip is about as wide as the rest of the page (then the bar does not appear). Anyway, will see what I can do... as far as that image-effect plugin, i am not familiar. Does it work in the included themes? zpGalleriffic v1.4 - A_Millar - 26-02-2011 It looks like this theme took a lot of time and work but I must say I'm pretty disappointed that there is no way in the options to get this to look like the previous version. The fact you cannot and it is not documented, as far as I could see, is a huge issue. I'm willing to make a donation if you would either like to update the previous version or incorporate options to make the look the same for the new version, let me know. Thanks zpGalleriffic v1.4 - gjr - 26-02-2011 @formulae: fixed, file updated in download. To fix yourself, style.css, line 26, add padding:0!important, like: ` .wrapper#thumbstrip .centered{width:1200px;overflow:hidden;padding:0!important;} ` zpGalleriffic v1.4 - philweb - 26-02-2011 In addition of formulae's post, in IE (not FF) I have a horizontal scrollbar which is larger than the screen (around 300px) and when I arrive to the album page, it automatically scroll to the right. Any idea ? zpGalleriffic v1.4 - formulae - 26-02-2011 Hi gjr, I updated the style.css, but it still persists, do I have to update all the zpgalleriffic files? zpGalleriffic v1.4 - The T.C. - 27-02-2011 Looks neat, though I liked the old layout for the index page better. So far I can't seem to change any options without crashing, and it still won't load music and animations right. I get this error when I try to save options, unsure if it's because of zenphoto, galleriffic, or my server though. Backtrace: -> query (functions-db-MySQL.php [90]) zpGalleriffic v1.4 - lindor - 27-02-2011 Hi Gjr, I cant'find my latest post and your reply about how to show the image filename. I mean: Acrylian wrote me: Please could you help? zpGalleriffic v1.4 - acrylian - 27-02-2011 The thumbnail list is generated by the next_image loop, within that you have to add that code. Of course unfamiliar with this theme it might not use that loop because of the JS stuff. zpGalleriffic v1.4 - formulae - 01-03-2011 re Horizontal scrollbar... I downloaded the style.css file and copied across. zpGalleriffic v1.4 - gjr - 01-03-2011 @formulae: Ok try again, copy the style.css file over. (you might want to replace all files as I fixed some other minor bugs). It actually had to do with the comments block.... zpGalleriffic v1.4 - formulae - 01-03-2011 thanks gjr, works perfectly. the other thing i mentioned was the image_effects function. It is one of the zenphoto 1.4 version plugins. The plugin gives a variety of effects/borders to the existing images from what I can read about them. BTW: cool new website zpGalleriffic v1.4 - Nigel_Aves - 04-03-2011 I'm having a problem with the slideshow on the Album page. It's taking approx 8 to 12 seconds for each photograph to be processed and appear. And with the busy box that appears in the centre of the photograph pretty annoying to try and watch and of course far too slow. Once it's been generated (filename_475_thumb.jpg - I believe)it works OK. What is strange is that if I click the photograph, what looks like the same sized image appears immediately and using the arrows keys it changes instantly. (Tried on a untouched album) I'm getting a similiar situation in the Detail View as well. Is there any way to get all the images needed for the theme to be pre-cached. The pre-cache module only does "Image size" and "thumbnails". Other than this the theme is working well and looks incredibly "sharp". zpGalleriffic v1.4 - acrylian - 04-03-2011 Custom sizes generated as request on a theme can only be "pre-generated" one way. Visit and request all images yourself once. Also note that js powered slideshows have to load all images to display before you can view theme. Depending on your server power and image size that might take a while naturally. zpGalleriffic v1.4 - gjr - 04-03-2011 @Nigel_Aves - Not sure if you are talking about colorbox or galleriffic. You need to find the right balance of theme options and uploaded image sizes. If you are talking about colorbox: There is a setting in the theme options to have colorbox target either the full original image or the default sized one. If you choose the default sized option, you can set the size in the top core theme options, then pre-cache them all using the pre-cache backend options. If you are talking about galleriffic: You can try adjusting the theme option - "how many images to pre-load". The reason you may be getting a big delay, but then it is fine is because you have too many images pre-loading (try reducing that number). You also may want to look at the size of the images you are uploading. Large images take longer for the server to process and cache. Of course, as acrylian says, if you visit all your albums once and cycle through the images, everything will then be pre-cached for your visitors. Again, you need to find an acceptable balance between these user controlled options. |