Shortcodes

Tabs

Component structure:

get_component_with_params('ra-accordion', array(class_name='accordion1', array(slug,slug,...), int active_tab_nr=1, excerpt=false))

Component call - insert in your template next code examples:

  1. <?php get_component_with_params('ra-accordion', array('accord', array('index', 'index-1', 'index-2'), 2, false)); ?>

insert 3 Accordion tabs; class name - 'accord'; with content from pages: index, index-1, index-2; make active second tab; outputs - full pages content; .

  1. <?php get_component_with_params('ra-accordion', array('Myaccordion', array('index', 'index-1'), 1, 400)); ?>

insert 2 Accordion tabs; class name - 'Myaccordion'; with content from pages: index, index-1; make active first tab; outputs - pages excerpts 400 simbols lenght.

  1. <?php get_component_with_params('ra-accordion', array(false, 'index' )); ?>

insert 1 tab with content from page: index; outputs - full page content; with class name - 'accordion1'.

If plugin DynPages installed in your site you can use shortcodes, like this:

{% ra-accordion accordion2, "index index-1" none 400 %}

Component structure:

get_component_with_params('ra-animated-block', array(array(slug,slug,...), int anim_duration=1000, int anim_delay=600, string anim_effect='fadeInDown excerpt=false, string class_name='col-sm-(2-12)'))

Component call - insert in your template next code examples:

  1. <?php get_component_with_params('ra-animated-block', array(array('index', 'index-1', 'index-2'), 2000, 800, 'bounceInLeft', false, 'col-xs-4')); ?>

insert Animated block with content from pages: index, index-1, index-2; set Animation duration to 2000ms; set Animation delay to 800ms; set Animation effect to bounceInLeft; outputs - full pages content; create 3 responsive columns.

  1. <?php get_component_with_params('ra-animated-block', array(array('index', 'index-1'), false, false, 'slideInUp', 400, 'col-md-6')); ?>

insert Animated block with content from pages: index, index-1; default Animation duration 1000ms; default Animation delay 600ms; set Animation effect to slideInUp; outputs - pages excerpts 400 simbols lenght; create 2 responsive columns.

  1. <?php get_component_with_params('ra-animated-block', array( 'index' )); ?>

insert Animated block with content from page: index; default Animation duration 1000ms; default Animation delay 600ms; default Animation effect fadeInDown; outputs - full page content; create 1 responsive column 100% width.

If plugin DynPages installed in your site you can use shortcodes, like this:

{% ra-animated-block "index index-1" 2000 800 bounceInLeft false "col-xs-4" %}

Component structure:

get_component_with_params('ra-tabs', array( array(slug,slug,...), int active_tab_nr=1, excerpt=false, tabs_layout='horizontal'))

Component call - insert in your template next code examples:

  1. <?php get_component_with_params('ra-tabs', array( array('index', 'index-1', 'index-2'), 2, false, 'vertical')); ?>

insert 3 tabs with content from pages: index, index-1, index-2; make active second tab; outputs - full pages content; tabs layout - vertical.

  1. <?php get_component_with_params('ra-tabs', array( array('index', 'index-1'), 1, 400)); ?>

insert 2 tabs with content from pages: index, index-1; make active first tab; outputs - pages excerpts 400 simbols lenght; tabs layout - horizontal.

  1. <?php get_component_with_params('ra-tabs', array( 'index' )); ?>

insert 1 tab with content from page: index; outputs - full pages content; tabs layout - horizontal.

If plugin DynPages installed in your site you can use shortcodes, like this:

{% ra-tabs "index index-1" 1 false vertical %}

 

Accordion

Tooltips maybe 4 directions: In Left, In Top, In Bottom, In Right.

To use Tooltips with page elements like buttons, divs and so on use next code examples:

  1. data-original-title="Tooltip on left" data-placement="left" data-toggle="tooltip"

Create Tooltips element with direction In Left.

Change parameter data-placement with desired direction value (top, bottom, right).

Popover maybe 4 directions: In Left, In Top, In Bottom, In Right.

To use Popover with page elements like buttons, divs and so on use next code examples:

  1. data-original-title="Popover on left" data-container="body" data-content="your message." data-placement="left" data-toggle="popover"

Create Popover element with direction In Left.

Change parameter data-placement with desired direction value (top, bottom, right).

Element smooth scrolling to top of page (use Bootstrap and JQuery).

To use Scroll to Top create element with tag < a > apply proper style and add class name "gototop", for example:

< a style="display: inline;" href="#" class="gototop glyphicon glyphicon-chevron-up" data-placement="top" data-toggle="tooltip" data-original-title="To Top">< /a>

Tooltips

Popover

Gallery

Forest misterios view Forest misterios view. Forest misterios view Forest misterios view

Mano pvz.

Forest misterios view Forest misterios view. Forest misterios view Forest misterios view

Spring is coming Spring is coming. Spring is coming Spring is coming.

Spring is coming Spring is coming. Spring is coming Spring is coming.

Animated block