- Posts: 37
- Thank you received: 0
Double image
-
dadoen
Inactive member - Topic Author
- Member
Less
More
12 years 2 months ago #22726
by dadoen
Double image was created by dadoen
Double Image showing on Product Details page when click to zoom.
www.keramicke-plocice.net/
www.keramicke-plocice.net/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22732
by ivan.milic
Replied by ivan.milic on topic Double image
all ok?
Please Log in to join the conversation.
-
dadoen
Inactive member - Topic Author
- Member
Less
More
- Posts: 37
- Thank you received: 0
12 years 2 months ago #22739
by dadoen
Replied by dadoen on topic Double image
No, when you in product and click on product image for zoom that have double image.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22742
by ivan.milic
Replied by ivan.milic on topic Double image
Ok, i saw, when I view your source I see:
window.addEvent('domready', function() {
SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
twice. That follows some facebook component code. Maybe you need to tune that fb component or turn it off in one place if you have it twice on page.
window.addEvent('domready', function() {
SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
twice. That follows some facebook component code. Maybe you need to tune that fb component or turn it off in one place if you have it twice on page.
Please Log in to join the conversation.
-
dadoen
Inactive member - Topic Author
- Member
Less
More
- Posts: 37
- Thank you received: 0
12 years 2 months ago #22755
by dadoen
Replied by dadoen on topic Double image
Problem is in the cashe, after deactivating the joomla cache that work fine. I have not fb component.
Are you know what is the problem with cashing ?
Are you know what is the problem with cashing ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22770
by ivan.milic
Replied by ivan.milic on topic Double image
Not sure you need to get rid of one :
SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
go to view source of your page to see that.
SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
go to view source of your page to see that.
Please Log in to join the conversation.
Time to create page: 0.081 seconds