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
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?
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, 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.
(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.
I did that but the shortcode rendered the gallery right after opening of BODY tag instead of where I placed it in the page. I noticed the plugin inject the CSS on the header tag. Is the JS injected via the footer tag?
Just to double confirm the shortcode is using brackets [] not {} correct?
(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?
(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?
2023-05-26, 23:11:34 (This post was last modified: 2023-05-27, 00:17:15 by tommy.)
(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?
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
i only use the function in template without adding shortcode too. You can view this code duplication even with a clean GS install with this plugin. The gallery still works even with this duplication
2023-05-27, 10:32:43 (This post was last modified: 2023-05-27, 19:00:39 by tommy.)
(2023-05-27, 05:02:49)multicolor Wrote: Ok good if works. I check this duplicate on next release
Thanks, meanwhile can point me to which lines to remove in the code to prevent both the js and css injections in the header and footer. I managed to remove the inline styles in the module code. Basically I just need the gallery + thumbnails functionality minus all the js and css which I ll custom add via my own library. Thanks!
EDIT: Ok I've found the cause for the duplication, its at the monsterGallery.php file, remove the duplicated echo call for the module accordingly:
2023-09-24, 00:47:27 (This post was last modified: 2023-09-24, 00:51:16 by Tzvook.)
(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.
I didn't translate it yet since it's not working for me, only copied & renamed the English lang file ...
When I wrote lang I meant that it's probably something to do with the LANG vars in the top of filebrowser/imagebrowser.php