Hello,
i make a website for our club and i had added two charts from the winners of the competitions.
One is from Year 2014. Is it possible, that i can minimize this chart, and when i press for example a Button, it scrolls up. ?
Only for Saving place.
Or can i add charts in a Akkordeon?
Hi Manuel!
your link in private data is not working for me. What kind of chart are you talking about? can you show us an example please? In general I think you could use Akkordeon for what you want to achieve, because you can expand and minimize content.
Cheers!
Andy
Hi!
Yes, you can add the table shortcode inside the accordion or tab element. Switch the builder to debug more to see the actual shortcodes below the advance layout builder or generate the table shortcode using the shortcode wand on a different post or page. Refer to this link on how to switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Ismael
Hello Ismael,
this works perfect :-)
But one question. You see that this Website is a onesite page.
Is it possible, that i can make a new site, only for the table and include this in the mainpage ?
Hey!
Not sure if i understood you clearly but you can edit your page and add new sections to it easily. If that is not what you meant, please elaborate :)
Cheers!
Yigit
Hey!
You could try using an iframe, http://www.w3schools.com/tags/tag_iframe.asp.
Add a codeblock element to your page and add this inside to test it out.
<iframe src="http://www.w3schools.com"></iframe>
Best regards,
Elliott