Okay
  Public Ticket #1102859
staff carousel - style3
Closed

Comments

  • Rob started the conversation

    1. I have the "posts per line" set to 4, but it is only showing 3. I even tried 5 per line, but it still only shows 3 per line. My client wants Style 3, but they want 4 per line.

    2. On mobile, only 1 staff member shows in landscape view, which is fine, but they want the navigation arrows to always show and be able to swipe left or right to view more staff photos.

    Thank you!

  •  895
    TheFox replied

    Hello Rob,

    1. If you are using the child theme, go to the main theme and copy the content of thefox/functions/rd_shortcodes/rd_staff_carousel.php in the functions.php of your child theme.

    Then search for 

    399

    and change it to

    300 or 250

    This should do the trick.

    2. For the arrow you can add custom css to have them always showing when needed.

    .staff_left,.staff_right { opacity:1; }

    You just need to add the media queries rules you want.

    Do not hesitate to contact us if you have more questions.

    Have a nice weekend!

    Regards.