• I know it’s possible to use Jquery UI with WordPress, but it is involved. I want to use Jcoverflip and I started using there installation instructions, but it they are not for WordPress so I did my best to adapt. I loaded three Java scripts and included <?php wp_enqueue_script('jquery');?> in my header. I also included this in my header:

    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="jquery.ui.js"></script>
    <script type="text/javascript" src="jquery.jcoverflip.js"></script>

    I am stuck on this step: http://www.jcoverflip.com/documentation/getting-started

    I am not even sure what I’ve already done is correct. Also I have read about jQuery.noConflict(); but I am not sure how to or where to insert it. Also, when I get this up and running can I use a different Jquery UI on a different page?

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter astima

    (@astima)

    Would you be able to recommend anywhere else I could post this question. I know Jquery has a fourm.

    Moderator keesiemeijer

    (@keesiemeijer)

    I’m not sure if I am looking in the right spot, but when I look in the folder wp-includes/js/jquery the file jquery-ui.min.js is not in there, but jquery.js

    jquery-ui.min.js doesn’t ship with wordpress that’s why we try to load it from google (in functions.php).

    wp_enqueue_script('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js', array('jquery'), '1.8.16');

    keesiemeijer did you have any luck finding anything in the two files that I put in pastebin. Thanks

    No, your theme must load jquery from another template file.

    Since this is a commercial theme with its own functionality and support system, I recommend you contact the theme developer for assistance.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Jquery UI and WordPress’ is closed to new replies.