Okay
  Public Ticket #915428
Initial help
Closed

Comments

  •  2
    Bob G started the conversation

    Hi, Love the template. Two Questions:

    1. How can i change the slider content and slider text Font color?

    2. Using the featured artists page. I have 8 artists but only 6 turn up. would also be good to be able to put in a second row of artists, but i couldn't figure that out either. i understand how you make a second row, but how do you stop the carousel?

    Thanks a lot for your help!


    Bob

  •  840
    Jelly replied

    Hi,

    1. To change the slider content, please check the homepage and slider option. To change the slider text color, it will need do with custom style. Or if you want, you can try revolution slider with more features than default slider.

    2. You can stop the repeat and display 8 artists with the steps below:

    Go to: /muziq-jellythemes-plugin/blocks/jellythemes.artists.php

    For the artists posts, please change the 'limit' => 6 to 8.

    For the repeat, you will see the code below:

    <div class="js-flickity" data-flickity-options="{ "cellAlign": "left", "wrapAround": true, "contain": true, "prevNextButtons": false }">';

    Change it to:

    <div class="js-flickity" data-flickity-options="{ "cellAlign": "left", "wrapAround": false, "contain": true, "prevNextButtons": false }">';

    Best Regards,
    Jelly Team