Question:
How do I get different text from my collection to display in my text marquee?
Product:
Wix Studio
What are you trying to achieve:
I have a dataset with ten rows of sentences. I want each row to display one after another.
What have you already tried:
When I connect to the dataset it only shows and repeats the text in the first row after the Title.
Additional information:
I am currently putting 5 of the sentences in one row separated by a bullet (not the Seperator supplied by the system). There is, however, a text character limit to putting text in a text marquee.
What about using the repeater and add items same amount of the one you have in CMS.
Putting the normal text element will only load the top item in CMS only.
And you should use velo code instead for just marquee text resources using array.
Hello, I don’t understand most of what you said. I don’t know how to set up the repeater to display different items/sentences one after another.
Can you provide some direction on how to do what you said? I’m not well versed in Editor X and don’t write code.
Thanks,
David
If you are talking about a Full Width Slider.
And want to do it without code,
The trick I found works, is to create a dataset from the same CMS for each slide inside Full Width Slider . Then add a filter to each dataset, which will return 1 entry.
- Important : You link the datasets to the slide elements inside the Full Width Slider NOT the Full Width Slider itself *
Example.
Full Width Slider has 3 slides.
The CMS has 3 items with the fields:
Title | Sentence
Ticker1, blah sentence
Ticker2, blah sentence
Ticker3, blah sentence
AllTickersDataset1 filters for Title contains : Ticker1
The slides Text connects to : Sentence
Do the above for each slide.