Page 1 of 1

RANDOM IMAGES EXTENSION

Posted: Sat Sep 03, 2022 7:53 pm
by crispy68
Image

Description
This Web Builder extension allows you to show a random image or trigger a random single image slideshow on page load.

WB Version: 16+

Features
- Show a single random image on page load.
- In Slideshow mode, images are shown randomly.
- No two images are repeated consecutively in Slideshow mode.
- Multiple instances on the same page.
- Add a caption and/or link to images.
- Add a border, border radius and shadow.
- Plus more!

Download Package
Includes extension and .pdf instructions.

Info & Demo
Web Builder Templates

Looking for some other Menu Extensions?
Go here!

Need an interesting Slider or Slideshow Extension?
Go Here!

Re: RANDOM IMAGES EXTENSION

Posted: Sun Sep 04, 2022 1:17 am
by KingSparta
sounds interesting.

Re: RANDOM IMAGES EXTENSION

Posted: Sun Sep 04, 2022 10:59 am
by wwonderfull
This was something I was looking for :D

Re: RANDOM IMAGES EXTENSION

Posted: Sun Sep 04, 2022 11:18 pm
by zinc
This is amazing, just wondering if you could add the animation feature to a card?

Re: RANDOM IMAGES EXTENSION

Posted: Mon Sep 05, 2022 11:27 am
by basstuuk
Mooi stukje werk Ron.
(RZ) is niet meer maar nu is er crispy68 :D
Mooie extentions :idea: :idea:
Groet Bas
Nice piece of work Ron.
(RZ) is no more but now there is crispy68 :D
Nice extensions :idea: :idea:
Greetings Bas
Google is your friend :idea:

Re: RANDOM IMAGES EXTENSION

Posted: Mon Sep 05, 2022 12:14 pm
by BaconFries
@basstuuk can you please write in English please only as this is a English speaking forum...thanks

Re: RANDOM IMAGES EXTENSION

Posted: Mon Sep 05, 2022 12:56 pm
by zinc
basstuuk wrote: Mon Sep 05, 2022 11:27 am Mooi stukje werk Ron.
(RZ) is niet meer maar nu is er crispy68 :D
Mooie extentions :idea: :idea:
Groet Bas
Thank god for Cripsy68 :D

Re: RANDOM IMAGES EXTENSION

Posted: Thu Sep 08, 2022 3:34 pm
by KingSparta
I don't see the Features below, could you check the download to ensure it is the correct version?

the Extension Properties does not look the same as in the pdf file.:

the date on the file inside of the zip file is 7/6/2022

the help button also does not work.

Features:
In Slideshow mode, images are shown randomly
Add a caption and/or link to images
Add a border, border radius and shadow
+ more!

Re: RANDOM IMAGES EXTENSION

Posted: Thu Sep 08, 2022 6:05 pm
by crispy68
@kingsparta,

Your pics do not look like my extension. I double checked and the file in the store is the correct one.

It looks to me that you are using the Random Image extension created by Pablo not mine.

Feel free to contact me thru my website at https://webbuildertemplates.com/contact-us.html and provide me with your order number if you purchased my extension and need further help.

Re: RANDOM IMAGES EXTENSION

Posted: Thu Sep 08, 2022 8:57 pm
by KingSparta
Thanks I Got It Now.

Re: RANDOM IMAGES EXTENSION

Posted: Tue Apr 11, 2023 2:51 pm
by karmacomposer
Bought it.

Mike

Re: RANDOM IMAGES EXTENSION

Posted: Sat Apr 05, 2025 3:34 pm
by alan_sh
Ron,

I've just purchased this as it almost solves an issue I've had. One thing would (for me) make it perfect.

When displaying an image, you can add a link to it, one of which is a file. For me, that is a larger version of the image. But I only get the choice of displaying it in the same or a new browser window. It would be great if it could display it in a lightbox. Is that possible?

cheers

Alan

Re: RANDOM IMAGES EXTENSION

Posted: Sun Apr 06, 2025 3:24 pm
by alan_sh
Another enhancement. Could you add an option to not go into dark mode when the page is changed? That way, the photos won't get inverted.

Alan

Re: RANDOM IMAGES EXTENSION

Posted: Sun Apr 06, 2025 4:40 pm
by crispy68
@Alan,

I'm back from vacation. Let me take a look at both questions you have and I'll get back to you here.

Re: RANDOM IMAGES EXTENSION

Posted: Sun Apr 06, 2025 5:20 pm
by crispy68
@Alan,

Dark mode - I'm not sure of your layout, but for example, if the image (extension) is inside a layout grid, if you right click on the cell with the extension, choose Dark Color Scheme and make sure 'invert' is unchecked' it does prevent the images from inverting. If this is not your set up, can you provide me with a 1 page demo of your setup to play with?

Light box - I'm not sure this is possible with using extension manager. Even though lightbox is under the target option in WB, it is not used this way in ext builder and there is no option to add this that I'm aware of. It would probably take Pablo adding this as an option within Ext. Builder.

Each lightbox has its own unique code to make it work. Off the top of my head, there may be a workaround within Ext builder, but I would have to do some tinkering with the code and testing to see which lightboxes I could make work.

Re: RANDOM IMAGES EXTENSION

Posted: Sun Apr 06, 2025 5:47 pm
by alan_sh
Ron,

Thanks for the quick response. Re dark mode: the demo page (html/css) is here https://webserve4-nas.synology.me/the-photo-dev3/

I would need to build a specific .wbs file for you to play with if that is what you want. Let me know and I'll do it.

The extension is inside a layout grid, but I cannot just have one 'cell' with no inversion - when I try that, the whole grid is affected - so all cells.

As for lightbox - it's a 'nice to have' in your own time. The dark mode is more important.

Alan

Re: RANDOM IMAGES EXTENSION

Posted: Sun Apr 06, 2025 6:03 pm
by alan_sh
Ron, link to a sample.wbs file - https://www.dropbox.com/scl/fi/shlgx03x ... 0qtyi&dl=1

Give it 5 minutes from this post - I am on a VERY slow internet and it takes time...

Alan

Re: RANDOM IMAGES EXTENSION

Posted: Sun Apr 06, 2025 10:57 pm
by crispy68
@Alan,

For now, you can enter the following CSS between the <head> tags:

Code: Select all

<style>
.darktheme #Extension2{filter:invert(100%);}
</style>
note: Since you already have <style> tags in your demo you only need to add the code between them with the rest.

Replace 'Extension2' above with the ID of the extension.

I will look at updating the extension shortly with this. As for the open in lightbox, until I get in there and mess around it may take an overhaul of the code to make it work. I'm not sure at this point.

Which lightboxes are you interested in it working for?

Re: RANDOM IMAGES EXTENSION

Posted: Mon Apr 07, 2025 7:36 am
by alan_sh
Ron,

That code works - thanks.

Fancybox is what I've used elsewhere.

regards

Alan

Re: RANDOM IMAGES EXTENSION

Posted: Thu Apr 10, 2025 8:47 am
by alan_sh
Ron,

Another enhancement suggestion, if you have time:

Caption:
Can we have a negative offset so that the caption appears below the image (when set to 'Bottom'). Or, have another option whioch is 'Below' (and I assume 'Above' as well) so the caption appears outside the image.

Because we can only have one colour for the caption, if you set the background alpha to 0, sometimes the caption cannot be seen. I want to set the background colour alpha to 0 because otherwise you lose a considerable amount of the picture. If the caption could appear below or above the image, I wouldn't need to set the alpha to 0.

Does that make sense?

Alan

Re: RANDOM IMAGES EXTENSION

Posted: Sun Apr 13, 2025 7:00 am
by alan_sh
Hi Ron,

Did you see my request above? And is it possible? I really want the caption below the image. Is there a better way to do it?

cheers

Alan

Re: RANDOM IMAGES EXTENSION

Posted: Wed Apr 16, 2025 1:40 pm
by alan_sh
To anyone else who wants to use this extension, Ron has updated it so it can open images in a lightbox and works in Dark mode.

It is really good.

Alan