• Fabrik V4.4.1 is now available.

    This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.

    Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.

    We have reverted the code change and released 4.4.1. V4.4 has been retracted.

    Sorry for any inconvenience.

  • A new version of Full Calendar is now available.

    See the details here

Slideshow visualization

  • Views Views: 11,884
  • Last updated Last updated:
  • Fabrik Slideshow is based on Slick Carousal Library:
    https://kenwheeler.github.io/slick/

    For customization of Slideshow use Custom Options:

    Screen Shot 2020-01-29 at 12.37.16 pm.png


    For eg, if you want to start auto-play of images, add

    {"autoplay": true}

    For showing multiple slides and slide one set
    "slidesPerRow":1, (not sure why, should be default, but...)
    "slidesTo Show":3,
    "slidesToScroll": 1

    To show the navigation arrows create a file custom.css in plugins/fabrik_visualization/slideshow/views/slideshow/tmpl/Bootstrap
    and add
    Code:
    .slick-prev:before, .slick-next:before {
    color:red ;
    }
    (the original color is white, so they are invisible)
Back
Top