Hey guys, I'm having the "missing argument" error that you talk about here: http://www.vibethemes.com/vslider-common-issue/
As you suggest, I changed our code from:
<?php vslider(); ?>
to this:
<?php vslider('vslider_options'); ?>
(vslider_options is the name of our slider) but the slider's still not working. This is inside of a Wordpress installation.
The URL of our site is http://www.8bitdad.com - and the slider is front-and-center on the site (you can see where it looks broken).
Any input is appreciated. Thanks!