![]() |
|
New Theme for 1.2.9 - zpGalleriffic - 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: New Theme for 1.2.9 - zpGalleriffic (/thread-6618.html) |
New Theme for 1.2.9 - zpGalleriffic - acrylian - 23-03-2010 Yes: There is a function documentation..;-) New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 23-03-2010 thank you New Theme for 1.2.9 - zpGalleriffic - acrylian - 23-03-2010 The trick on the documentation is actually to use the "all elements" page and do a simple browser page search. We try to name all functions as "speaking" as possible. New Theme for 1.2.9 - zpGalleriffic - gjr - 23-03-2010 I have gotten a "non-object" php fatal error when using the openedForComments function, that is why I suggested using getCommentsAllowed() a few posts back. New Theme for 1.2.9 - zpGalleriffic - Nigel_Aves - 23-03-2010 Wonderful theme, I am so pleased with the professional way it's looking. Couple of bugs that do need to be verified. I've tested this on Firefox and Opera (both latest versions). Not in any kind of priority .... 1/ The comments and tags entry in the thumb page does not allow the use of the "space" key. It drops it totally. Easy work around is too use notepad and copy / paste. 2/ If you delete a photograph in the back-end it will still appear in it's position on the thumb page but as a red-cross in both the thumbnail and the image display. I tried refreshing the browser countless times but was never able to find a way to clear the red cross. 3/ Not getting all of the meta-data (artist and latitude / longitude) displayed and the copyright seems to be truncated, all I have is the word "Copyright", the very next character is the copyright symbol. (I set these using MS Photo Tools.) (Does extract description, tags all OK) 4/ If you have download option on, after it has generated the page and you do a RMB - Save As the file is saved with a .php extension. One question. How do we know as users if a theme has been updated by it's developer? Over and out ....... New Theme for 1.2.9 - zpGalleriffic - acrylian - 24-03-2010 Your questions seem to be not theme specific. 1/ Please specify what is not working and try a standard theme. 4/If you refer to the full image download you just have to left click as the download is passed through a scrip (to prevent direct linking). To see if a theme has been update you have to visit the developer's page for it. Or monitor the forum as some post notes about updates here. New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 25-03-2010 There is a bug on file search.php if galleriffic is not active, search.php file use album_alt.php file. whatever the results, the message "Sorry, no image matches. Try refining your search." is always displayed. New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 25-03-2010 some minor bug to fix : to have a good traduction :
Display bug with IE in News.php ` by ` New Theme for 1.2.9 - zpGalleriffic - gjr - 25-03-2010 replace repalce with replace. Sorry couldn't resist...:) New Theme for 1.2.9 - zpGalleriffic - gjr - 25-03-2010 New bugs found: keyboard navigation on the gallery/search page is preventing the space bar from being used in comments and tag edit. quick fix: disable spacebar nav in jquery.galleriffic.js (comment out or delete): ` // case 32: // space
` Also I have found there are issues when comments allowed for albums, if comments are made, their permalinks "interfere" with the js "links" when viewing the album images. This has to do with the history plugin in galleriffic interfering with the comments plugin. So, not sure how to get both to play well together in this situation. Easy for the individual - edit the comment plugin; for the community - don't use comments on albums or disable the history plugin in this theme. |