Naar inhoud springen

FlexSlider/en: verschil tussen versies

Uit KB Van Loenhout
FuzzyBot (overleg | bijdragen)
Bijgewerkt vanwege een nieuwe basisversie van de bronpagina
 
FuzzyBot (overleg | bijdragen)
Bijgewerkt vanwege een nieuwe basisversie van de bronpagina
Regel 1: Regel 1:
<languages />
<languages />
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
FlexSlider is a great, fully responsive jQuery slider toolkit. It's already installed in your website environment, ready to use.
FlexSlider is a great, fully responsive jQuery slider toolkit. It's already installed in FR Gallery, ready to use.
</div>
</div>


'''Functions'''
'''Functions'''


<div lang="nl" dir="ltr" class="mw-content-ltr">
* Simple, semantic design
* Eenvoudige, semantische opmaak
* Supported by all major browsers
* Wordt ondersteund door alle gangbare browsers
* Horizontal and vertical slide and fade animations
* Horizontale en verticale schuif- en fade-animaties
* Support for multiple scrollbars, Callback API, and more
* Ondersteuning voor meerdere schuifbalken, Callback API en meer
* Support for hardware-accelerated swiping
* Ondersteuning voor hardwareversnelde veegbewegingen
* Custom navigation options
* Aangepaste navigatieopties
* Compatible with the latest version of jQuery
* Compatibel met de nieuwste versie van jQuery
</div>




<div lang="nl" dir="ltr" class="mw-content-ltr">
Visit the [http://flexslider.woothemes.com FlexSlider page] on Woo Themes for examples.
Bezoek de [http://flexslider.woothemes.com FlexSlider pagina] van Woo Themes voor voorbeelden.
</div>


<div lang="nl" dir="ltr" class="mw-content-ltr">
For example, you can copy the HTML source code and paste it into a section of your website.
Per voorbeeld kan je de html broncode kopiëren en plakken in een sectie op jouw website.
</div>


<div lang="nl" dir="ltr" class="mw-content-ltr">
== Usage ==
== Toepassing ==
[[File:Knop Broncode.png|alt=knop Broncode|left]]
[[File:Knop Broncode.png|alt=knop Broncode|left]]
De Flexslider plaats je in een sectie van een pagina. Gebruik de WYSIWYG editor, optie Broncode
Place the Flexslider in a section of a page. Use the WYSIWYG editor and select the “Source Code” option.
</div>




<div lang="nl" dir="ltr" class="mw-content-ltr">
Place the following source code:<syntaxhighlight lang="html">
Plaats de volgende broncode:<syntaxhighlight lang="html">
<!-- Place somewhere in the <body> of your page -->
<!-- Place somewhere in the <body> of your page -->
<div class="flexslider">
<div class="flexslider">
Regel 52: Regel 43:
</div>
</div>
</syntaxhighlight>
</syntaxhighlight>
</div>


<div lang="nl" dir="ltr" class="mw-content-ltr">
== Advanced Options ==
== Geavanceerde optie's ==
The developer's GitHub page, WooCommerce, describes all the built-in features. [https://github.com/woocommerce/FlexSlider/wiki/FlexSlider-Properties Link to page]
Op de Github pagina van de ontwikkelaar, Woocommerce, staan alle ingebouwde functionaliteiten beschreven. [https://github.com/woocommerce/FlexSlider/wiki/FlexSlider-Properties Link naar pagina]
</div>


<div lang="nl" dir="ltr" class="mw-content-ltr">
Other pages with examples and tutorials:
Andere pagina's met voorbeelden en handleidingen:
</div>


<div lang="nl" dir="ltr" class="mw-content-ltr">
[https://www.myjqueryplugins.com/jquery-plugin/flexslider/ MyjQuery Plugins]
[https://www.myjqueryplugins.com/jquery-plugin/flexslider/ MyjQuery Plugins]
</div>


<div lang="nl" dir="ltr" class="mw-content-ltr">
[https://manuals.muthu.co/posts/javascript-libraries-and-functions/flexslider.html Muthu Manuals]
[https://manuals.muthu.co/posts/javascript-libraries-and-functions/flexslider.html Muthu Manuals]
</div>


<div lang="nl" dir="ltr" class="mw-content-ltr">
[https://www.jqueryscript.net/slider/Awesome-Fully-Responsive-jQuery-Slider-FlexSlider.html jQuery Script.net]
[https://www.jqueryscript.net/slider/Awesome-Fully-Responsive-jQuery-Slider-FlexSlider.html jQuery Script.net]
</div>

Versie van 15 jul 2026 19:23

FlexSlider is a great, fully responsive jQuery slider toolkit. It's already installed in FR Gallery, ready to use.

Functions

  • Simple, semantic design
  • Supported by all major browsers
  • Horizontal and vertical slide and fade animations
  • Support for multiple scrollbars, Callback API, and more
  • Support for hardware-accelerated swiping
  • Custom navigation options
  • Compatible with the latest version of jQuery


Visit the FlexSlider page on Woo Themes for examples.

For example, you can copy the HTML source code and paste it into a section of your website.

Usage

knop Broncode

Place the Flexslider in a section of a page. Use the WYSIWYG editor and select the “Source Code” option.


Place the following source code:

<!-- Place somewhere in the <body> of your page -->
<div class="flexslider">
  <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>

Advanced Options

The developer's GitHub page, WooCommerce, describes all the built-in features. Link to page

Other pages with examples and tutorials:

MyjQuery Plugins

Muthu Manuals

jQuery Script.net