- Posts: 9
- Thank you received: 0
Image Gallery - why not "Next" button
-
Varnavskiy
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago #13679
by Varnavskiy
Image Gallery - why not "Next" button was created by Varnavskiy
Hello. Please help me. I installed the Hot Start. I noticed a problem. The Image Gallery does not display the button "next" (for images) when I open one of the product images. In your "DEMO" it works fine. What I need to adjust the Image Gallery to work properly?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #13692
by ivan.milic
Replied by ivan.milic on topic Re: Image Gallery - why not "Next" button
There are options in module settings to control way they show. ALso when there is not next image next button is hidden. So first check that if ok send us link.
Please Log in to join the conversation.
-
Varnavskiy
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 11 months ago #13708
by Varnavskiy
Replied by Varnavskiy on topic Re: Image Gallery - why not "Next" button
Sorry, but I do not understand your 'recommendations. Please tell us more about the possible causes of the lack of buttons "next" and "previous".
That my test product: biologic.com.ua/index.php/component/virt...-paneli/test2-detail
That my test product: biologic.com.ua/index.php/component/virt...-paneli/test2-detail
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #13716
by ivan.milic
Replied by ivan.milic on topic Re: Image Gallery - why not "Next" button
Ou, sorry I tought you are talking about Hot Joomla Gallery. You dont see next and prev because you have one product.
Please Log in to join the conversation.
-
Varnavskiy
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 11 months ago #13727
by Varnavskiy
Replied by Varnavskiy on topic Re: Image Gallery - why not "Next" button
I think the first time, you understand me correctly. I've just created a second product, but the result was not. Then I changed the language of the content in English, to use demo products, but I still can not browse through multiple images of one product. For example, I can't listing images of this product:
biologic.com.ua/index.php/shop/audio/yel...big-earphones-detail
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #13733
by ivan.milic
Replied by ivan.milic on topic Re: Image Gallery - why not "Next" button
On our demo it's vm 1.9 , you use new VM 2.0 . So that is from VM itself.
Peace of code that make images like lightbox is this:
window.addEvent('domready', function() {
SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
I can not locate it in my copy of eCommerce 1.7 , probably came with new VM update. You need to adjust that somehow
Peace of code that make images like lightbox is this:
window.addEvent('domready', function() {
SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
I can not locate it in my copy of eCommerce 1.7 , probably came with new VM update. You need to adjust that somehow
Please Log in to join the conversation.
Time to create page: 0.180 seconds