By default the slider revolution plugin doesn't include tab support for the slider arrows or bullets. You can add this…
/** * Alter the default post slider position * * Default : 'below_title' * Choices : 'below_title', 'above_title', 'above_menu', 'above_header',…
function my_category_slider( $slider ) { // Display the "test" revolution on category archives if ( is_category() ) { $slider =…