I'm having a problem getting the carousel pager in a Cycle2 configuration to work.
http://tylonius.net/gallerytest/lifestyle-gallery.php
The pager code appears to be rendered correctly by the script, and the main slides work properly, but neither the thumbnails, nor the navigation arrows function the way they should.
I'm also not getting any errors in the console.
Is there a jQuery conflict somewhere I'm not catching?
Thanks in advance for any help!
ty
Turned out to be a z-index issue, wherein another element was covering the pager.
Hat tip to charlietfl for the answer.