Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter laiamarques

    (@laiamarques)

    Oh, I see the option “Embed JQuery?” It’s OK!!

    Plugin Author Blackbam

    (@blackbam)

    You can deactivate the embedding of jQuery and use the JQuery version of other Plugins/WordPress or embed your own one the way you like.

    Even if it works, one should always spend attention on how often jQuery is embedded. More than one JQuery embed reference is terrible for page speed.

    Sorry for my late answer, but even programmers go on holidays sometimes in the summertime.

    Try this with in firebug ( javascript part, watch )

    “$.fn.jquery”
    if you have nothing returned try
    “jQuery.fn.jquery”
    If with this is ok, it’s means that an other javascript framework like “mootools” is maybe already set with the “$” ( maybe for an other plugin”

    So in the jquery plugin that you want to use, you need to replace the “$” command with “jQuery”.

    Cya
    Shaan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Slick Slideshow] Jquery conflict’ is closed to new replies.