- Posts: 13
- Thank you received: 0
add hotel search module not working
-
2012
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 3 months ago #35645
by 2012
Replied by 2012 on topic add hotel search module not working
load jquery is not enabled in designation module.
pls show me how to disabling jquery UI.
useranme - admin
pw- admin
pls show me how to disabling jquery UI.
useranme - admin
pw- admin
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #35647
by ivan.milic
Replied by ivan.milic on topic add hotel search module not working
Open:
modules\mod_hot_designation\tmpl\default.php
you will see:
move last line into if block like this:
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
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 3 months ago #35648
by 2012
Replied by 2012 on topic add hotel search module not working
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.
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #35651
by ivan.milic
Replied by ivan.milic on topic add hotel search module not working
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
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
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 3 months ago #35659
by 2012
Replied by 2012 on topic add hotel search module not working
Hi
Now the problem is solved.
Thanks a lot.
Now the problem is solved.
Thanks a lot.
Please Log in to join the conversation.
-
2012
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 2 months ago #36001
by 2012
Replied by 2012 on topic add hotel search module not working
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.
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