- Posts: 8
- Thank you received: 0
Jomres in Hot- Destinations
-
volker@posadanena.com
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 9 months ago - 13 years 9 months ago #8963
by volker@posadanena.com
Jomres in Hot- Destinations was created by volker@posadanena.com
Hello,
I'd like to know if it is posible to use Destinations together witf the Jomres Reservation System. I bought Arcitecture and it does not work. Before purchasing the product I'd like to be sure it will work.
Thanks a lot
I'd like to know if it is posible to use Destinations together witf the Jomres Reservation System. I bought Arcitecture and it does not work. Before purchasing the product I'd like to be sure it will work.
Thanks a lot
Last edit: 13 years 9 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
13 years 9 months ago #8970
by milos
Replied by milos on topic Re: Lomres in Hot- Destinations
We did not test it but it should work. Please let us know why JomRes is not working with Architecture? Can you provide us with link of this site?
Please Log in to join the conversation.
-
volker@posadanena.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
13 years 9 months ago #8977
by volker@posadanena.com
Replied by volker@posadanena.com on topic Re: Lomres in Hot- Destinations
Hi Milos,
thank you for answering so quick. the link is www.posadanena.com/reservierung/online.html . there I have to use another Template, in order Jomres will work. it is a problem with a Java script I guess. if you tell me what time you will look there, I'll switch the template to Architecture (like the rest of the site www.posadanena.com ) so you can check out the problems. It would be great for me, if Jomres would work with Architecture. thanks a lot.
thank you for answering so quick. the link is www.posadanena.com/reservierung/online.html . there I have to use another Template, in order Jomres will work. it is a problem with a Java script I guess. if you tell me what time you will look there, I'll switch the template to Architecture (like the rest of the site www.posadanena.com ) so you can check out the problems. It would be great for me, if Jomres would work with Architecture. thanks a lot.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
13 years 9 months ago #9000
by milos
Replied by milos on topic Re: Lomres in Hot- Destinations
Ok, I checked that and here's a solution how to make JomRes work in any of our templates. Edit template's index.php file (use plain text editor such as Notepad) and find this part (jQuery version in link could be different):
Change it with this:
Code:
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/hot_architecture/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Change it with this:
Code:
<?php if (@$_REQUEST['option'] != 'com_jomres') { ?>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/hot_architecture/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<?php } ?>
Please Log in to join the conversation.
-
volker@posadanena.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
13 years 9 months ago #9008
by volker@posadanena.com
Replied by volker@posadanena.com on topic Re: Lomres in Hot- Destinations
Hi Milos,
you are great. It works and now I'm really, erally happy with Hot- Templates. Thanks a lot.
Volker
you are great. It works and now I'm really, erally happy with Hot- Templates. Thanks a lot.
Volker
Please Log in to join the conversation.
Time to create page: 0.189 seconds