Hello! In my motivational cards I don’t know how to make it so that when choosing the central card, the database of this card is launched and the texts appear in the corresponding windows.
The database is connected and displayed correctly on each of the 44 cards, but all the cards and their values are displayed in a circle.
So…
- How to pick only the image in the gallery center, so that when you press right or left, the cards only scroll but not select and not display any values?
- How to not allow user to pick the next card same day (one card per day only with popup warning image until the day will expire)
link:
https://www.youtube.com/watch?v=K5t6tCBcUzE&feature=youtu.be
Thank you, Igor.
So it looks like you are using the 3D Carousel gallery option.
From the gallery itself you can only add images from a dataset like you have or to put images into the actual gallery app itself and then adjust the settings to suit your needs.
If you are wanting to display all your cards and yet have only the one card to be clickable or to have a certain card appear on your site on a certain day, say for example card 1 appear on Monday, card 2 appear on Tuesday, card 3 appear on Wednesday and so on.
Then this will all have to be done by yourself with the use of code and maybe with a gallery or not using a gallery and have only one card appear for whatever time or day that you require it.
See the Wix Gallery API for starters.
https://www.wix.com/corvid/reference/$w.Gallery.html
Also there is a great example for timed content that you can look at using from @code-queen
https://www.totallycodable.com/example-timed-content
Scheduled Content and Timed content for Content Planners - (youtube video of tutorial)
Finally, you can also look at using the Wix Job Scheduler too for doing something automatically at a set time or day etc.
https://support.wix.com/en/article/corvid-scheduling-recurring-jobs
Many thanks for the help!
I use 3D carousel, but I tried different galleries to find a more suitable way to implement the idea. I’ll try to delve into the material that you suggested, maybe I can use something from this.
Thank you!!!