Hello world!
/****************************************** - PREPARE PLACEHOLDER FOR SLIDER - ******************************************/
jQuery(document).ready(function() { jQuery("#rev_slider_2_1_wrapper").show().revolution( { delay:9000, startwidth:1140, startheight:630, hideThumbs:0,
navigationType:"bullet", navigationArrows:"solo", navigationStyle:"custom",
touchenabled:"on", onHoverStop:"on",
swipe_velocity: 0.7, swipe_min_touches: 1, swipe_max_touches: 1, drag_block_vertical: false,
keyboardNavigation:"off",
navigationHAlign:"center", navigationVAlign:"bottom", navigationHOffset:0, navigationVOffset:20,
soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:20, soloArrowLeftVOffset:0,
soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:20, soloArrowRightVOffset:0,
shadow:0, fullWidth:"on", fullScreen:"off",
spinner:"spinner0",
stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1,
shuffle:"off",
autoHeight:"off", forceFullWidth:"off",
hideTimerBar:"on", hideThumbsOnMobile:"off", hideNavDelayOnMobile:1500, hideBulletsOnMobile:"off", hideArrowsOnMobile:"off", hideThumbsUnderResolution:0,
hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, startWithSlide:0 });
}); /*ready*/