• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Slideshow visualization

  • Views Views: 11,628
  • 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