2023-01-07, 09:32:55
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
(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
Warning: Undefined variable $gal in C:\OSPanel\domains\gsphp8.ia\plugins\monsterGallery.php on line 165
(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?
(2023-01-07, 21:36:47)Oleg06 Wrote: [ -> ]And the thumbnails are not cut off for all galleries.
(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
(2023-01-08, 06:01:55)Oleg06 Wrote: [ -> ]yes it is, first input create width resize thumbnails, next two create width- and height(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
(2023-05-26, 13:19:07)tommy Wrote: [ -> ]Where do I place the shortcode
<?php monsterGalleryShow("example");?>[% mg=example %] ?
(2023-05-26, 13:33:10)Oleg06 Wrote: [ -> ](2023-05-26, 13:19:07)tommy Wrote: [ -> ]Where do I place the shortcode
<?php monsterGalleryShow("example");?>[% mg=example %] ?
Short code in page editor. PHP code into a component or into a template.
(2023-05-26, 18:01:55)multicolor Wrote: [ -> ]Shortcode you should paste on ckeditor, not template. Remember about get_header() and get_footer() on yours template
<HEAD>
<link rel="stylesheet" href="glightbox.min.css">
</HEAD>
<BODY>
<main>
<link rel="stylesheet"href="glightbox.min.css">
<style>
.monsterGallery-grid{
display:flex;
flex-direction:row;
flex-wrap:wrap;gap:3px
}
@media(max-width:768px){
.monsterGallery{
width:95%;
margin:0 auto;
display:flex;
flex-wrap:wrap;
flex-direction:column;
}
.monsterGallery-grid a{
margin:0;
padding:0;
}
.monsterGallery-grid img{
max-width:100% !important;}
}
</style>
<div class="monsterGallery-grid">...</div>
</BODY>
(2023-05-26, 21:00:40)tommy Wrote: [ -> ](2023-05-26, 18:01:55)multicolor Wrote: [ -> ]Shortcode you should paste on ckeditor, not template. Remember about get_header() and get_footer() on yours template
Tested with a blank template, I notice the styles were injected both at the <HEAD> section as well as within the page where I inserted the shortcode. There are also additional inline styles in the page. Is it meant to be like that?
Code:<HEAD>
<link rel="stylesheet" href="glightbox.min.css">
</HEAD>
<BODY>
<main>
<link rel="stylesheet"href="glightbox.min.css">
<style>
.monsterGallery-grid{
display:flex;
flex-direction:row;
flex-wrap:wrap;gap:3px
}
@media(max-width:768px){
.monsterGallery{
width:95%;
margin:0 auto;
display:flex;
flex-wrap:wrap;
flex-direction:column;
}
.monsterGallery-grid a{
margin:0;
padding:0;
}
.monsterGallery-grid img{
max-width:100% !important;}
}
</style>
<div class="monsterGallery-grid">...</div>
</BODY>
(2023-05-26, 22:40:09)multicolor Wrote: [ -> ](2023-05-26, 21:00:40)tommy Wrote: [ -> ](2023-05-26, 18:01:55)multicolor Wrote: [ -> ]Shortcode you should paste on ckeditor, not template. Remember about get_header() and get_footer() on yours template
Tested with a blank template, I notice the styles were injected both at the <HEAD> section as well as within the page where I inserted the shortcode. There are also additional inline styles in the page. Is it meant to be like that?
Code:<HEAD>
<link rel="stylesheet" href="glightbox.min.css">
</HEAD>
<BODY>
<main>
<link rel="stylesheet"href="glightbox.min.css">
<style>
.monsterGallery-grid{
display:flex;
flex-direction:row;
flex-wrap:wrap;gap:3px
}
@media(max-width:768px){
.monsterGallery{
width:95%;
margin:0 auto;
display:flex;
flex-wrap:wrap;
flex-direction:column;
}
.monsterGallery-grid a{
margin:0;
padding:0;
}
.monsterGallery-grid img{
max-width:100% !important;}
}
</style>
<div class="monsterGallery-grid">...</div>
</BODY>
looks like you try shortcode and and function on one time. Send me real website on pm with password to can i show you how it work
(2023-05-27, 05:02:49)multicolor Wrote: [ -> ]Ok good if works. I check this duplicate on next release
(2023-09-23, 19:59:51)Tzvook Wrote: [ -> ]Isn't working, see attached photo
GS CE + php 8.1.x
Nothing in the Debug Console ...
Tried to debug imagebrowser.php , no luck yet, but it probably something to do with lang, since I use he_IL
(2023-09-24, 00:35:07)islander Wrote: [ -> ](2023-09-23, 19:59:51)Tzvook Wrote: [ -> ]Isn't working, see attached photo
GS CE + php 8.1.x
Nothing in the Debug Console ...
Tried to debug imagebrowser.php , no luck yet, but it probably something to do with lang, since I use he_IL
If you dont mind, post your lang file so we can take a look, to rule this out.
(2023-09-24, 01:47:49)Tzvook Wrote: [ -> ](2023-09-24, 01:10:32)islander Wrote: [ -> ]Does imagebrowser work in other areas of GS?
Yes
(2023-09-24, 01:10:32)islander Wrote: [ -> ]maybe try using the PL lang file instead of EN, just to see if that does anything different for you.
Yes - same issue