Gantry 5 Particles - Documentation

Company Tabs is used on our Dentist Joomla template and WordPress theme for showing company history and events. Supports- iconic and text tabs header, unlimited tabs, tab contents with Image and description (support custom HTML), tab contents with Event and as well as support linked tab which will be linked to another page instead of showing its contents, CSS3 animations etc.

 

Installation:

Note: Check your theme's existing particles first. If you already have this particle there, then skip this installation unless you need to update to a latest version.

  1. Download Company Tabs particle from particles download area of RcaTheme.com
  2. Unzip/Extract the particle zip file on your PC and open the folder
     
  3.  Installing On Joomla!

    1. Copy custom,  particles and r-elements folders to- ROOT/templates/DEFAULT_TEMPLATE/ using an FTP client like FileZilla.
    2. Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
    3. Create a custom.scss file if already not exist.
    4. Now add below codes to ROOT/templates/DEFAULT_TEMPLATE/custom/scss/custom.scss
      // Company Tabs 
      @import "company_tabs";
  4.  Installing On WordPress

    1. Copy custom,  particles and r-elements folders to- ROOT/wp-content/themes/DEFAULT_THEME/ using an FTP client like FileZilla or using your cPanel File manager
    2. Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
    3. Create a custom.scss file if already not exist.
    4. Now add below codes to ROOT/wp-content/themes/DEFAULT_THEME/custom/scss/custom.scss
      // Company Tabs 
      @import "company_tabs";
  5.  Installing On Grav CMS

    1. Copy  particlesr-elements and scss (from custom folder) folders to- ROOT/user/data/gantry5/themes/DEFAULT_THEME/ using an FTP client like FileZilla.
    2. Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
    3. Create a custom.scss file if already not exist.
    4. Now add below codes to ROOT/user/data/gantry5/themes/DEFAULT_THEME/scss/custom.scss
      // Company Tabs 
      @import "company_tabs";

 

Usage:

  1. Read how to add particles to your website here. 

For others, please check documentation inside this particle by hovering on each option title. We will be adding more information, if you have any issue with this particle please post a question on our support forum.