Skip to content

Commit

Permalink
upgrade to owl carousel v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
outsmartit committed Jun 5, 2017
1 parent 973362a commit 17104b6
Show file tree
Hide file tree
Showing 9 changed files with 193 additions and 0 deletions.
Binary file added assets/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/owl.carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions assets/owl.theme.default.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
/*
* Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }

.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }
6 changes: 6 additions & 0 deletions assets/owl.theme.default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions assets/owl.theme.green.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
/*
* Green theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #4DC7A0;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }

.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #4DC7A0; }
6 changes: 6 additions & 0 deletions assets/owl.theme.green.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/owl.video.play.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions language/nl-NL/nl-NL.mod_outsmartitowl.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
; this is an INI file
MOD_OUTSMARTITOWL="Outsmartitowl module"
MOD_OUTSMARTITOWL_FIELD_TYPE_LABEL="Type of the Carousel"
MOD_OUTSMARTITOWL_FIELD_TYPE_DESC="Type of the Carousel : one at the time, multiple or lazy load"
MOD_OUTSMARTITOWL_FIELD_JQUERY_LABEL="Load JQuery Library"
MOD_OUTSMARTITOWL_FIELD_JQUERY_DESC="Load JQuery Library in no conflict mode (may not be necessary if other modules or templates have already loaded it)"
MOD_OUTSMARTITOWL_ONE="One Slide"
MOD_OUTSMARTITOWL_IMAGES="Images"
MOD_OUTSMARTITOWL_LAZY="Lazy Load"
MOD_OUTSMARTITOWL_XML_DESCRIPTION="Outsmartitowl carousel, based on owl carousel v1.3"
MOD_OUTSMARTITOWL_FIELD_IMAGE_DESC="Add file for image"
MOD_OUTSMARTITOWL_FIELD_TITLE_DESC="Title to go over the image"
MOD_OUTSMARTITOWL_FIELD_CAPTION_DESC="Caption to go over the image"
MOD_OUTSMARTITOWL_FIELD_LINK_DESC="URL to link to behind the caption text"
MOD_OUTSMARTITOWL_FIELD_IMAGE1_LABEL="Image 1 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION1_LABEL="Caption for image 1"
MOD_OUTSMARTITOWL_FIELD_TITLE1_LABEL="Title for image 1"
MOD_OUTSMARTITOWL_FIELD_LINK1_LABEL="Link for caption on image 1"
MOD_OUTSMARTITOWL_FIELD_IMAGE2_LABEL="Image 2 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION2_LABEL="Caption for image 2"
MOD_OUTSMARTITOWL_FIELD_TITLE2_LABEL="Title for image 2"
MOD_OUTSMARTITOWL_FIELD_LINK2_LABEL="Link for caption on image 2"
MOD_OUTSMARTITOWL_FIELD_IMAGE3_LABEL="Image 3 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION3_LABEL="Caption for image 3"
MOD_OUTSMARTITOWL_FIELD_TITLE3_LABEL="Title for image 3"
MOD_OUTSMARTITOWL_FIELD_LINK3_LABEL="Link for caption on image 3"
MOD_OUTSMARTITOWL_FIELD_IMAGE4_LABEL="Image 4 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION4_LABEL="Caption for image 4"
MOD_OUTSMARTITOWL_FIELD_TITLE4_LABEL="Title for image 4"
MOD_OUTSMARTITOWL_FIELD_LINK4_LABEL="Link for caption on image 4"
MOD_OUTSMARTITOWL_FIELD_IMAGE5_LABEL="Image 5 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION5_LABEL="Caption for image 5"
MOD_OUTSMARTITOWL_FIELD_TITLE5_LABEL="Title for image 5"
MOD_OUTSMARTITOWL_FIELD_LINK5_LABEL="Link for caption on image 5"
MOD_OUTSMARTITOWL_FIELD_IMAGE6_LABEL="Image 6 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION6_LABEL="Caption for image 6"
MOD_OUTSMARTITOWL_FIELD_TITLE6_LABEL="Title for image 6"
MOD_OUTSMARTITOWL_FIELD_LINK6_LABEL="Link for caption on image 6"
MOD_OUTSMARTITOWL_FIELD_IMAGE7_LABEL="Image 7 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION7_LABEL="Caption for image 7"
MOD_OUTSMARTITOWL_FIELD_TITLE7_LABEL="Title for image 7"
MOD_OUTSMARTITOWL_FIELD_LINK7_LABEL="Link for caption on image 7"
MOD_OUTSMARTITOWL_FIELD_IMAGE8_LABEL="Image 8 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION8_LABEL="Caption for image 8"
MOD_OUTSMARTITOWL_FIELD_TITLE8_LABEL="Title for image 8"
MOD_OUTSMARTITOWL_FIELD_LINK8_LABEL="Link for caption on image 8"
MOD_OUTSMARTITOWL_FIELD_IMAGE9_LABEL="Image 9 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION9_LABEL="Caption for image 9"
MOD_OUTSMARTITOWL_FIELD_TITLE9_LABEL="Title for image 9"
MOD_OUTSMARTITOWL_FIELD_LINK9_LABEL="Link for caption on image 9"
MOD_OUTSMARTITOWL_FIELD_IMAGE10_LABEL="Image 10 file"
MOD_OUTSMARTITOWL_FIELD_CAPTION10_LABEL="Caption for image 10"
MOD_OUTSMARTITOWL_FIELD_TITLE10_LABEL="Title for image 10"
MOD_OUTSMARTITOWL_FIELD_LINK10_LABEL="Link for caption on image 10"
COM_MODULES_IMAGES_FIELDSET_LABEL="Images"
COM_MODULES_GENERAL_FIELDSET_LABEL="General"
MOD_OUTSMARTITOWL_FIELD_ITEMS_LABEL="Number of items"
MOD_OUTSMARTITOWL_FIELD_ITEMS_DESC="Number of items to be shown at the same time (only if type=images)"
MOD_OUTSMARTITOWL_FIELD_SPEED_LABEL="Speed for alternating images"
MOD_OUTSMARTITOWL_FIELD_SPEED_DESC="Speed for alternating images in ms"
MOD_OUTSMARTITOWL_FIELD_PAGINATION_LABEL="Add pagination bullets ?"
MOD_OUTSMARTITOWL_FIELD_PAGINATION_DESC="Add pagination bullets under the carousel ?"
MOD_OUTSMARTITOWL_FIELD_ADDCAPTION_LABEL="Add Caption text to images"
MOD_OUTSMARTITOWL_FIELD_ADDCAPTION_DESC="Add Caption text to images ?"
MOD_OUTSMARTITOWL_FIELD_BIGCAPTION_LABEL="Add Caption as title block ?"
MOD_OUTSMARTITOWL_FIELD_BIGCAPTION_DESC="Add Caption as title block in the middle (YES) or stuck to the bottom (NO) ?"
MOD_OUTSMARTITOWL_FIELD_NAVIGATION_LABEL="Add Navigation arrows ?"
MOD_OUTSMARTITOWL_FIELD_NAVIGATION_DESC="Add Navigation arrows ?"
MOD_OUTSMARTITOWL_FIELD_LOOP_LABEL="Play carousel in loop ?"
MOD_OUTSMARTITOWL_FIELD_LOOP_LABEL_DESC="Carousel will be played in loop, with multiple items the first item on will be added to the end of the list"
MOD_OUTSMARTITOWL_FIELD_AUTOPLAY_LABEL="Autoplay carousel"
MOD_OUTSMARTITOWL_FIELD_AUTOPLAY_LABEL_DESC="Carousel will be started automatically"
3 changes: 3 additions & 0 deletions language/nl-NL/nl-NL.mod_outsmartitowl.sys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
; this is an INI file
MOD_OUTSMARTITOWL="Outsmartit Owl Carousel for Joomla"
MOD_OUTSMARTITOWL_XML_DESCRIPTION="Outsmartit Owl carousel - based on Owl carousel 2.2.1. Made with love and coffee"

0 comments on commit 17104b6

Please sign in to comment.