• Resolved Mark Jansen

    (@mark-jansen)


    Hello my fellow wordpress users,

    As of last week I started using, or at least try to start using, the Coda Slider in my wordpress theme. http://wordpress.org/extend/plugins/wp-coda-slider/

    When I tried it, I stubled upon a few problems.

    Wether I try using shortcode on a page, or using a templatecode, it doesn’t seem to work well. For instance, I don’t get to see the arrows, any way I try,

    I might have misunderstood something but:

    <?php if ( function_exists('c3m_wpcodaslider') ) { c3m_wpcodaslider('myslider', '3', '4', 'dynamicTabs:true, autoSlideStopWhenClicked:true');} ?>

    or

    [wpcodaslider id=slider cat=3 show=3 args=dynamicArrows:true, autoSlider:false, dynamicTabs:false, autoHeight:false]

    Should give me the tabs + the arrows right?

    Is it maybe a known issue in 3.2.1, or am I totally off with my code?

    It’s not just the arrows, more args don’t seem to be working, but I’m not sure why.

    I hope some one can help me out here. It’s a slider I’d really like to use.

Viewing 1 replies (of 1 total)
  • Thread Starter Mark Jansen

    (@mark-jansen)

    Resolved:

    Aparently the CSS file contained a display: none on the arrows (don’t know why), but it should work fine now.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Coda Slider] – Shorthand and template code issues’ is closed to new replies.