I18N Gallery - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: I18N Gallery (/showthread.php?tid=1662) |
I18N Gallery - mvlcek - 2011-05-07 I18N Gallery Homepage: http://mvlcek.bplaced.net/get-simple/i18ngallery This plugin allows you to define multiple image galleries and display them in various ways:
Examples
Installation Download I18N Gallery and unzip it into your plugins directory. Enable sitewide cookies in your gsconfig.php. Problem Solving If you get "Not logged in" or an empty page when trying to add images to a gallery
If you encounter problems when creating and saving or deleting galleries in the back end,
If you can't view a gallery from the edit-gallery page
If your gallery is not displayed correctly on your site
Usage Go to the Galleries tab in your GetSimple administration and create a new gallery, add images and give it a title, a name and a type. Add the following in your page (replace my-gallery-name with the name of the gallery): Code: (% gallery name=my-gallery-name %) If your template already includes the Javascript library used for a gallery (e.g. the cycle library), include js=false in the call, e.g. Code: (% gallery name=my-gallery-name js=false %) For more information see http://mvlcek.bplaced.net/get-simple/i18ngallery/. Customization The look of the thumbnails (fancybox, prettyphoto) and of the slides (cycle, s3slider) can be overwritten in your CSS style sheets. Just make sure that the CSS selector is longer/more specific than the automatically generated selectors. Most of the sizes, paddings, margins and positions of cycle and s3slider must not be overwritten, unless you really really know what you do (they depend on the image sizes configured in the gallery settings). I18N Gallery - Oleg06 - 2011-05-07 when trying to add a picture says a Not logged in! I18N Gallery - mvlcek - 2011-05-07 Oleg06 Wrote:when trying to add a picture says a Not logged in! You have to set sitewide cookies in gsconfig. I will add it to the instructions. Thanks. I18N Gallery - krisu - 2011-05-07 When I add i18n_gallery.php file to plugins folder, then it doesn't load the pages properly on admin panel. Just blank pages. I have sitewide cookies on, but it didn't work. I18N Gallery - mvlcek - 2011-05-07 krisu Wrote:When I add i18n_gallery.php file to plugins folder, then it doesn't load the pages properly on admin panel. Just blank pages. I have sitewide cookies on, but it didn't work. The Gallery pages don't work? Or the whole admin back end? The whole pages are blank or just the content area? Does the "Galleries" tab show? Please describe the problem in a bit more detail. Please switch on debugging in gsconfig.php. Are there any error messages? I18N Gallery - andyash - 2011-05-07 I have it working fine after adding define('GSCOOKIEISSITEWIDE', TRUE); to gsconfig.php and updating prettyphoto. 1. How do I add the entire album with multiple galleries on one page (with one photo showing per gallery and clicking on it takes the user to the respective gallery) ? 2. The gallery height is not being considered by the page content and the footer is overlapping the gallery as if the page had no content at all. I have checked and all the files are in their respective places. I18N Gallery - mvlcek - 2011-05-07 andyash Wrote:I have it working fine after addingI've added that to the installation instructions in the meantime. andyash Wrote:and updating prettyphoto. ? prettyphoto is the latest version in the plugin? andyash Wrote:1. How do I add the entire album with multiple galleries on one page (with one photo showing per gallery and clicking on it takes the user to the respective gallery) ? You have to do this manually for now by adding pictures/thumbnails with links to the gallery pages. andyash Wrote:2. The gallery height is not being considered by the page content and the footer is overlapping the gallery as if the page had no content at all. I have checked and all the files are in their respective places. In your template add a <div style="clear:both"></div> after the <?php get_page_content(); ?> call. I18N Gallery - Oleg06 - 2011-05-07 after adding define('GSCOOKIEISSITEWIDE', TRUE); when trying to add a picture says a Not logged in! I18N Gallery - andyash - 2011-05-07 mvlcek Wrote:? prettyphoto is the latest version in the plugin? Yes. mvlcek Wrote:You have to do this manually for now by adding pictures/thumbnails with links to the gallery pages. That's a shame. This gallery is really good, but multiple galleries in one page are also a requirement. mvlcek Wrote:In your template add a <div style="clear:both"></div> after the <?php get_page_content(); ?> call.Did that. Works fine now. Thanks. I18N Gallery - Oleg06 - 2011-05-07 For some reason it worked :-) http://www.chaga-mushroom.com/gall/?setlang=en I18N Gallery - Connie - 2011-05-07 andyash Wrote:That's a shame. This gallery is really good, but multiple galleries in one page are also a requirement. yes, it is really a shame, mvlcek really could give us 200% of his leisure time for nothing ;=) But, fun aside (in German: Spaß beiseite), I noticed that rcosstickphoto.com is blocked by my browser with a warning because of virus or unwanted element.... did somebody else get this experience, too? Is it safe to open that page? I18N Gallery - mvlcek - 2011-05-08 andyash Wrote:That's a shame. This gallery is really good, but multiple galleries in one page are also a requirement. You can have multiple galleries on a page. But if you just want links to gallery pages, you have to create them manually, which is really easy with the CKEditor - insert an image, link it to the gallery page. Connie Wrote:noticed that rcosstickphoto.com is blocked by my browser with a warning because of virus or unwanted element.... I don't get a warning, but I'm using Ubuntu :-) And now the news: I18N Gallery version 0.7 now supports slideshows with the jQuery Cycle plugin. And using cycle, fancybox or prettyPhoto, you will automatically get a fallback solution that works without Javascript. I18N Gallery - andyash - 2011-05-09 mvlcek Wrote:I18N Gallery version 0.7 now supports slideshows with the jQuery Cycle plugin.How do I use the cycle effect? I18N Gallery - mvlcek - 2011-05-09 andyash Wrote:How do I use the cycle effect? Click Gallery Options on the Edit Gallery view and select type cycle. I18N Gallery - yojoe - 2011-05-09 Mvlcek: "can display a specific image of a gallery" <- does it refer also to a random thumbnail display ? Or the feature I was talking with you will be implemented later ? I18N Gallery - mvlcek - 2011-05-09 yojoe Wrote:Mvlcek: "can display a specific image of a gallery" <- does it refer also to a random thumbnail display ? (% gallery name=mygallery pic=2 %) will initally show the 3rd image of the gallery (for fancybox, prettyphoto, supersized). (% gallery name=mygallery thumb=4 %) will only show thumbnail 5 instead of all thumbnails (for fancybox, prettyphoto), special case (% gallery name=mygallery thumb=random %) will show one random thumbnail. For more information see http://mvlcek.bplaced.net/get-simple/i18ngallery. I18N Gallery - andyash - 2011-05-10 mvlcek Wrote:andyash Wrote:How do I use the cycle effect? awesome. I18N Gallery - mvlcek - 2011-05-10 Oleg06 Wrote:window opens with pictures, but I can not add them Which browser? Any Javascript errors? I18N Gallery - Oleg06 - 2011-05-10 may be, to use a script Supersized need to create a separate template http://www.chaga-mushroom.com/ddddddddddddddddd and http://www.chaga-mushroom.com/eeeeeeeeeeee I18N Gallery - Oleg06 - 2011-05-11 Sorry, apparently there was a conflict with the plugin gallery thephotogallery it works :-) I18N Gallery - mvlcek - 2011-05-13 I18N Gallery version 0.7.2 fixes an incompatibility of the "supersized" gallery type with IE. I18N Gallery - maxmaxmax - 2011-05-15 Gallery in fahcybox, slide, does not display the text, why is this problem? (in option set text position left...right...) I18N Gallery - mvlcek - 2011-05-15 maxmaxmax Wrote:Gallery in fahcybox, slide, does not display the text, why is this problem? The different types of galleries all use different Javascript libraries with different capabilities, so does e.g. fancybox not display the description, but only the title. I18N Gallery - maxmaxmax - 2011-05-15 fahcybox, cycle, s3slider, prettyphoto - not display the title, nowhere not text... i18-0.7.2 ( i18-0.7.1 not text too) GS v3.0 I18N Gallery - oeborg - 2011-05-15 Deleting some _ in the php files solved the problem for me. In for instance \plugins\i18n_gallery\plugin_prettyphoto.php you will find Code: @$item['_title'] Code: @$item['_description'] Code: @$item['title'] Code: @$item['description'] |