We have a search which creates a repeating group showing images.
When you select one item from the repeating group it opens a popup, displaying the images and more information about that image.
We want to be able to navigate from one image to the next within the pop up, like you would in a slideshow, but there is all the extra information so slideshow doesn’t work.
We tried “show next” in the workflow but get this error:
I don’t see why not. As long as the popup knows what to search for it should work. I think it is a nice block, list of things with an image that then pops up a scrollable carousel of image/data.
As you know, my skill set doesn’t extend to anything graphical, it would take me a week to get something looking as good as Mrs BoB above
Yes, annoyingly the Rich Text editor won’t host the image, so need to save it somewhere and link. Or upload the images and insert them via bubble. Or something. But yes, it would be useful to have images
Bald Man ? Woman with Red Lipstick and flowers in her hair !
You see what you want to see… I made a bald man with little tufts of grey…
More importantly, yes, a better text editor with inline images would be awesome. Shall we ask @Emmanuel for one? It would make blogging on the bubble app much better!
@NigelG What do we do if we start from a repeating group showing images, click a random one we want to see more info about in a PopUp, and then want to keep navigating through the PopUp to see the next images?
Yes. Say there are 7 images in a repeating group. It doesn’t matter which one we choose to see firs in the popup, but from there we want to be able to go forwards and backwards in the popup.
@NigelG@lonetour You’re talking about something like how you can scroll through FB photos regardless of where in the order you click, right?
RG_1 = in the popup
RG_2 = holds your thumbnails
What’s worked for me is to put a RG_1 into the popup (with the same list of photos feeding into it), only set the RG_1 to 1x1. In the workflow, specify that when you click the thumbnail in the RG_2, that popup’s RG_1 needs to go to the “page” which is the current cell #.
Then in a separate workflow for when you click on the image in the popup (ie in RG_1), it’ll be Show Next of that RG_1 + wrap. I think you’ll have to do another action of “Scroll to RG_1” too, for some reason I needed to put that in to get it to work properly.
There’s a brief + awkward stretching that happens when the images transition, if they’re different sizes, but otherwise it works fine.