- Posts: 163
- Thank you received: 1
I am testing out this template
-
maryswave
Inactive member - Topic Author
- Member
Less
More
11 years 11 months ago #25597
by maryswave
I am testing out this template was created by maryswave
I fully updated Virtuemart and added the AIO updater too but now on the flypage the menu is stuck open.
What would help in this case??
breakthrews.com/printed-books/novels-and...ettres/sutton-detail
What would help in this case??
breakthrews.com/printed-books/novels-and...ettres/sutton-detail
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25603
by ivan.milic
Replied by ivan.milic on topic I am testing out this template
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25604
by ivan.milic
Replied by ivan.milic on topic I am testing out this template
Copy :
components\com_virtuemart\views\productdetails\tmpl\default_images.php
to
templates\hot_bookstore\html\com_virtuemart\productdetails\default_images.php
on line 24 you will see this:
replace it with:
components\com_virtuemart\views\productdetails\tmpl\default_images.php
to
templates\hot_bookstore\html\com_virtuemart\productdetails\default_images.php
on line 24 you will see this:
Code:
$imageJS = '
jQuery(document).ready(function() {
jQuery("a[rel=vm-additional-images]").fancybox({
"titlePosition" : "inside",
"transitionIn" : "elastic",
"transitionOut" : "elastic"
});
});
';
replace it with:
Code:
$imageJS = '
jQuery(document).ready(function() {
if(jQuery.fancybox){
jQuery("a[rel=vm-additional-images]").fancybox({
"titlePosition" : "inside",
"transitionIn" : "elastic",
"transitionOut" : "elastic"
});
}
});
';
The following user(s) said Thank You: maryswave
Please Log in to join the conversation.
Time to create page: 0.157 seconds