Anybody have a detailed walk through on how to get the coda slider up and running?
I have Installed the latest Anynews from websitebaker.
Entered in my website template:
<?php include_once(WB_PATH . '/modules/anynews/coda-slider.inc.php'); ?> into header of my tempalte
include_once(WB_PATH . '/modules/anynews/coda-slider.inc.php');
Entered into code section of page:
displayNewsItems(
$group_id = 0,
$max_news_items = 10,
$max_news_lenght = -1,
$display_mode = 3,
$lang_id = 'auto',
$strip_tags = true,
$allowed_tags = '<p><a><img>',
$custom_placeholder = false,
$sort_by = 1,
$sort_order = 1,
$not_older_than = 0
);
I get the coda slider on the latest news, but it will not automatically go to the next slide.
I have gotten bxslider with library admin, but had to play with div to get it working correctly. Would rather make it easier by just updating a news or WYSIWYG page.
Any other easy solutions for small generic slider?