- Posts: 6806
- Thank you received: 724
Jomres in Hot Desinations, get UI problems. HELP!!
-
milos
Support Staff -
- Moderator
-
Less
More
13 years 1 month ago #15744
by milos
Replied by milos on topic Re: Jomres in Hot Desinations, get UI problems. HELP!!
Ok, I guess it is Joomla 2.5. Try this, instead of deleting the jQuery part of the template, change it with this:
Code:
<?php if (@$_REQUEST['option'] != 'com_jomres') { ?>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<?php } ?>
Please Log in to join the conversation.
-
probo1
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 1 month ago #15746
by probo1
Replied by probo1 on topic Re: Jomres in Hot Desinations, get UI problems. HELP!!
Hi!
Still did not work. My Joomla version is 1.7
I have added the codes.. please check
Still did not work. My Joomla version is 1.7
I have added the codes.. please check
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #15752
by ivan.milic
Replied by ivan.milic on topic Re: Jomres in Hot Desinations, get UI problems. HELP!!
Problem may be this file:
Since you already have it form joomres try to rename above so it does not override one in joomres
Code:
http://bookfijinow.com/templates/hot_destinations/css/jquery-ui-1.8.13.custom.css
Since you already have it form joomres try to rename above so it does not override one in joomres
Please Log in to join the conversation.
-
probo1
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 1 month ago #15756
by probo1
Replied by probo1 on topic Re: Jomres in Hot Desinations, get UI problems. HELP!!
Thanks, Renaming the file worked.
Will it affect the template?
Cheers
Will it affect the template?
Cheers
Please Log in to join the conversation.
Time to create page: 0.087 seconds