Kris-B / nanoGALLERY4GS

nanoGALLERY plugin for GetSimple CMS
14 stars 5 forks source link

Loading notice when loading image #12

Closed anhngodangquoc closed 9 years ago

anhngodangquoc commented 9 years ago

Hi,

When mysite loading image from picasa, plugin take 4 or 5 second to display image.

So i want to display 1 notice "Please wait" or image when plugin loading image from picasa.

How?

Thanks very much!

Kris-B commented 9 years ago

Hi! Actually you should already see a loading animation in the center of the screen. To display a custom text, change the CSS file.

Kris-B commented 9 years ago

PS: I would recommand to use the full version of this gallery: https://github.com/Kris-B/nanoGALLERY

anhngodangquoc commented 9 years ago

Hi thanks! But my site not see a loading animation. just see animation in images when it loaded. But before that, not thing.

Demo: http://en.gecko.vn/printed-shirt/couple.html

I build my site on GS. How to use full version of this gallery on GS.

Thanks again!

anhngodangquoc commented 9 years ago

I checked and this just animation for images.

I mean, when my page load a lot of image, user must wait plugin load images from picasa. At that time, my page is blank. And some people report to me can not see images. But in real, if they wait a few second, they can see.

So, i want to show notice or loading images at that time (when the page is blank) to user "wait a few second"

Thanks

anhngodangquoc commented 9 years ago

And i have one more question:

How to load local image?

Kris-B commented 9 years ago

This issue is solved in the jQuery version by changing the CSS files. To see the loading animation, add : min-width:30px; min-height:30px; to the section: .nanogallery_theme_default .nanoGalleryViewer .content img

Local images are not supported in the GetSimple version.

anhngodangquoc commented 9 years ago

Hi,

This just loading animation for each images. we can see this loading animation when black image (like lazy loading).

But before that, my page is black, wait 4s or 5s, we will see image loading animation (for each image)

I need loading image when page is blank, so user can wait.

Thanks

On Thu, Dec 4, 2014 at 4:08 AM, Christophe Brisbois < notifications@github.com> wrote:

This issue is solved in the jQuery version by changing the CSS files. To see the loading animation, add : min-width:30px; min-height:30px; to the section: .nanogallery_theme_default .nanoGalleryViewer .content img

Local images are not supported in the GetSimple version.

— Reply to this email directly or view it on GitHub https://github.com/Kris-B/nanoGALLERY4GS/issues/12#issuecomment-65490997 .

Anh NgoSystem Admin & Server Admin

Cell: 0902.925.146 Email: anhngodangquoc@gmail.com Skype: anhngodangquoc

Kris-B commented 9 years ago

Hi, I think you have to check the CSS file for such a feature...

anhngodangquoc commented 9 years ago

can you help me more detail about this?

Thanks

On Fri, Dec 5, 2014 at 3:42 AM, Christophe Brisbois < notifications@github.com> wrote:

Hi, I think you have to check the CSS file for such a feature...

— Reply to this email directly or view it on GitHub https://github.com/Kris-B/nanoGALLERY4GS/issues/12#issuecomment-65700089 .

Anh NgoSystem Admin & Server Admin

Cell: 0902.925.146 Email: anhngodangquoc@gmail.com Skype: anhngodangquoc

Kris-B commented 9 years ago

Actually, I cannot reproduce your bahaviour. Can you have a look at the demos on http://nanogallery.brisbois.fr and check if you have also these this issue? Thanks.