Modal
Modal can be used to display content in a pop up window within your page content.
[templatic_modal button_link=”Launch Modal”]
The return value of a shortcode handler function is inserted into the post content output in place of the shortcode macro. Remember to use return and not echo – anything that is echoed will be output to the browser, but it won"t appear in the correct place on the page. Shortcodes are parsed after wpautop and wptexturize post formatting has been applied (but see the note below about 2.5.0 and 2.5.1 differences). This means that your shortcode output HTML won"t automatically have curly quotes applied, p and br tags added, and so on. If you do want your shortcode output to be formatted, you should call wpautop() or wptexturize() directly when you return the output from your shortcode handler.
[/templatic_modal]
Tabs and Accordians can be used to display more then one block of content in the same section using the