Page 1 of 1

Display multiple panels in layout grid column?

Posted: Sun May 05, 2019 12:44 am
by rogerr
I have a layout grid with two columns, one has an image. In the other I would like to display 14 customer text reviews and be able to page through them in the same column window. I have tried the panel wizard which doesn't work in the grid. I also tried the carousel which kind of works but can't format to stay in the same window.

What is the best way to achieve this if possible? Any samples of this in a template?

Thanks,
Roger

Re: Display multiple panels in layout grid column?

Posted: Sun May 05, 2019 7:08 am
by Pablo
I assume you meant' form' instead of 'panel'?
A form cannot be part of a layout grid because a form is a fixed/absolute container.
However, a layout grid itself can be form.

A Carousel can be part of a layout grid if you set it to 'flexible'.

Re: Display multiple panels in layout grid column?

Posted: Mon May 06, 2019 6:29 pm
by rogerr
Hello Pablo,
Thanks for the response. However, I don't want a form. I want the text column to display one paragraph of text. When clicked on, another paragraph. There would be 14 different reviews to display in the column by clicking a button .

Roger

Re: Display multiple panels in layout grid column?

Posted: Mon May 06, 2019 7:53 pm
by Pablo
Maybe you can use an accordion for this?

Re: Display multiple panels in layout grid column?

Posted: Mon May 06, 2019 9:55 pm
by crispy68
You mention you can't format the carousel to stay in the same window. What does this mean exactly. I would think the carousel would be perfect for what you need. Do you have a demo to see what you are talking about?

Re: Display multiple panels in layout grid column?

Posted: Tue May 07, 2019 2:26 am
by rogerr
Thank you,

I'm trying the accordion idea first. Then I'll get back to the carousel. I had trouble defeating the auto display of the next slide. I don't like the navigation buttons on top of text but if I disable them, then I can't figure out how to display the next slide.

Roger

Re: Display multiple panels in layout grid column?

Posted: Tue May 07, 2019 6:11 am
by Pablo
I had trouble defeating the auto display of the next slide.
Set pause time to '0'
I don't like the navigation buttons on top of text but if I disable them, then I can't figure out how to display the next slide.
You can control the slides with events.

Related tutorial:
http://wysiwygwebbuilder.com/carousel.html

Re: Display multiple panels in layout grid column?

Posted: Tue May 07, 2019 8:37 pm
by rogerr
I'll try some more tests with the carousel

Thanks