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-08-10 andyash Wrote:How do I put multiple galleries on one page? Code: (% gallery name=my-gallery-name-1 %) I18N Gallery - schluters - 2011-08-10 mvlcek Wrote:See http://get-simple.info/forum/post/15390/#p15390. Thanks! I18N Gallery - andyash - 2011-08-11 mvlcek Wrote:I don't want one gallery below the other. I want to show each gallery with only one thumbnail each and clicking on the gallery name or thumbnail taking the user to the respective gallery.andyash Wrote:How do I put multiple galleries on one page? I18N Gallery - mvlcek - 2011-08-11 andyash Wrote:I don't want one gallery below the other. I want to show each gallery with only one thumbnail each and clicking on the gallery name or thumbnail taking the user to the respective gallery. Then create one page for each gallery, e.g. page with slug/url "gallery1" as Code: (% gallery name=my-gallery-name-1 %) Create another page with gallery links: Code: (% gallerylink name=my-gallery-name-1 url=gallery1 thumb=2 %) Or, if you want to show both galleries on the same page, but only one thumbnail instead of all, just create a page with Code: (% gallery name=my-gallery-name-1 thumb=2 %) See http://mvlcek.bplaced.net/get-simple/i18ngallery for more information. I18N Gallery - schluters - 2011-08-11 I translated the gallery to Portuguese of Brazil, if you want to add the next versions. Thank you, hug! http://get-simple.info/extend/language/brazilian-portuguese-lang-i18n-gallery/207/ Quote:Eu traduzi a galeria para português do brasil, se quiser adicionar as proximas versões. I18N Gallery - andyash - 2011-08-11 mvlcek Wrote:andyash Wrote:I don't want one gallery below the other. I want to show each gallery with only one thumbnail each and clicking on the gallery name or thumbnail taking the user to the respective gallery. When I use (% gallerylink name=my-gallery-name-1 url=gallery1 thumb=2 %) (% gallerylink name=my-gallery-name-2 url=gallery2 thumb=random %) I get only code on the page. When I use (% gallery name=my-gallery-name-1 url=gallery1 thumb=2 %) (% gallery name=my-gallery-name-2 url=gallery2 thumb=random %) then I see the gallery images, but no gallery name, so that's an issue as the user doesn't know which gallery is which. I was hoping for something on the lines of The Photo Gallery plugin. It really simplifies things. I18N Gallery - mvlcek - 2011-08-11 andyash Wrote:When I use You need at least version 1.1 of the plugin. See http://mvlcek.bplaced.net/i18ngallery/i18ngallery-link/ for an example - the tooltip of the link also shows the gallery name and I also added a title before the link. I could extend the plugin to be able to also display the gallery title below the thumb. andyash Wrote:When I use You can add the name before, e.g. Code: <h2>My Gallery 1</h2> andyash Wrote:I was hoping for something on the lines of The Photo Gallery plugin. It really simplifies things. The Photo Gallery and I18N Gallery have different goals: Whereas the first allows you to quickly browse multiple image directories, I18N Gallery specializes on multi-language, sortable galleries and sliders, where images can be selected from multiple directories and used within multiple galleries. I18N Gallery - andyash - 2011-08-12 mvlcek Wrote:The Photo Gallery and I18N Gallery have different goals: Yes, but wouldn't it be a killer if I18N Gallery could do all that and this as well? I18N Gallery - alduxvm - 2011-08-16 Hi!! Very nice gallery!!! but i still have problems making it work... i didnt use the plug in, i do it manually, i simply add this: <script src="js/jquery.js" type="text/javascript"></script> <script src="js/s3Slider.js" type="text/javascript"></script> also the CSS, and i use the divs in this way: <div id="s3slider"> <ul class="s3sliderContent"> <li class="s3sliderImage"> <img src="img/eventos/1.jpg" /><span>Your text comes here</span></li> <li class="s3sliderImage"> <img src="img/eventos/2.jpg" /><span>Your text comes here</span></li> </ul> </div> but nothing works!!! i dont know why... you can check it in here: http://alexnajeraeventos.com.mx/#portfolio any ideas?? thanks!! cheers!! I18N Gallery - Connie - 2011-08-16 1) you are using Pixelstudio regular which has its own plugins and galleries 2) did you test these? there is a manual.pdf which shows how to install the data(optional), the plugins and the theme did you follow this: Quote: This page should be added by creating a new page named “Portfolioâ€Â. Within this page I remember I once did and it workedou I18N Gallery - mvlcek - 2011-08-16 alduxvm Wrote:Hi!! Very nice gallery!!! but i still have problems making it work... i didnt use the plug in, i do it manually, i simply add this: If you don't use the plugin, you have to follow the instructions on http://www.serie3.info/s3slider/. You should also ask your questions there, as this is the topic for the I18N Gallery plugin. Hint: you need additional CSS and especially Javascript-Code to use s3Slider. Or use the I18N Gallery plugin ;-) I18N Gallery - mvlcek - 2011-08-17 I18N Gallery version 1.3:
I18N Gallery - Jyggafey - 2011-08-17 I am currently adding JCrop support to the admin panel along with a gallery type based on the cycle gallery type as a demo. My Question would be if i should brush up my hack as a diff and wire it to you Also: cycle with thumbnails on the same page is propably one of the most popular usecases for a gallery, was really wondering why there isnt a gallery type for that. I18N Gallery - mvlcek - 2011-08-17 Jyggafey Wrote:I am currently adding JCrop support to the admin panel along with a gallery type based on the cycle gallery type as a demo. What do you use it for? Image cropping or thumbnail generation? On upload or within I18N gallery? Jyggafey Wrote:Also: cycle with thumbnails on the same page is propably one of the most popular usecases for a gallery, was really wondering why there isnt a gallery type for that. So far I see PrettyPhoto and fancybox as typical gallery plugins (with thumbnails, as the image display is in a "popup") while I'd use cycle and s3slider for automatically running slideshows on otherwise static pages. So far I've not (consciously) seen cycle for galleries. Do you have an example? I18N Gallery - Jyggafey - 2011-08-17 mvlcek Wrote:What do you use it for? Image cropping or thumbnail generation? On upload or within I18N gallery?cropped Thumbnails, directly in the image list of any gallery. Just like the GS Image Control Panel Im really just adding x y and dimensions of the area in the source picture to the stored data and have them generated on request using a slightly adapted version of your pic.php. mvlcek Wrote:So far I see PrettyPhoto and fancybox as typical gallery plugins (with thumbnails, as the image display is in a "popup") while I'd use cycle and s3slider for automatically running slideshows on otherwise static pages.I didnt mean specifically for I18N gallery, i meant any Gallery on the Interwebs that has an image area and thumbnails of the images within that gallery alongside it on the same page. Just some Examples: http://galleria.aino.se/themes/classic/ http://www.twospy.com/galleriffic/example-2.html http://coffeescripter.com/code/ad-gallery/ Basically: anything that is not a lightbox variant or a "slider" only. edit: thumbs are generated and stored on request now I18N Gallery - Alan-A - 2011-08-22 Hello, I too have been hacking this gallery and wasn't sure whether such subjects belong in this topic as there is already a lot to cover with features and problems. However, please correct me if I'm wrong - I'm new here. I was very pleased when I discovered this plug-in and it was one of the reasons that I selected GetSimple for the project I'm currently working on. However there were some features that were missing and I've hacked them into the prettyphoto gallery of the 1.2 Version. They features were:
I'm posting this now as I've just seen that version 1.3 has been released and I'm hoping that you (Martin) might be interested in incorporating these features in a future version. (And therefore make updating easier for me!) I'm attaching my modified files (for version 1.2) to this post and if you're interested I could update to version 1.3 and send you the new ones. (Changed code is all commented with 'ARA Hack'.) Best wishes, A. I18N Gallery - mvlcek - 2011-08-22 Alan-A Wrote:I too have been hacking this gallery and wasn't sure whether such subjects belong in this topic as there is already a lot to cover with features and problems. However, please correct me if I'm wrong - I'm new here. This is the correct place. Alan-A Wrote:I was very pleased when I discovered this plug-in and it was one of the reasons that I selected GetSimple for the project I'm currently working on. I'm glad you like the plugin :-) Alan-A Wrote:However there were some features that were missing and I've hacked them into the prettyphoto gallery of the 1.2 Version. They features were: The reason I do not include the description in the thumb view is that a (long) description would make the thumbs look terrible. Do you have an example with your hack? Additionally, as prettyPhoto only displays the title, it would be weird to see the description in the thumb view but not in the full view. BTW: the description is shown on thumb mouseover, as it is in the title of the thumb for prettyPhoto. Alan-A Wrote: Normally a user will display one gallery per page thus the gallery title is not displayed, as it would duplicate the page title. Regarding a description I was thinking about one, but with not displaying the title, I decided to keep it simple and not add a description, as it can be included in the page. BTW: I tried to only specify the most important CSS properties in the styles, all the others should be put in the theme's css file (just make them a bit more specific), e.g. Code: body .gallery-prettyphoto .gallery-thumb .gallery-title { I18N Gallery - Alan-A - 2011-08-23 Hello Martin and many thanks for the quick reply. mvlcek Wrote:The reason I do not include the description in the thumb view is that a (long) description would make the thumbs look terrible. Do you have an example with your hack? At last, an invitation to post a link to my site ... ;-) - http://www.alanamos.de/CMSs/GetSimple/index.php?id=mustergalerie-broschuren (As this is a demo site it is likely that the addresses to individual pages won't work for long but I won't be deleting the CMS.) I've not set any sizes for the thumbnails so the generated dimensions are your defaults. Whilst it's no work of art, I think is looks OK. With a bit of luck I'll manage to standardise the widths tomorrow. mvlcek Wrote:Additionally, as prettyPhoto only displays the title, Aren't you thinking of fancyBox? :-) mvlcek Wrote:BTW: the description is shown on thumb mouseover, You're right, I've forgotten to suppress this. mvlcek Wrote:Normally a user will display one gallery per page thus the gallery title is not displayed, as it would duplicate the page title. Regarding a description I was thinking about one, but with not displaying the title, I decided to keep it simple and not add a description, as it can be included in the page. I see that creating a page title and saying that "Gallery X is to be loaded into this page" is a minimum that one has to do "per hand" at the moment but after that, I wanted to keep everything to do with the galeries together as that seemed the most logical approach for my "wanting to have as little to do with HTML as possible" customer. (My ideal-gallery-vision would be where I create a single gallery HTML page and then all the gallery subpages would be dynamically written into it as required.) mvlcek Wrote:BTW: I tried to only specify the most important CSS properties in the styles, all the others should be put in the theme's css file (just make them a bit more specific), ....Yes, I saw that but as I've added two divs for each thumbnail and changed the 'display' parameters to 'inline-block' and wanted to keep everything together, I ended up modifying the CSS in the prettyphoto.php file .... Best wishes, Alan I18N Gallery - sal - 2011-08-23 First of all, thanks for yet another awesome plugin mvlcek. Top job as always. What I'd like to know is what's the best way to check if a gallery exists. In my template I'd like to check if a gallery exists for that page using it's alias and if not to display a default gallery instead. I18N Gallery - TemurDanelia - 2011-08-25 Hello mvlcek! I try to use this gallery in my new template. I works with some mistakes here: http://www.bizwebmaster.com/promodemo/gallery/?name=slider And doesn't work here: http://www.bizwebmaster.com/promodemo/ Could you tell me what is the problem. I18N Gallery - mvlcek - 2011-08-25 TemurDanelia Wrote:Hello mvlcek! You have included the gallery twice: once before the title (in the template?) and once after the header (in the content of the page). This is not supported. TemurDanelia Wrote:And doesn't work here: http://www.bizwebmaster.com/promodemo/ You don't include the styles and javascript in the header, maybe the <?php get_header(); ?> is missing in the template. I18N Gallery - TemurDanelia - 2011-08-25 Quote:You have included the gallery twice: once before the title (in the template?) and once after the header (in the content of the page). This is not supported.This is not a page. Just gallery preview. So that is not a problem, just example. Quote:You don't include the styles and javascript in the header, maybe the <?php get_header(); ?> is missing in the template.I have included <?php get_header(); ?> in the header.php. Here is header.php code: Code: <?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); } Do I have to include <?php get_header(); ?> in the template.php also? Here is template.php code: Code: <?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); } Thanks in advance. I18N Gallery - mvlcek - 2011-08-25 TemurDanelia Wrote:Do I have to include <?php get_header(); ?> in the template.php also? No, if you include it in header.php, it is thus (indirectly) included in template.php. I18N Gallery - TemurDanelia - 2011-08-25 mvlcek Wrote:Ok.TemurDanelia Wrote:Do I have to include <?php get_header(); ?> in the template.php also? So could you tell me what is the problem? Why js and css don't included in <head></head>? I18N Gallery - TemurDanelia - 2011-08-25 I tried to put <?php get_i18n_gallery('slider'); ?> in another theme Cardinal. Here is template.php code: Code: <?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); } Here is page preview: http://www.bizwebmaster.com/promodemo/ js and css again not included in <head></head>. |