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.
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.
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!
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.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme