- Posts: 4
- Thank you received: 0
Problem with "VirtueMart Featured Products" module
-
shui_19
Inactive member - Topic Author
- New Member
Less
More
13 years 3 months ago #11684
by shui_19
Problem with "VirtueMart Featured Products" module was created by shui_19
Hi,I have successfully install joomla free template relief. I would like to add extension of "VirtueMart Featured Products" under user2 layout. After I added the module, "VirtueMart Featured Products" cannot be shown at my site. Please advice.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11717
by ivan.milic
Replied by ivan.milic on topic Re: Problem with "VirtueMart Featured Products" module
Go to "View Source" of your page and check if you have maybe multiple javacript framework references. By that I mean jQuery,mooTools ...
Please Log in to join the conversation.
-
shui_19
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 3 months ago #11724
by shui_19
Replied by shui_19 on topic Re: Problem with "VirtueMart Featured Products" module
thanks for your prompt reply. i found below coding at my page...do they mean multiple?
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>
also for jquery, i found this
<script type="text/javascript" src="/templates/hot_relief/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<!-- top menu -->
<script type="text/javascript">
function mainmenu(){
jQuery(" #nav ul ").css({display: "none"}); // Opera Fix
jQuery(" #nav li ").hover(function(){
jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).show(0);
},function(){jQuery(this).find('ul:first').css({visibility: "hidden"}); });}
jQuery(document).ready(function(){ mainmenu();});
</script>
what should I do next? Please advice. Appreciate your help!
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>
also for jquery, i found this
<script type="text/javascript" src="/templates/hot_relief/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<!-- top menu -->
<script type="text/javascript">
function mainmenu(){
jQuery(" #nav ul ").css({display: "none"}); // Opera Fix
jQuery(" #nav li ").hover(function(){
jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).show(0);
},function(){jQuery(this).find('ul:first').css({visibility: "hidden"}); });}
jQuery(document).ready(function(){ mainmenu();});
</script>
what should I do next? Please advice. Appreciate your help!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11729
by ivan.milic
Replied by ivan.milic on topic Re: Problem with "VirtueMart Featured Products" module
that is ok, by mutiple for example if you see "jquery.min.js" twice or "/mootools.js"
Please Log in to join the conversation.
-
shui_19
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 3 months ago #11731
by shui_19
Replied by shui_19 on topic Re: Problem with "VirtueMart Featured Products" module
I have checked my source code, can't find any multiple .js. If problem not related to .js, may I know what is the problem that caused the module cannot be displayed? thanks again!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11755
by ivan.milic
Replied by ivan.milic on topic Re: Problem with "VirtueMart Featured Products" module
Send us link so we can see
Please Log in to join the conversation.
Time to create page: 0.167 seconds