Carousel
This template uses Owl Carousel 2 for carousels. It is simple to use. We have added a JS layer over it to map it's settings with HTML attributes. You can pass following settings as HTML attributes to carousel element
data-dots| true or falsedata-nav| true or falsedata-slidespeed| integer, default is 2000data-paginationspeed| integer, default is 2000data-margin| integer, default is 0data-autoplaytime| integer, default is 3000data-loop| true or falsedata-cols-lg| number of columns in large screensdata-cols-md| number of columns in medium screensdata-cols-sm| number of columns in 600px screensdata-cols-xs| number of columns in 480ox screensdata-cols-xxs| number of columns in bellow 480px screensdata-cols| number of columns in all screens
The basic HTML markup of a carousel is like
<div class="owl-carousel owwwlab-theme">
<div>...</div>
<div>...</div>
<div>...</div>
</div>Use attributes like so:
There are some classes that will help you change some aspects.
Adding
.owwwlab-themewill use the designated themeBy default the navigatuon bullets will be placed at bottom and center
Adding
.nav-top-centerwill place the navigation to top and centerAdding
.nav-top-rightwill place the navigation to top and right
News Carousel

.featured-news-boxwill prepare the scene.set-bgwill add.set-meimage as the background image.featured-newswhich is added to.owl-carouselwill customize the default styles for carousle.
Summary Box
This is a unique element, use it to give summary of your works, publications, and other aspects of your works. 
Here is the HTML
Last updated