- This topic has 12 replies, 3 voices, and was last updated 6 years, 4 months ago by
Tom.
-
AuthorPosts
-
September 28, 2016 at 1:03 pm #230152
Philippe
Hello everyone.
Let me explain. I’m currently building a site that will present images that I realize with a Smartphone (Iphoneography).
I use very sure to get the excellent theme that Tom built us, I must say that I have tested many, but this is the one I prefer, for its ease of use, versatility and also for its lightness.
Β
For my project, I also tested several plugins gallery. Some are real gas plant, and others that might suit me pretty much are in my opinion too expensive. pay $ 80 to 100 per year for a gallery plugin, I find it is excessive. But it is true that we must also be able to pay the people who work on the software.In short, the purpose of this opinion research is to find a gallery plugin, well built, light, responsive, efficient, and not very expensive as you pay once and for all.
besides maybe Tom would embark on the window π Building a gallery as it did for Generatepress and add add-ons, as he knows so well make them!
If anyone has a tip on a gallery please tell me
Sorry for my bad english, thank you Google.Thanks for reading me.
Philippe
September 28, 2016 at 9:49 pm #230206Tom
Lead DeveloperLead DeveloperHi Philippe,
This post might help: https://generatepress.com/forums/topic/back-to-top-button-6/#post-229699
Envira looks good, but when possible I like to use core WP features.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 28, 2016 at 11:33 pm #230221Philippe
Hello Tom, and thank you for the answer.
I had of course seen the post that you put in link.
On the big screen WordPress gallery would be enough, but on Smartphone that does not suit me thumbnails are too small.I tested Envira in paid version, which is very good but I found expensive for the use
Philippe
September 29, 2016 at 8:01 am #230316Roberto Enrique
Hi Philippe, I’m aligned with what Tom says, I I generally use native wordpress galleries with this plugin for the lightbox: https://wordpress.org/plugins/wp-imagelightbox/
Then, if you like to make the images bigger on mobile you just need a couple of lines of css, in my case I’m using the 3 column layout, then:
/*STYLES JUST FOR MOBILE*/ @media screen and (max-width: 768px) { .gallery-columns-3 .gallery-item { max-width: 100%; } }
You can see a demo for that on this page: http://ultralight.artomultiplo.net/gallery/
Please be kind, that website is right now under construction π
September 29, 2016 at 9:17 am #230343Tom
Lead DeveloperLead DeveloperGreat point, Roberto π Thanks for sharing!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 29, 2016 at 1:31 pm #230427Philippe
Thank you for your answers,
I’m currently testing the gallery Word Press!Philippe
September 29, 2016 at 7:53 pm #230489Tom
Lead DeveloperLead DeveloperAwesome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 30, 2016 at 2:29 am #230577Philippe
Hello,
I installed the CSS code so kindly give Roberto, for presentation on smartphone, but at first glance it does not work in my gallery Paris WordPress.
http://test.vuedailleurs.com/galeries/paris/
Philippe
September 30, 2016 at 2:31 am #230578Roberto Enrique
You need to slightly modify the code, as you’re using 6 columns layout:
/*STYLES JUST FOR MOBILE*/ @media screen and (max-width: 768px) { .gallery-columns-6 .gallery-item { max-width: 100%; } }
π
September 30, 2016 at 2:54 am #230580Philippe
Roberto thank you for your rapidity, and for code that works perfectly.
I even have the opportunity to master two colΓ³nes thumbnails on smartphone!A small question: can you create albums with galleries inside with WordPress?
Thanks again,
Philippe
September 30, 2016 at 8:57 am #230669Tom
Lead DeveloperLead DeveloperI don’t think albums are do-able, WP just allows you to create galleries on specific pages.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 30, 2016 at 9:35 am #230683Philippe
Too bad, I bothering you last time about that.
Do you know the plugin Foo Gallery?
If so do you think it is light enough to be quick and not BUGE. It creates galleries Albums!Thank you in advance,
Philippe
September 30, 2016 at 3:39 pm #230776Tom
Lead DeveloperLead DeveloperI’ve heard of it, but I’ve never tried it. Always worth a shot π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.