- Posts: 10
COMMUNITY FORUM
My item's image shows twice in a Lightbox overlay
- Kolio Kolev
-
Topic Author
- Offline
- New Member
Less
More
12 years 6 months ago - 12 years 6 months ago #106230
by Kolio Kolev
My item's image shows twice in a Lightbox overlay was created by Kolio Kolev
Hello,
I've finished a web site with Joomla 2.5.8 + K2 2.5.7 + K2mart 2.0.2 + Virtuemart 2.0.10F + SIGpro + MaximenuCK 2.1.4 and everything works fine, except the following little problem:
When I open any of the item pages and click on the image (not an image of the SIGpro gallery) it pops up in a Lightbox but twice! If I reload the page and click on the image again it opens correct - just one image in a Lightbox
Example
I exhaust my ideas... Please help!
:dry:
I've finished a web site with Joomla 2.5.8 + K2 2.5.7 + K2mart 2.0.2 + Virtuemart 2.0.10F + SIGpro + MaximenuCK 2.1.4 and everything works fine, except the following little problem:
When I open any of the item pages and click on the image (not an image of the SIGpro gallery) it pops up in a Lightbox but twice! If I reload the page and click on the image again it opens correct - just one image in a Lightbox
Example
I exhaust my ideas... Please help!
:dry:
Please Log in or Create an account to join the conversation.
- Patrick Jackson
-
- Offline
- New Member
Less
More
- Posts: 7
12 years 6 months ago #106231
by Patrick Jackson
Replied by Patrick Jackson on topic Re: My item's image shows twice in a Lightbox overlay
Having the same problem with two sites using K2 2.5.7 + Simple Image Gallery to do the popup.
Replying to see if there's an answer come through, though hope to resolve it shortly myself and post an answer back here
Replying to see if there's an answer come through, though hope to resolve it shortly myself and post an answer back here
Please Log in or Create an account to join the conversation.
- Kolio Kolev
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
12 years 6 months ago #106232
by Kolio Kolev
Replied by Kolio Kolev on topic Re: My item's image shows twice in a Lightbox overlay
Thank you Patrick,
I removed this funcionality and mootools-more.js completely from my client's web site until someone suggest a solution. The example link given above will not work any longer.
I removed this funcionality and mootools-more.js completely from my client's web site until someone suggest a solution. The example link given above will not work any longer.
Please Log in or Create an account to join the conversation.
- elisaf
-
- Offline
- New Member
Less
More
- Posts: 6
12 years 6 months ago #106233
by elisaf
Replied by elisaf on topic Re: My item's image shows twice in a Lightbox overlay
Hello! It´s because of a conflict with twitter bootstrap theme. It uses also the .modal class. For solution you can edit the bootstrap stylesheet changing .modal to div.modal. Works perfect for me.
Cheers
Elisa B)
Cheers
Elisa B)
Please Log in or Create an account to join the conversation.
- Andre
-
- Offline
- New Member
Less
More
- Posts: 3
10 years 11 months ago #106234
by Andre
Replied by Andre on topic Re: My item's image shows twice in a Lightbox overlay
change line 62 in the modal.css file. media/system/css/modal.css
.sbox-content-image#sbox-content {
overflow: visible;
}
to
.sbox-content-image#sbox-content {
overflow: hidden;
}
.sbox-content-image#sbox-content {
overflow: visible;
}
to
.sbox-content-image#sbox-content {
overflow: hidden;
}
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 11 months ago #106235
by Lefteris
Replied by Lefteris on topic Re: My item's image shows twice in a Lightbox overlay
@Andre
Changing core CMS files is a really bad idea. You should avoid it.
Changing core CMS files is a really bad idea. You should avoid it.
Please Log in or Create an account to join the conversation.