Hi Carián,
Is it possible not to slide the picture to the right when, you hover the mouse over picture.
But to display the picture centered, And to keep it like that.
Image caption TITLE the same, as now
and the image captions text comes up also the same as now.
The only difference is not to let slide the picture to the right.
Gr. Edgar
- Edgar68
- Commercial Templates
- Thursday, 17 September 2015
- Subscribe via email
Hello
To disable the transform of the image on hover try adding the following to the Custom CSS field of your templates parameters...
Ciará
To disable the transform of the image on hover try adding the following to the Custom CSS field of your templates parameters...
figure.effect-lily img {
transform: none !important;
}
Ciará
- more than a month ago
- Commercial Templates
- # 1
Hi Carián,
To disable the slide, it works !!! Great !!
Thanks for that.
But now the pictures are not shown centered, but a little to the right.
I think it is the distance of sliding the picture before.
Is it possible to view the photos immediately centered?
Gr. Edgar
To disable the slide, it works !!! Great !!
Thanks for that.
But now the pictures are not shown centered, but a little to the right.
I think it is the distance of sliding the picture before.
Is it possible to view the photos immediately centered?
Gr. Edgar
- more than a month ago
- Commercial Templates
- # 2
Hi Edgar
To center try replacing the above CSS with the following....
Ciarán
To center try replacing the above CSS with the following....
figure.effect-lily img {
transform: none !important;
width: 100% !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
There is a different problem now.
The display of the photos in Grid Gallery on Apple Ipad is not good.
On all other devices, it's okay.
The problem is as follows:
The photo display is not good.
This is the play on other devices:
Can you help me to solve this problem?
Gr. Edgar
There is a different problem now.
The display of the photos in Grid Gallery on Apple Ipad is not good.
On all other devices, it's okay.
The problem is as follows:
The photo display is not good.
This is the play on other devices:
Can you help me to solve this problem?
Gr. Edgar
- more than a month ago
- Commercial Templates
- # 5
THank you
May I suggest the following Custom CSS which will reduce the size of your GridGallery text on smaller screen devices...
Ciarán
May I suggest the following Custom CSS which will reduce the size of your GridGallery text on smaller screen devices...
@media only screen and (max-width: 959px) {
.j51gridgallery figure h3 {font-size: 18px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi Carian,
i added it, but the pics are still shown the same.
the text is ok and visible, only the pics are not centered.
Gr. Edgar
i added it, but the pics are still shown the same.
the text is ok and visible, only the pics are not centered.
Gr. Edgar
- more than a month ago
- Commercial Templates
- # 8
Hi Edgar
Could I ask you to repost a URL to an example of the issue. It appears to have been removed from the above post.
Ciarán
Could I ask you to repost a URL to an example of the issue. It appears to have been removed from the above post.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Thank you
To amend try changing the first suggested Custom CSS to the following...
Ciarán
To amend try changing the first suggested Custom CSS to the following...
figure.effect-lily img {
-webkit-transform:: none !important;
transform: none !important;
width: 100% !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 11
- more than a month ago
- Commercial Templates
- # 12
Try covering all browsers with the following...
Ciarán
figure.effect-lily img {
-o-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
width: 100% !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 13
I added it but it is still not working...
The picture slide to the left is still working on Safari.
What can i do now?
Gr. Edgar
The picture slide to the left is still working on Safari.
What can i do now?
Gr. Edgar
- more than a month ago
- Commercial Templates
- # 14
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 16
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »