- Posts: 9
- Thank you received: 0
Virtuemart is not working
-
budionoali
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 2 months ago #4588
by budionoali
Replied by budionoali on topic Re: Virtuemart is not working
Hi
It looks alright on my side, buttons appear okay and i am using firefox and safari
It looks alright on my side, buttons appear okay and i am using firefox and safari
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 2 months ago #4589
by milos
Replied by milos on topic Re: Virtuemart is not working
This is what I see in Firefox.
Please Log in to join the conversation.
-
budionoali
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
14 years 2 months ago #4593
by budionoali
Replied by budionoali on topic Re: Virtuemart is not working
I see, the equipments category doesn't have any pricing, that is why there is no button, but if you look at Coffee beans or FRAUS products, you should be able to see buttons.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 2 months ago #4594
by milos
Replied by milos on topic Re: Virtuemart is not working
In file /templates/hot_coffeine/index.php there's a part that "calls" jQuery:
Perhaps, VM calls it as well, so it makes conflict. So, try to change above lines with:
Code:
<script src="<?php echo $template_path ?>/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Perhaps, VM calls it as well, so it makes conflict. So, try to change above lines with:
Code:
<?php if (@$_REQUEST['option'] != 'com_virtuemart') { ?>
<script src="<?php echo $template_path ?>/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<?php } ?>
Please Log in to join the conversation.
-
budionoali
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
14 years 2 months ago #4614
by budionoali
Replied by budionoali on topic Re: Virtuemart is not working
so far so good, it worked well after replacing the code.....so let's hope it is fixed permanently. =] Thank you for your help.
Please Log in to join the conversation.
Time to create page: 0.086 seconds