Page 1 of 1

I have a problem with the carrosel

Posted: Fri Jun 21, 2024 12:20 am
by alexoliveira
I'm sending a copy of the project, to help me...
It disappears when viewed in the browser, how do I make these cards run in the carousel?

Code: Select all

https://startagencia.net/demo1.zip

Re: I have a problem with the carrosel

Posted: Fri Jun 21, 2024 6:07 am
by Pablo
You have applied onscroll events to the cards. However. because the cards inside a scrolling container, the scroll events will not be triggered. So, the cards will never become visible.

Re: I have a problem with the carrosel

Posted: Sat Jun 22, 2024 7:31 am
by alexoliveira
I managed to solve it, thank you. Can you explain to me how I can make the colored icons the same in this link:

https://www.wysiwygwebbuilder.com/suppo ... icons.html

Re: I have a problem with the carrosel

Posted: Sat Jun 22, 2024 10:22 am
by Pablo
The project for this example can be downloaded here:
https://www.wysiwygwebbuilder.com/support/wb17tryouts/multicoloricons.zip

Re: I have a problem with the carrosel

Posted: Mon Jun 24, 2024 2:43 am
by alexoliveira
Would it be possible to add the icon to the card?

Re: I have a problem with the carrosel

Posted: Mon Jun 24, 2024 5:45 am
by Pablo
No, that is not possible.

Re: I have a problem with the carrosel

Posted: Mon Jun 24, 2024 6:15 am
by alexoliveira
Would there be any possibility of a new version including this option? I think it's interesting to make the card more professional.

Re: I have a problem with the carrosel

Posted: Mon Jun 24, 2024 7:30 am
by Pablo
Unfortunately, it will not be possible to add this because this is pretty complicated functionality and it would add a lot of 'weight' to the card.
I'd like to keep the card a lightweight element otherwise to will impact the performance of all cards even if the functionality is not used.