I want something that shows one sentence after another

Question:
Is there a facility to have to have one sentence appear after another, such as user reviews

Product:
Editor X

What are you trying to achieve:
I have 10 statements from students. I want each of them to appear one after another. Essentially rotating quotes from students.

What have you already tried:
Nothing. I can’t find the ability to do this in Editor X

Additional information:

Hi, David_Whitmyre !!

Have you had experience using repeater elements? For student comments, which are not very many—around 10—the basic approach in Wix would typically involve using a repeater connected to a dataset. If the number of comments increases significantly, you could combine it with a pagination element to manage the data by pages. Alternatively, for more advanced implementation, you could load the next set of comments when the bottom of the page is reached, and continue loading as the user scrolls further down.

Additionally, you might find a suitable solution using Wix Apps without relying on repeaters. There are many apps designed for displaying reviews, so you should be able to find one that fits your needs. Wix also offers an app called “Wix Comments,” but since I haven’t personally used it, I can’t confirm whether it allows you to freely edit comments as you wish. :raised_hands:

Hello,

Thank you for the reply. I have used repeaters for displaying staff members on certain pages. How would you use them for making the statements change? Also, this is Editor X.

Thanks,
David

Okay, I have found Text Marquee. I have connected it to a dataset in a collection. It is reading and showing only the first item in the collection. I want it to show each item in collection one after another. Can this be achieved?

I see… :thinking:

I think you first need to place the Text Marquee element inside the repeater. Start by adding a blank repeater with horizontally long containers arranged vertically in the editor. Then, place the Text Marquee element inside any of the containers. This should result in the Text Marquee element being displayed repeatedly within the repeater. Next, click on the repeater and connect it to your collection. Link the text you want to display in the Text Marquee element with the dataset, and won’t that give you the display you’re aiming for? :wink: :+1:

I’ll give it a try. Thank you!

1 Like