• Hi Everyone,

    I’ve got an interesting challenge that I’m having trouble getting my head around.

    I’m trying to implement Luke Haas’ jQuery Scrollify plugin into a client’s site but it is proving quite difficult. I am using the CSS and JavaScript WP plugin to add scripts to my site header but I cannot get the implementation to work…

    You can view my site here.

    Does anyone know of a touch-friendly way to implement this? Another alternative I tried was the page-scroll-to-ID plugin with a custom script to control the mouse wheel. It was very messy though and didn’t work on mobile devices. You can see the example page here.

    I’d be very grateful for any tips.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    I would cut out the middlemen and develop a stand alone plugin that utilizes Scrollify. You mostly just need to properly enqueue Scrollify, specifying jquery as the dependency. This gets the code properly loaded into your header. Don’t forget to use a noConflict wrapper.

    The only other issue is getting the content to be properly formatted. Since this is the same problem either way, do what you had planned.

    Thread Starter Ibby

    (@ibby)

    Thank you bcworkz. I was looking for a quick fix, but I guess there really is no working around it.

    I’ll try it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘jQuery Scrollify’ is closed to new replies.