• Resolved mulloa

    (@mulloa)


    Hi, I have two questions for you guys.

    1st questoin: Is there anyway to add arrows to the slider widget, i know it has dots but arrows would also be useful.

    second question: Is there any way to increase the number of service items per row? Right now you can only have 3 items per row, and if you add a 4th it would be shifted down to a separate row. I would like to have it stay on the first row and have 4 services in a row.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    1) Arrows can be added, but it requires some heavy tweaking, therefore you can try to use some other slider plugin
    2) Yes, go to the inc/widgets/sh-services,
    replace <div class="col-md-3 with <div class="col-md-4 and
    replace <?php if( $i%3 with <?php if( $i%4

    Thread Starter mulloa

    (@mulloa)

    Thank you!

    Hi, concerning the second point. I tried that, but in my inc/widgets/sh-services file it was already marked as col-md-4.

    So i changed the $i%3 into $i%4, and it still didn’t work. Although now the bottom one moves when I hover my mouse over the other service elements.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    In upcoming weeks, version 2.2.x will include this option.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add arrows to slider and increase number of items per services widget row’ is closed to new replies.