Anybody had issues with the WB_theme?
While working on my website today the right side of the page seems to be cut off.
Attached is a screenshot with a few of the effected pages.
Wouldn't seem like a big deal, but there seems to be several buttons on the right side that you don't think about until they are missing.
Switched over to Argos backend and everything looks fine and is actually running what seems a little more smooth. First time I have used it and believe I will keep it for awhile. Is it me or does it run a little faster?
I know I can uninstall and reinstall the wb_theme backend, but any idea on what may have caused it?
I was working on the Anynews module trying to get the coda slider to work. I had loaded the modlues several months ago and haven't had any issue with the website. I was just changing code in a page vs editing files on the server. Not sure what may have tweaked the wb_theme.
Also...If anybody has a walkthrough on the Anynews module using the Coda slider this I would aprechiate it.
News appears correctly in the slider format, but cannot get it to transition automatically on its own.
Added the standard code: Just not sure where to put / change info for the transistions
include_once(WB_PATH . '/modules/anynews/coda-slider.inc.php');
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
);