Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript WP e-commerce breaks AnythingSlider

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36236
    mrtphotog
    Participant

    I found this topic going back to 2010.
    When the WP e-commerce plugin is activated, AnythingSlider javascript won’t load. Is there a work-around for this sort of thing?
    -Matthew

    #95101
    TheDoc
    Member

    Without knowing too much, I would assume it’s some sort of jQuery conflict.

    #95103
    mrtphotog
    Participant

    Yes, that’s what I’m thinking.. but I need to know if there is a solution.

    #95131
    Mottie
    Member

    I’m just guessing, but look in the code for where jQuery is added as a script tag, something like this:

    Then immediately after it, add the following:

    Then, look for the AnythingSlider initialization code and replace any “$” with “$jq”.

    I’m hoping that this won’t break any of the other plugins already installed. So if you are absolutely sure that a plugin needs jQuery, then again, replace the “$” with “$jq”.

    That’s the best I can do without seeing the actual code.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.