From: Laury GvR Date: Wed, 14 Feb 2018 21:56:29 +0000 (-0500) Subject: Setting the slideshow animation to fade X-Git-Tag: v1.0.2^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3979fad06876330db11f55c492057b6a51abef8a;p=WP-Themes%2Fwmta.git Setting the slideshow animation to fade Current ad slider animation is set to slide from right to left. This setting hopefully changes that to fading. --- diff --git a/functions.php b/functions.php index 5d90a24..c6f0a5c 100644 --- a/functions.php +++ b/functions.php @@ -333,6 +333,7 @@ require get_template_directory() . '/inc/royalslider.php'; function restore_slider_behavior( $settings ) { $settings['infinite'] = 'true'; + $settings['animation'] = "'fade'"; return $settings; } add_filter( 'advanced-ads-slider-settings', 'restore_slider_behavior' );