Support » Plugins » [Plugin: WP-Cycle] How to center and how to stop slide

  • I’m loving the wp-cycle. It’s so easy to use. I do have a couple of questions, though.

    How do I center the slideshow?

    Is there a way to have the rotation to stop when it reaches the end of my pictures?

    Thank you for a neat plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • To center you slide show; add “<?php wp_cycle(); ?>” code inside a td(tabledata) as shown below;

    <table align=”center” border=”0″ padding=”0″>
    <tr><td></td>
    <td><?php wp_cycle(); ?><td>
    <td></td></tr></table>
    then adjust the width of first and last ‘td’ respect to the screen size.
    ie. <td width=”X”> X is variable.
    just try it. i do so.

    Lina

    (@linamillsrnyahoocom)

    Sorry to be so ignorant, but can someone please tell me where I would insert this table?

    Yes, I too am struggling yet I have it centered on another website, but the most recent one will not center. Entering this code has taken my whole site down.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Cycle] How to center and how to stop slide’ is closed to new replies.