Hey @fogsgeneral
Absolutely, I can help you with that!
You can indeed achieve your goal of creating a carousel image with links attached to each image, in multiple ways:
-
Using the Carousel Element
- First, you can utilize the āCarousel Elementā to transform your repeating group into a carousel. In this method, you are not limited; you can set or display anything according to your preference on the RG cells.
- You can easily attach links from slugs or any other source to the RG cells that are items of the carousel.
-
Utilizing the Carousel Image Element with Database Entries
- If your images and the corresponding links are stored in your database, you can opt to use the āCarousel Image Element.ā
- Here, youād specify the data type (similar to what is done for repeating groups) and define the image field.
- The source of the carousel would be the entries from your database, thereby allowing you to input Bubble things instead of just images.
- To add links to these images, you can leverage the pluginās event (Item Clicked) to initiate an action when a user clicks an image. Youād then access the data item clicked via the elementās state to navigate to the specified URL.
-
Using Arbitrary Values for Static Images and Links
- If the links and images are static, meaning they donāt change over time, you can use arbitrary values to define them.
- This method is more manual and less common. But if this method is suitable, we will explain it to you in detail.
Feel free to reach out if you encounter any issues while implementing this; I am here to assist you at any stage of your process. Let me know how it goes or if you have any further questions.
Best,
Mehrdad