How can I get the sponsor logo bar at the bottom, see screenshot, to rotate in a slider. I know it is setup as a 1/5th format, but I would like to slide additional logos through. I might have up to 10 logos sliding through.
https://www.dropbox.com/s/jduoa1rpjq85jkr/2017-03-15_09-48-09.png?dl=0
Let me know,
Thank you
Well this is not available in wplms but I can provide you a custom code which will show the slider at the bottom of every page, refer:
http://screencast-o-matic.com/watch/cbeDIn6geF
Let me know if you need the code for this.
PS: This is a customization and please consider hiring a freelancer for such customizations.
Is it possible to do this with the Revolution Slider ?
Yes it can be done with revolution slider also.
Simply add the bellow code in your wplms-customizer.php file present in your wplms customizer plugin:
add_action('wp_footer',function(){
echo do_shortcode('[rev_slider alias="classicslider1"]');
});
--------------------
Change the shortcode accordingly.
I contacted the author of Revolution Slider and he provided a zip of the slider needed for this.