Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steve Truman

    (@a3rev)

    @blubsi,

    If you have not already noticed you will have a lot of things that are not working properly on your store – see this time stamped error that is showing in firebug

    Timestamp: 4/20/13 2:26:29 PM
    Error: TypeError: jQuery(…).live is not a function
    Source File: http://shop.flexcon-germany.de/wp-content/plugins/wp-e-commerce/wpsc-core/js/wp-e-commerce.js?ver=3.8.9.5.649230
    Line: 292

    Your site is using the google jQuery library not the WordPress jQuery Library. The google jQuery lib uses jQuery V1.9 while WordPress and wp-e-commerce still use jQuery v1.8.3

    In v1.9 this .live function has been depreciated. That error means that all other jQuery scrips on your site including Predictive Search can’t run.

    You need to change the jQuery on your site from using Google Lib to using the WordPress Lib – then Predictive Search and all other jQuery scripts on your site can work.

    Thread Starter Blubsi

    (@blubsi)

    Thanks alot for your quick reply!
    Noticed it yesterday when I clicked on add to shopping cart and it didn’t work, but didn’t know how to solve it.
    Thank you for your Help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No dropdown’ is closed to new replies.