• Resolved posword

    (@posword)


    For years I’ve been using a rollover css system to show pages of a book (my equivalent of Amazon’s “Look Inside”). See it in operation here: https://www.peterwade.com/completely-satisfied-in-christ-book-preview/ . The page uses “hover” to display whichever image the viewer wishes to see and the image remains until the customer hovers over another link (hover and hold I guess you could call it).

    I’m now wanting to add it to another WordPress site and update it, and believe the Meteor Slides plugin might do the job with page navigation and float the images flush right.

    Each page of the current URL above has this HTML for each image:
    <a href="#">Page 13<span><img src="https://books.peterwade.com/assets/wp-content/themes/boutique/images/pages/430_13.jpg" alt="" width="576" height="864" border="0"/></span></a>

    I’m confused as to how to do this in Meteor Slides. I have 17 to do, each of which has up to approx. 15 slides. Can anyone give me an example to follow, please?

    Peter

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Meteor Slides] Paged navigation’ is closed to new replies.