Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Jquery mouse event not working when wp eStore is activated

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Jquery mouse event not working when wp eStore is activated

Tagged: JavaScript conflict, jquery conflict

  • This topic has 4 replies, 2 voices, and was last updated 12 years, 6 months ago by dobie.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • November 2, 2012 at 1:51 pm #7810
    dobie
    Member

    After activating eStore, the mouse events (hide and leave) did not work. The mouse events worked again after de-activate the E-Store.

    November 3, 2012 at 3:34 am #50968
    admin
    Keymaster

    That means there are some JavaScript conflicts/errors on your site. Please post a link to your web page in question so I can view the HTML source and see what is going on. What version of eStore are you using?

    November 7, 2012 at 3:18 pm #50969
    dobie
    Member

    my site is [http://thetowerofdreams.com/]

    As mentioned, the elevator would slide out when mouse left the left corridor. However, when I activated the e-store, the effect did not work.

    November 8, 2012 at 3:09 am #50970
    admin
    Keymaster

    You have a plugin or theme that is including a very old version of JQuery library which is creating a JavaScript conflict. I am referring to the following line of code:

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>

    This post will explain why its bad and causing issues:

    https://support.tipsandtricks-hq.com/forums/topic/wrong-way-of-adding-jquery-library-to-wordpress-source-of-javascript-conflicts

    November 8, 2012 at 12:46 pm #50971
    dobie
    Member

    Thanks Key master

    I removed the said line and replaced it with

    <?php wp_deregister_script( ‘jquery’ ); ?>

    <?php wp_register_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&#8217;); ?>

    <!– using 1 to get the latest belonging to 1.. less than 2.0 –>

    <?php wp_enqueue_script( ‘jquery’ ); ?>

    And it seems to work with E-store activated. I don’t quite understand what wp_enqueue is about in respect to Jquery. However, it does solve my problem and I will keep the ajax in the latest version 1 as above.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ