Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #306815

    Hi,

    Is it possible to integrate the Javascript jQuery Plugin SCROLLMAGIC within Enfold?

    http://janpaepke.github.io/ScrollMagic/

    I need some Scrolling effects and transitions within one page and I think, Scrollmagic is a good choice for that.

    Any ideas? Thanks in advance!

    #306827

    Hi twaelde!

    Please insert JS file inside Enfold/js folder and then add following code to Functions.php file in Appearance > Editor

    function scroll_magic_script() {
    	wp_enqueue_script( 'ScrollMagic', get_template_directory_uri() . '/js/jquery.scrollmagic.min.js', array(), true );
    }
    add_action( 'wp_enqueue_scripts', 'scroll_magic_script' );

    Then add your codes inside Code Block element.
    Please keep in mind that we cannot guarantee that it would work flawlessly

    Cheers!
    Yigit

    #306828

    Hey twaelde!

    Tbh we didn’t test it and we can’t tell you if it’s possible or not. The customization is definitely beyond the scope of our support forum and if you want to implement the script into the theme framework you need to hire a freelancer. I recommend to contact WerkPress: http://kriesi.at/contact/customization or post a job offer here: http://studio.envato.com/

    Cheers!
    Peter

    #306949

    Thank you very much for the fast response. I will try it!

    Cheers,

    TW

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Scrollmagic with Enfold’ is closed to new replies.