Posts: 303
Threads: 61
Joined: Nov 2017
2023-01-07, 09:32:55
(This post was last modified: 2023-01-07, 09:33:54 by multicolor.)
Gallery plugin you want use it!
This is an easy to use gallery plugin with 5 modern solutions excluding the use of jquery. Just turn it on, create galleries, copy the shortcode and paste it into CKEditor
Posts: 153
Threads: 6
Joined: Jan 2013
Thanks multicolor. Just tried it quickly on a 3.3.16 (php7.4) instal.
Loved interface and usabilty, all images displayed as a stack in page without any of the gallery/lightbox methods present. Are there any other dependancies that I need?
Posts: 1,880
Threads: 82
Joined: Apr 2010
(2023-01-07, 09:32:55)multicolor Wrote: Gallery plugin you want use it!
This is an easy to use gallery plugin with 5 modern solutions excluding the use of jquery. Just turn it on, create galleries, copy the shortcode and paste it into CKEditor
When selecting the PhotoSwip gallery, a warning appears
Code:
Warning: Undefined variable $gal in C:\OSPanel\domains\gsphp8.ia\plugins\monsterGallery.php on line 165
Posts: 1,880
Threads: 82
Joined: Apr 2010
And the thumbnails are not cut off for all galleries.
Posts: 303
Threads: 61
Joined: Nov 2017
(2023-01-07, 21:03:16)davetest Wrote: Thanks multicolor. Just tried it quickly on a 3.3.16 (php7.4) instal.
Loved interface and usabilty, all images displayed as a stack in page without any of the gallery/lightbox methods present. Are there any other dependancies that I need?
Noo

All included on code plugin. Only get_header and get_footer on template.
Posts: 303
Threads: 61
Joined: Nov 2017
2023-01-08, 02:34:51
(This post was last modified: 2023-01-08, 02:56:54 by multicolor.)
(2023-01-07, 21:36:47)Oleg06 Wrote: And the thumbnails are not cut off for all galleries.
What module type of gallery no cut thumbnails?
1.0.1 fixed photoSwipe fixed. soon more modules and function for using on template
Posts: 1,880
Threads: 82
Joined: Apr 2010
(2023-01-08, 02:34:51)multicolor Wrote: (2023-01-07, 21:36:47)Oleg06 Wrote: And the thumbnails are not cut off for all galleries.
What module type of gallery no cut thumbnails?
1.0.1 fixed photoSwipe fixed. soon more modules and function for using on template
They are not cut to size, as in I18N Gallery.
https://prnt.sc/Uja3wrnvQsf0
Posts: 303
Threads: 61
Joined: Nov 2017
2023-01-08, 07:16:30
(This post was last modified: 2023-01-08, 08:24:07 by multicolor.)
(2023-01-08, 06:01:55)Oleg06 Wrote: (2023-01-08, 02:34:51)multicolor Wrote: (2023-01-07, 21:36:47)Oleg06 Wrote: And the thumbnails are not cut off for all galleries.
What module type of gallery no cut thumbnails?
1.0.1 fixed photoSwipe fixed. soon more modules and function for using on template
They are not cut to size, as in I18N Gallery.
https://prnt.sc/Uja3wrnvQsf0
yes it is, first input create width resize thumbnails, next two create width- and height
screen:
https://prnt.sc/F9YGkbnANQgE
https://prnt.sc/FqaSj4yO3qTB
always you can create
.monsterGallery-grid img{
width: 120px;
height: 120px;
object-fit: cover;}
and important,
try this plugin on php 7.4+
Posts: 303
Threads: 61
Joined: Nov 2017
2.0 - added migrator url after you change domain, and fixes few small error.