Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NEW Lightbox plugin
#26
Based on lightgallery ?
Reply
#27
Yes, on the settings page is written! Wink
I use machine translation. Forgive my errors.
Reply
#28
Hello,
plugin is active ..
jQuery is and neat ..

I uploaded photos to ../data/uploads
thumbnails to ../data/thumbs
thumbs up for your page (Attachment)

Someone advise me what I'm doing wrong that I do not work?
https://dev.b3da.cz/mauticguru/

Thank you


Attached Files Thumbnail(s)
   
Reply
#29
(2016-08-25, 17:52:15)b3da Wrote: I uploaded photos to ../data/uploads
thumbnails to ../data/thumbs

You don't upload to data/thumbs, this is done automatically (thumbs are generated when photo's are uploaded, although there is a thumb generator inside of the filemanager). Don't know if this is relevant for your problem though.
Reply
#30
http://prntscr.com/ca5yb5
move this code below the jQuery inclusion
Code:
<?php get_footer(); ?>
file footer.inc.php
Reply
#31
(2016-08-25, 19:01:50)Oleg06 Wrote: http://prntscr.com/ca5yb5
tah tento kód pod zahrnutí jQuery souboru footer.inc.php

Code:
<?php get_footer(); ?>
Thank you
how simple it is .. Smile
Reply
#32
Sugestions for improvement:

* Add lightslider as possible viewer

* Launch gallery via link: http://sachinchoolur.github.io/lightGall...namic.html

* Option auto page-slug as gallery class (class = lg_slug). So if you post images, a class with the page slug is automaticly added. If you want to add a second gallery, you need to change that in the class settings of course. You can also maybe use a tag as a way of activation. So for example if you add tag lg-group to a page, everything will be grouped, or when you add lg-ungroup nothing will be grouped.
Reply
#33
Its confusing because, like me, everyone is trying to find "add thumbnail" from editor and there are no "add thumbnail" buttons in editor ;D.
Reply
#34
http://prntscr.com/cx7ud0
Reply
#35
Hello,

i've just seen on the lightgallery-website (http://sachinchoolur.github.io/lightGall...cense.html) that there has to be purchased a license for business use.

Quote:lightGallery is a free and open-source library, however, if you are using the library for business, commercial sites, themes, projects, and applications, the Commercial license is the appropriate license.

In this case, it's not allowed to use the lightbox-plugin for commercial websites anymore?
If so, it would be good to mention that on the plugin-download probably.

Just asking, cause i don't want to have any trouble later.

Thanks in advance.
Shasaar
Reply
#36
Good day!

I use the version of the script where there was a license for free use. In the new version they have started to offer a paid license. In the plugin package I've included the script source code and a license that was previously free.
Whether I do not know. Who knows - tell me.
I use machine translation. Forgive my errors.
Reply
#37
Hi.
Nice plugin, but insufficient instructions of use in my opinion. The thumbnail images must be placed in data/uploads/[images]/thumbs/ and the corresponding full-sized images with exactly same name in data/uploads/[images]/uploads/. This information is present nowhere, some hints are only in this thread. Or maybe this is common practice in creating galeries which I don't know then.
Reply
#38
Good day!
When you upload images, a built-in way thumbnails are created automatically in the right folders so there is no need to specify their location and names!
I use machine translation. Forgive my errors.
Reply
#39
Well, I already don't undestand anything.
Can you imagine that I am an extraordinary stupid user and explain to me step by step (шаг за шагом) what I need to do if I have ten full-sized images somewhere in the harddisk and want insert them in a page as a gallery with thumbnails? Thank you.
Reply
#40
http://prntscr.com/e6iwu1
http://prntscr.com/e6isi2
http://prntscr.com/e6iss2
http://prntscr.com/e6it36
http://prntscr.com/e6itp0
http://prntscr.com/e6itze
http://prntscr.com/e6iwb6
http://prntscr.com/e6iw2b

http://getsimple-themes.ru/aaa/
Reply
#41
Well, I understand now why I haven't undestood the usage of the plugin up to now: I have not there what you have in your fifth image, namely the legend "Thumbnail" beside every image name.
I believe I met necessary prerequisities: uploaded the folder lightbox_plugin and the file lightbox_plugin.php in the plugins folder, activated the plugin, inserted the link to jquery into the pages footer. Or have I forgotten something?
Reply
#42
GetSimple creates thumbnails automatically. Are you browsing images in another location, not data/uploads ?
Reply
#43
You could try to delete the thumbs in the ./data/thumbs folder so they're regenerated. You may have to visit the images in the files section, to make that happen.
Reply
#44
So my problem maybe is that my GetSimple installation makes no thumbnails. I have no thumbnails in data/thumbs except of one image. And if I want to insert an image into the page through the editor, there are no thumbnails of uploaded images in the left-most column, only the same substitute icon.
Reply
#45
(2017-02-12, 18:15:08)lotova Wrote: So my problem maybe is that my GetSimple installation makes no thumbnails. I have no thumbnails in data/thumbs except of one image. And if I want to insert an image into the page through the editor, there are no thumbnails of uploaded images in the left-most column, only the same substitute icon.

When you are in the filemanager and click on an image, Is there somewhere at the top a link that says  Current Thumbnail? Try to click on it.

Also, if you then scroll down you should be able to create a custum thumb.

You could try enabling debug mode and see if you get errors: http://get-simple.info/forums/showthread.php?tid=877
(or do that via this plugin: http://get-simple.info/extend/plugin/debugmode/130/ )
Reply
#46
(2017-02-15, 03:27:26)datiswous Wrote: When you are in the filemanager and click on an image, Is there somewhere at the top a link that says  Current Thumbnail?

I know what you have in mind because I have seen pictures in the wiki. But I have only "Original image" there and nothing more beside it. No "Current Thumbnail" option.
Reply
#47
(2017-02-15, 03:27:26)datiswous Wrote: You could try enabling debug mode and see if you get errors: http://get-simple.info/forums/showthread.php?tid=877

I have done it and then have uploaded some images and inserted them in a page. Potential errors should appear in the "Debug console" that is newly in the bottom part of every page in administration? Well, at operations that I had done as described (upload, insertion) the console remained blank.
Reply
#48
I have noticed one thing: I have four installations of GetSimple at the moment, three on the localhost and one on the server. The mentioned thumbnails issue occurs in all localhost installations but not in the server installation. So different settings must be the cause of my problem. But what? I have no idea.
Reply
#49
Could it be that the account that is running the webserver doesn't have write permissions to the data/thumbs folder?
Reply
#50
(2017-02-21, 01:44:14)Carlos Wrote: Could it be that the account that is running the webserver doesn't have write permissions to the data/thumbs folder?

I don't know Sad  I have performed a new experimental installation and have set permissions of all directories and files to 777 (rwx, rwx, rwx) in advance. The installation passed off without any warning. Then I tried to upload some images into this experimental installation and still no thumbnails have been created. The data/thumbs directory as well as data/uploads directory have permissions 777. So?
Reply




Users browsing this thread: 1 Guest(s)