add hotel search module not working

  • 2012
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 3 months ago #35645 by 2012
load jquery is not enabled in designation module.
pls show me how to disabling jquery UI.
useranme - admin
pw- admin

Please Log in to join the conversation.

More
11 years 3 months ago #35647 by ivan.milic
Open:

modules\mod_hot_designation\tmpl\default.php

you will see:
Code:
<?php if ($jQueryLoad=="yes") { ?> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_designation/js/jquery.min.js"></script> <?php } ?> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_designation/js/jquery-ui.min.js"></script>

move last line into if block like this:
Code:
<?php if ($jQueryLoad=="yes") { ?> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_designation/js/jquery.min.js"></script> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_designation/js/jquery-ui.min.js"></script> <?php } ?>

Please Log in to join the conversation.

  • 2012
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 3 months ago #35648 by 2012
I have edited as you mentioned.
There are some changes occurs in date selection box and search button.
But the date still cannot choose or type in.
And the search button is not working now.
Pls check www.thebestsite.info/

Pls advise.

Please Log in to join the conversation.

More
11 years 3 months ago #35651 by ivan.milic
Replace content of this file:

templates/hot_destinations/js/jquery-ui-1.8.13.custom.min.js

with content from this file:

ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js
The following user(s) said Thank You: 2012

Please Log in to join the conversation.

  • 2012
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 3 months ago #35659 by 2012
Hi

Now the problem is solved.
Thanks a lot.

Please Log in to join the conversation.

  • 2012
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 2 months ago #36001 by 2012
There is another new problem come out. Front end user cannot upload image from JCE editor.
JCE is latest version and even super user cannot upload. The screen is freeze.
Disabling the Agoda hotel search module makes the uploading image OK.
Please advise.

Please Log in to join the conversation.

Time to create page: 0.128 seconds
Powered by Kunena Forum