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:
<?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.
<?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.
<?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:
This is your sidebar text. Please change me in Theme -> Edit Components
Please Donate Me
Thank You