I'm creating some widgets for elementor with ur tool and like to say that this is really helpful and amazing :)
I found a little problem while using it. I've created a widget to display teaser on my website but if i use the widget twice the id's and the variables are the same. That means if i put a background-image in teaser-one it will be removed when i drag teaser-two inside.
Would you mind telling me if there is a better solution then creating multiple widgets with the same structure ?
Im sorry, but could you might help me again? i don't know how i set dynamic ID's. Here is my html / css. It should be completly dynamic because there is no fixed number of teasers i need. Hope you can help me, thank you :)
Hey Guys,
I'm creating some widgets for elementor with ur tool and like to say that this is really helpful and amazing :)
I found a little problem while using it. I've created a widget to display teaser on my website but if i use the widget twice the id's and the variables are the same. That means if i put a background-image in teaser-one it will be removed when i drag teaser-two inside.
Would you mind telling me if there is a better solution then creating multiple widgets with the same structure ?
Thank you :)
you need to use dynamic id
its on the right side ucid
You mean this settings? sorry for my ignorance
no in the html tab on the right
Im sorry, but could you might help me again?
i don't know how i set dynamic ID's. Here is my html / css. It should be completly dynamic because there is no fixed number of teasers i need.
Hope you can help me, thank you :)
you need to add an id in the html
and then you can target the id from within the css
but if i use the widget 2 times the id's would be the same as well i guess?
thats why you use dynamic id
on the right side of the html
https://screencast.com/t/1ynPzl2Gyzbd
i got it :) Thank you really much !