This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1698 from woocommerce/release-2-7-0
Release 2 7 0
- Loading branch information
Showing
26 changed files
with
952 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "flexslider", | ||
"version": "2.6.4", | ||
"version": "2.7.0", | ||
"homepage": "https://github.com/woocommerce/FlexSlider", | ||
"authors": [ | ||
"Automattic <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,310 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="en"> | ||
<head> | ||
<meta content="charset=utf-8"> | ||
<title>FlexSlider 2</title> | ||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> | ||
|
||
<!-- Syntax Highlighter --> | ||
<link href="css/shCore.css" rel="stylesheet" type="text/css" /> | ||
<link href="css/shThemeDefault.css" rel="stylesheet" type="text/css" /> | ||
<!-- Demo CSS --> | ||
<link rel="stylesheet" href="css/demo.css" type="text/css" media="screen" /> | ||
<link rel="stylesheet" href="../flexslider.css" type="text/css" media="screen" /> | ||
<link rel="stylesheet" href="../flexslider-rtl.css" type="text/css" media="screen" /> | ||
<!-- Modernizr --> | ||
<script src="js/modernizr.js"></script> | ||
|
||
<style type="text/css"> | ||
.flex-caption { | ||
width: 96%; | ||
padding: 2%; | ||
left: 0; | ||
bottom: 0; | ||
background: rgba(0,0,0,.5); | ||
color: #fff; | ||
text-shadow: 0 -1px 0 rgba(0,0,0,.3); | ||
font-size: 14px; | ||
line-height: 18px; | ||
} | ||
li.css a { | ||
border-radius: 0; | ||
} | ||
</style> | ||
|
||
</head> | ||
<body class="loading"> | ||
|
||
<div id="container" class="cf"> | ||
<header role="navigation"> | ||
<a class="logo" href="http://www.woothemes.com" title="WooThemes"> | ||
<img src="images/logo.png" alt="WooThemes" /> | ||
</a> | ||
<h1>FlexSlider 2</h1> | ||
<h2>The best responsive slider. Period.</h2> | ||
<a class="button green" href="https://github.com/woothemes/FlexSlider/zipball/master">Download Flexslider</a> | ||
<h3 class="nav-header">Other Examples</h3> | ||
<nav> | ||
<ul> | ||
<li><a href="index.html">Basic Slider</a></li> | ||
<li><a href="basic-slider-with-custom-direction-nav.html">Basic Slider customDirectionNav</a></li> | ||
<li><a href="basic-slider-with-caption.html">Basic Slider with Simple Caption</a></li> | ||
<li><a href="thumbnail-controlnav.html">Slider w/thumbnail controlNav pattern</a></li> | ||
<li><a href="thumbnail-slider.html">Slider w/thumbnail slider</a></li> | ||
<li><a href="basic-carousel.html">Basic Carousel</a></li> | ||
<li><a href="carousel-min-max.html">Carousel with min and max ranges</a></li> | ||
<li><a href="dynamic-carousel-min-max.html">Carousel with dynamic min/max ranges</a></li> | ||
<li><a href="video.html">Video & the api (vimeo)</a></li> | ||
<li><a href="video-wistia.html">Video & the api (wistia)</a></li> | ||
</ul> | ||
</nav> | ||
<h3 class="nav-header">RTL Examples</h3> | ||
<nav> | ||
<ul> | ||
<li><a href="index-rtl.html">Basic Slider</a></li> | ||
<li class="active"><a href="asnavfor-rtl.html">Slider with Simple Caption w/thumbnail slider</a></li> | ||
<li><a href="basic-carousel-rtl.html">Basic Carousel</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<div id="main" role="main"> | ||
<section class="slider"> | ||
<div class="flexslider" id="f1" style="direction:rtl"> | ||
<ul class="slides"> | ||
<li> | ||
<img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> | ||
<p class="flex-caption">Adventurer Cheesecake Brownie</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_lemon.jpg" /> | ||
<p class="flex-caption">Adventurer Lemon</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_donut.jpg" /> | ||
<p class="flex-caption">Adventurer Donut</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_caramel.jpg" /> | ||
<p class="flex-caption">Adventurer Caramel</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> | ||
<p class="flex-caption">Adventurer Cheesecake Brownie</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_lemon.jpg" /> | ||
<p class="flex-caption">Adventurer Lemon</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_donut.jpg" /> | ||
<p class="flex-caption">Adventurer Donut</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_caramel.jpg" /> | ||
<p class="flex-caption">Adventurer Caramel</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> | ||
<p class="flex-caption">Adventurer Cheesecake Brownie</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_lemon.jpg" /> | ||
<p class="flex-caption">Adventurer Lemon</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_donut.jpg" /> | ||
<p class="flex-caption">Adventurer Donut</p> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_caramel.jpg" /> | ||
<p class="flex-caption">Adventurer Caramel</p> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="flexslider carousel" id="f2" style="direction:rtl"> | ||
<ul class="slides"> | ||
<li> | ||
<img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_lemon.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_donut.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_caramel.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_lemon.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_donut.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_caramel.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_lemon.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_donut.jpg" /> | ||
</li> | ||
<li> | ||
<img src="images/kitchen_adventurer_caramel.jpg" /> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
<aside> | ||
<div class="cf"> | ||
<h3>Slider with Carousel Slider as Navigation - RTL</h3> | ||
<ul class="toggle cf"> | ||
<li class="js"><a href="#view-js">JS</a></li> | ||
<li class="css"><a href="#view-css">CSS</a></li> | ||
<li class="html"><a href="#view-html">HTML</a></li> | ||
</ul> | ||
</div> | ||
<div id="view-js" class="code"> | ||
<pre class="brush: js; toolbar: false; gutter: false;"> | ||
// Can also be used with $(document).ready() | ||
$(window).load(function(){ | ||
$('#f1').flexslider({ | ||
animation: "slide", | ||
rtl: true, | ||
start: function(slider){ | ||
$('body').removeClass('loading'); | ||
} | ||
}); | ||
$('#f2').flexslider({ | ||
animation: "slide", | ||
animationLoop: false, | ||
itemWidth: 210, | ||
itemMargin: 5, | ||
pausePlay: true, | ||
mousewheel: true, | ||
rtl: true, | ||
asNavFor:'.flexslider' | ||
}); | ||
}); | ||
</pre> | ||
</div> | ||
<div id="view-css" class="code"> | ||
<pre class="brush: xml; toolbar: false; gutter: false;"> | ||
<!-- Place either at the bottom in the <head> of your page or inside your CSS --> | ||
<style type="text/css"> | ||
.flex-caption { | ||
width: 96%; | ||
padding: 2%; | ||
left: 0; | ||
bottom: 0; | ||
background: rgba(0,0,0,.5); | ||
color: #fff; | ||
text-shadow: 0 -1px 0 rgba(0,0,0,.3); | ||
font-size: 14px; | ||
line-height: 18px; | ||
} | ||
li.css a { | ||
border-radius: 0; | ||
} | ||
</style> | ||
</pre> | ||
</div> | ||
<div id="view-html" class="code"> | ||
<pre class="brush: xml; toolbar: false; gutter: false;"> | ||
<!-- Place somewhere in the <body> of your page --> | ||
<div class="flexslider" id="f1" style="direction:rtl"> | ||
<ul class="slides"> | ||
<li> | ||
<img src="slide1.jpg" /> | ||
<p class="flex-caption">Adventurer Cheesecake Brownie</p> | ||
</li> | ||
<li> | ||
<img src="slide2.jpg" /> | ||
<p class="flex-caption">Adventurer Lemon</p> | ||
</li> | ||
<li> | ||
<img src="slide3.jpg" /> | ||
<p class="flex-caption">Adventurer Donut</p> | ||
</li> | ||
<li> | ||
<img src="slide4.jpg" /> | ||
<p class="flex-caption">Adventurer Caramel</p> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="flexslider carousel" id="f2" style="direction:rtl"> | ||
<ul class="slides"> | ||
<li> | ||
<img src="slide1.jpg" /> | ||
</li> | ||
<li> | ||
<img src="slide2.jpg" /> | ||
</li> | ||
<li> | ||
<img src="slide3.jpg" /> | ||
</li> | ||
<li> | ||
<img src="slide4.jpg" /> | ||
</li> | ||
</ul> | ||
</div> | ||
</pre> | ||
</div> | ||
</aside> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- jQuery --> | ||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.min.js">\x3C/script>')</script> | ||
|
||
<!-- FlexSlider --> | ||
<script defer src="../jquery.flexslider.js"></script> | ||
|
||
<script type="text/javascript"> | ||
$(function(){ | ||
SyntaxHighlighter.all(); | ||
}); | ||
$(window).load(function(){ | ||
$('#f1').flexslider({ | ||
animation: "slide", | ||
rtl: true, | ||
start: function(slider){ | ||
$('body').removeClass('loading'); | ||
} | ||
}); | ||
$('#f2').flexslider({ | ||
animation: "slide", | ||
animationLoop: false, | ||
itemWidth: 210, | ||
itemMargin: 5, | ||
pausePlay: true, | ||
mousewheel: true, | ||
rtl: true, | ||
asNavFor:'.flexslider' | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
<!-- Syntax Highlighter --> | ||
<script type="text/javascript" src="js/shCore.js"></script> | ||
<script type="text/javascript" src="js/shBrushXml.js"></script> | ||
<script type="text/javascript" src="js/shBrushJScript.js"></script> | ||
|
||
<!-- Optional FlexSlider Additions --> | ||
<script src="js/jquery.easing.js"></script> | ||
<script src="js/jquery.mousewheel.js"></script> | ||
<script defer src="js/demo.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.