- Posts: 14116
- Thank you received: 1639
Products
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 3 months ago #21526
by ivan.milic
Replied by ivan.milic on topic Products
When I go to xExtplorer it does not load. But do this open helper.php find this:
and replace it with just this:
Code:
if(jQuery.hjt.hotvmscroller){
Uncaught TypeError: Cannot read property 'hotvmscroller' of undefined
jQuery(document).ready(VmsInit1);
}else{
if (window.addEventListener)
{
window.addEventListener('load', VmsInit1, false);
}
else if (window.attachEvent) // Microsoft
{
window.attachEvent('onload', VmsInit1);
}
}
and replace it with just this:
Code:
if (window.addEventListener)
{
window.addEventListener('load', VmsInit1, false);
}
else if (window.attachEvent) // Microsoft
{
window.attachEvent('onload', VmsInit1);
}
Please Log in to join the conversation.
-
Alaya97
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21535
by ivan.milic
Replied by ivan.milic on topic Products
set "Load Script Run-time" to yes in module settings
The following user(s) said Thank You: Alaya97
Please Log in to join the conversation.
Time to create page: 0.079 seconds