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
Display multiple panels in layout grid column?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Display multiple panels in layout grid column?
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'.
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?
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
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?
Maybe you can use an accordion for this?
Re: Display multiple panels in layout grid column?
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?
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
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?
Set pause time to '0'I had trouble defeating the auto display of the next slide.
You can control the slides with events.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.
Related tutorial:
http://wysiwygwebbuilder.com/carousel.html
Re: Display multiple panels in layout grid column?
I'll try some more tests with the carousel
Thanks
Thanks