Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8541617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:52:19+00:00 2026-06-11T11:52:19+00:00

I have a working website that i am translating over to a WordPress theme.

  • 0

I have a working website that i am translating over to a WordPress theme. jquery.cycle.js works great. However I can’t seem to get it working in WordPress.

  1. call jquery (already called in WP)

  2. call cycle.js (registered, enqueued, and seems printed out as it should when viewing source.

  3. have the little script in the head

    $(document).ready(function() {
        $('.slideshow').cycle({
            fx: 'fade' 
        });
    });
    

I have also tried putting this in it’s own .js — but no luck with that yet….

Have a little img list holding place from the cycle demo…. in a div with the class .slideshow

Everything works fine in the original HTML layout. So I just keep going over this list…

All of the things show up in WordPress when I view source. anyways. none of my jquery stuff is working. I think that if I can get some help with this one thing… it will explain what I am doing wrong.

Getting this… so I guess some of my scripts are using $ and some jQuery — gotta get some unity going on here…

enter image description here

http://www.pauljoyceuk.com/codex/2011/jquery-is-not-a-function/

SO found this…

$(document).ready(function() {

change to

jQuery(document).ready(function() {

this is easy enough with small files…

but what about big files…

jQuery(document).ready(function( $ ) {

if you pass the $ —- then eveything seem to work great – without having to change all of them… however – now even though things seem great… I have a whole new host of crazy Errors… hmmm

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T11:52:20+00:00Added an answer on June 11, 2026 at 11:52 am

    WordPress’s packaged jQuery defaults to noConflict mode, use jQuery('document'), or wrap your code like

    (function($) { 
        // Code that uses jQuery's $ can follow here.
    })(jQuery);
    

    or in your document ready like this:

    jQuery(document).ready(function($) {
        // Code that uses jQuery's $ can follow here.
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a website that has incorporated the jquery cycle plugin. It
I have been working on a website that has some images that I need
I am currently working on a website that will have a high volume of
I have a website that per original developer was working on local environment. I
So I have a question. I have chatting/IM website that I am working on
I am working on a website in VS2010 and I have a datatable that
I have been working on a build script for a website that we have.
I'm working on a website that hosts music, pictures, and videos. I currently have
I am working with a website that works well in most browsers (all I
I'm currently working on a website that works without any javascript. I'm going to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.