• Resolved manevilhena

    (@himidia)


    Hi,
    I’ve tried to use this plugin at my website but some JS errors were displayed:

    Uncaught TypeError: $(…).stickThis is not a function
    at HTMLDocument.<anonymous> (stickThis.js?ver=2.1.1:10)
    at fire (jquery-latest.js:3119)
    at Object.fireWith [as resolveWith] (jquery-latest.js:3231)
    at Function.ready (jquery-latest.js:3443)
    at HTMLDocument.completed (jquery-latest.js:3474)

    Uncaught TypeError: $(…).stickThis is not a function
    at HTMLDocument.<anonymous> (stickThis.js?ver=2.1.1:10)
    at fire (jquery-latest.js:3119)
    at Object.fireWith [as resolveWith] (jquery-latest.js:3231)
    at Function.ready (jquery-latest.js:3443)
    at HTMLDocument.completed (jquery-latest.js:3474)

    Can you help me fix this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is because you are loading two instances of the jQuery library on your page.

    First, you’re loading the default WordPress jQuery library, but then later you load it again:

    <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>

    Any page should always load only one instance of the library. Loading multiple instances will often create conflicts.

    If you remove the second one, my plugin should work.

    Thread Starter manevilhena

    (@himidia)

    Thanks a lot for the reply, Mark! Unfortunately when I disable one of the mentioned jquery my whole website falls down.
    Maybe I’ll try a CSS solution instead…

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

The topic ‘Error – Not working’ is closed to new replies.