• I can’t make skrollr script working.
    I tried many options so my code looks like this now

    <?php wp_enqueue_script("jquery"); ?>
          <?php wp_head(); ?>
    
          <script type="text/javascript" src="<?php bloginfo("template_url"); ?>/js/libs/modernizr-2.5.3.min.js"></script>
          <script type="text/javascript" src="<?php bloginfo("template_url"); ?>/js/libs/jQuery.js"></script>
          <script type="text/javascript" src="<?php bloginfo("template_url"); ?>/jQuery.desaturate.js"></script>
          <script type="text/javascript" src="<?php bloginfo("template_url"); ?>/skrollr.js"></script>

    Help pls!

Viewing 1 replies (of 1 total)
  • Can you be more specific? Do you mean the script isn’t loading? What version of skrollr are you using? What errors, if any, do you see in your js console?

Viewing 1 replies (of 1 total)
  • The topic ‘skrollr.js problem in wordpress’ is closed to new replies.