Support » Plugin: Gallery to Slideshow » [Plugin: Gallery to Slideshow] Adding Prev/Next Arrows/Button

Viewing 1 replies (of 1 total)
  • Hi Jonny,

    I just had to do this, so maybe I can help…

    Putting the following in my functions.php file worked for me (although you may need to use CSS to replace Previous/Next with your arrows:

    function my_gallery_to_slideshow_settings( $params ){
    		$params['directionNav'] = true;
    		return $params;
    	}
    add_filter( 'mv_gallery_to_slideshow_js_params', 'my_gallery_to_slideshow_settings' );
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Gallery to Slideshow] Adding Prev/Next Arrows/Button’ is closed to new replies.