[Plugin: WP Coda Slider] WP CODA Slider – Template tag stop working since the new update
-
Hi,
I’ve been using WP coda slider and it’s been working fine until the latest update. (0.3.4)
Short code is still working fine though but template tag is struggling.For example, previously I used below template tag to get it to work,
<?php if ( function_exists('c3m_wpcodaslider') ) { c3m_wpcodaslider( 'myslider', '10', '3', 'autoSlide:true', 'autoSlideInterval: 9000', 'autoSlideStopWhenClicked: true' );} ?>
Now it looks like there is a new template tag as below,
<?php if ( function_exists('c3m_slider') ) { $args = array( 'id' => 'myslider', 'cat' => 10, 'show' => 1, 'slider_args' => array( 'autoHeight' => 'true', 'autoSlide' => 'true', 'autoSlideInterval' => '7000', 'autoSlideStopWhenClicked' => 'true', 'dynamicArrows' => 'true' ), ); c3m_slider( $args );} ?>
Contents are showing but without the slider effect. Am I doing something wrong with the tag here?
Please enlighten me if I am doing wrong here….I am currently using it in front of my website.
Thanks,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP Coda Slider] WP CODA Slider – Template tag stop working since the new update’ is closed to new replies.