Question

Built a theme in HTML/CSS and customized a the cycle plugin to be a gallery with pagination. Worked perfect, now turning the theme into wordpress, and the pager is adding extra numbers, like blank slide between each image. Anyone seen this before?

Was it helpful?

Solution

You can also use the 'slideExpr' option to specify which elements should be used as slides.

http://jquery.malsup.com/cycle/slideExpr.html

OTHER TIPS

Solved it, odd. Was wordpress issue where it was adding in break ( <br />) tags automatically. Not helpful lol. If it happens to you, try adding this to the top of your template file,

<?php remove_filter ('the_content',  'wpautop'); ?>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top