Gallery - Image Effect
- Kleszewski
- Topic Author
- Offline
- Platinum Member
- I like playing chess.
Less
More
- Posts: 559
- Thank you received: 17
2 years 4 months ago #65012
by Kleszewski
Replied by Kleszewski on topic Gallery - Image Effect
I understand, I can change its appearance (effect under) manually without Image effect CK Pro, but it doesn't work with the latest version of Mediabox CK pro and I will not change it myself.
Please Log in or Create an account to join the conversation.
2 years 4 months ago #65013
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Gallery - Image Effect
I see, there is a rendering problem because of the css conflicts between mediabox and image effect
you can try add this css code in your page to fix it
this is a particular situation because mediabox adds some dimensions on the link itself and the caption is then hidden
Let me know if this works for you now, else give me the url of the page. I have to find a better way to fix this issue but I will need some time to do it properly
you can try add this css code in your page to fix it
Code:
.mediaboxck_link {
height: auto !important;
}
.mediaboxck_link img {
height: 200px;
}
.mediaboxck_link {
height: auto !important;
float: left;
}
.mediaboxck_link figure.effectck-under figcaption {
height: 100px;
}
this is a particular situation because mediabox adds some dimensions on the link itself and the caption is then hidden
Let me know if this works for you now, else give me the url of the page. I have to find a better way to fix this issue but I will need some time to do it properly
Joomlack Webmaster and Developer
The following user(s) said Thank You: Kleszewski
Please Log in or Create an account to join the conversation.
- Kleszewski
- Topic Author
- Offline
- Platinum Member
- I like playing chess.
Less
More
- Posts: 559
- Thank you received: 17
2 years 4 months ago - 2 years 4 months ago #65014
by Kleszewski
Replied by Kleszewski on topic Gallery - Image Effect
look at this :
PBCK - single image CSS Class : effectck-under ( works very well with no problems. Without adding yours css code
PBCK -Images gallery CSS Class : effectck-under works very well with no problems.
Mediabox CK Pro 2.6.1
CSS Class : effectck-under shows nothing, even after adding yours css code
This message contains confidential information
PBCK - single image CSS Class : effectck-under ( works very well with no problems. Without adding yours css code
PBCK -Images gallery CSS Class : effectck-under works very well with no problems.
Mediabox CK Pro 2.6.1
This message contains confidential information
CSS Class : effectck-under shows nothing, even after adding yours css code
Last edit: 2 years 4 months ago by Kleszewski.
Please Log in or Create an account to join the conversation.
2 years 4 months ago #65016
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Gallery - Image Effect
I see, you are using the flexible width for the gallery, so you can use this code and remove the other one :
Code:
a.mediaboxck_link figure.mediaboxck.effectck-under {
height: auto;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- Kleszewski
- Topic Author
- Offline
- Platinum Member
- I like playing chess.
Less
More
- Posts: 559
- Thank you received: 17
2 years 4 months ago - 2 years 4 months ago #65017
by Kleszewski
Replied by Kleszewski on topic Gallery - Image Effect
Now it works Thank you .When this 'under' effect will be available for editing in IImage Effect CK pro
Last edit: 2 years 4 months ago by Kleszewski.
Please Log in or Create an account to join the conversation.
2 years 4 months ago #65018
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Gallery - Image Effect
is that a question ? this is already working in the 2.3.6When this 'under' effect will be available for editing in IImage Effect CK pro
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.217 seconds