Tabs

The System-RSTemplate! plugin brings in some pre-defined, fully customizable stylized containers. It gets installed along with the template, and should be published automatically. If you are to experience any issues with this feature, first make sure to check that the plugin didn't get unpublished for whatever reason.

To access the Shortcodes feature, click on the Shortcodes RSTemplate! button found at the bottom side of the text editor that you are using (available for Joomla! Content articles, Custom HMTL modules, etc. ). This functionality is employed through the Button - RSTemplate! Shortcodes plugin which also gets installed along with the template and is published automatically. If the button does not show up in your editor, make sure that the plugin didn't get unpublished.

Simple Tabs


The Tab container can include an unlimited number of customizable tabs. Only a single tab's contents can be displayed at a given time.

  • Title: The tab container's title
  • Tab Header: The tab's header
  • Tab Text: Specify the text description that will be displayed inside the tab
  • Tab Image: Remove or change the image

HTML Code:

<div id="enter_title2130" class="rstpl-tabs">
  <h2 class="rstpl-box-title-center">Enter title</h2>
  <div class="rstpl-box-tabs">
    <ul class="nav nav-tabs" id="enter_title5466">
      <li class="active"><a class="rstpl-box-header" data-toggle="tab" href="#tab_header_12796">Tab Header 1</a></li>
      <li class=""><a class="rstpl-box-header" data-toggle="tab" href="#tab_header_29915">Tab Header 2</a></li>
    </ul>
    <div class="tab-content rstpl-padding rstpl-border" id="tabsContent8012">
      <div id="tab_header_12796" class="tab-pane active">
        <div class="rstpl-box-image">
          <img alt="" src="/rsbrixton/templates/rsbrixton/images/sampledata/images/120x80-1.jpg">
        </div>
        <div class="rstpl-box-title">Enter title</div>
        <div class="rstpl-box-content">This is sample content. In order to change this text please type in the text box the content you wish to be displayed.</div>
      </div>
      <div id="tab_header_29915" class="tab-pane">
        <div class="rstpl-box-image">
          <img alt="" src="/rsbrixton/templates/rsbrixton/images/sampledata/images/120x80-1.jpg">
        </div>
        <div class="rstpl-box-title">Enter title</div>
        <div class="rstpl-box-content">This is sample content. In order to change this text please type in the text box the content you wish to be displayed.</div>
      </div>
    </div>
  </div>
</div>

Was this article helpful?

Yes No
Sorry about that

You Should Also Read

Box

Carousel

Accordion

Adding Shortcodes within Bootstrap Grid System