Okay
  Public Ticket #3411775
MP3 Music Player Pro Version – Starter + Templates Addon
Closed

Comments

  • Eric started the conversation

    Hello, I just purchased the MP3 Music Player Pro Version and the  Starter + Templates Addon - unfortunately I can't find documentation to create carousels like in your demo on this page: https://sonaar.io/mp3-audio-player-pro/music-player-for-wordpress/examples/ 

    I'd like to recreate EXAMPLE 738. Any suggestions would be greatly appreciated 

  •  647
    Alexandre replied

    Hi Eric, 

    We will work on documentation about the Carousel soon. 

    I recommend you to use elementor editor, it will be by far easier to set the carousel. 

    Otherwise you have to use this shortcode paremeter:

    slider_param="true".

    For more option, you can replace the "true" slider_param value by parameter from the swiper js librairy.
    Please refer to this document: https://swiperjs.com/swiper-api.

    Here an example:
    slider_param="{loop:false,navigation:{nextEl:'.srp_swiper-button-next',prevEl:'.srp_swiper-button-prev',},spaceBetween:5,slidesPerView:4,speed:300,effect:'slide',breakpoints:{ 767: {slidesPerView: 4 }, 1024: {slidesPerView: 4 }, },}"


    By default, the carousel display one slide per post. If you wanna one slide per track, please add this shortcode parameter:

    slide_source="track"

    Thanks,


    Alexandre from the Sonaar.io Crew