You are here: Home
Support site for Tips and Tricks HQ premium products
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’); ?>
<!– 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.
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.