• I’ve installed Portfolio Slideshow and everything is working great. I had to remove a conflicted jQuery from my templates but once I did that the prev/next works, thumbnails show up, I can choose image sizes, everything is peachy.

    Unfortunately, when I put the nav on the bottom the clicks stop firing. I can still advance the slideshow by clicking on the image itself, but clicking prev/next does nothing. The URL doesn’t update, my cursor doesn’t turn into a pointer, nothing.

Viewing 1 replies (of 1 total)
  • Hi Mark,
    More than likely you just need a little bit more space between the image and the nav. This happens sometimes, it has to do with how jQuery calculates the container height. Probably adding something like

    div.portfolio-slideshow {margin-bottom:15px;}

    to your theme’s style.css should do the trick.

    Cheers,
    Dalton

Viewing 1 replies (of 1 total)
  • The topic ‘Portfolio Slideshow Nav Doesn't Work on Bottom’ is closed to new replies.