Hi Ciaran,
Watched on an iPad (3) I can see the caption titel nor the caption text in a Gridgallery.
Dubbletapping on a foto (or holding for 2 seconds) leads me to the homepage (= linked menu item) - the backbuttons brings me back to the gallery, and hey, now with the caption title visible, but still without caption text.
This is not the way you ment it, I presume.
How to make visible in a Gridgallery the captions on an iPad?
I red this post: https://joomla51.com/forum/8-commercial-templates/8799-j51-gridgallery#23061 but that doesn’t work for the template Chelsea (I installed the whole package).
- Tralala
- Commercial Templates
- Thursday, 20 October 2016
- Subscribe via email
Hello
To display your FlexGallery caption text on touch devices try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To display your FlexGallery caption text on touch devices try adding the following to the Custom CSS field of your templates parameters...
.touch .flexgallery figure.hover > img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.touch .flexgallery figure.hover figcaption {
opacity: 0.8;
}
.touch .flexgallery figure.hover p {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.touch .flexgallery figure.hover i {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran,
Quiet a codestring!
But - the problem is in de Gridgallery, not the Flexgallery.
The Flexgallery is working good without this added code.
I modified the code (replaced 'flex' by 'grid') but that doesn't work.
Quiet a codestring!
But - the problem is in de Gridgallery, not the Flexgallery.
The Flexgallery is working good without this added code.
I modified the code (replaced 'flex' by 'grid') but that doesn't work.
- more than a month ago
- Commercial Templates
- # 2
Hello
By default the GridGallery module is not included with the Chelsea template. Would you have a URL to an example of your module?
Ciarán
By default the GridGallery module is not included with the Chelsea template. Would you have a URL to an example of your module?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran,
Now it became clear to me that is does work on my iPad in Firefox (with the added code), but it does not in Safari. That is still a problem, because almost all iPads use Safari.
In one of my sites is does work in Safari only partly. See overwegmetkanker.nl Homepage. Click one box (with bigger text) and use the browsers ‘go back button’ to see the result. This site is built with Revolve.
The site http://artist.alstest.nl/presentaties/grid-gallery is built with Chelsea. The trick with the go-back-button doesn’t work here.
But: is does work well if viewed with Firefox!
So, Gridgallery is still a bit crippled.
How could we fix that?
Now it became clear to me that is does work on my iPad in Firefox (with the added code), but it does not in Safari. That is still a problem, because almost all iPads use Safari.
In one of my sites is does work in Safari only partly. See overwegmetkanker.nl Homepage. Click one box (with bigger text) and use the browsers ‘go back button’ to see the result. This site is built with Revolve.
The site http://artist.alstest.nl/presentaties/grid-gallery is built with Chelsea. The trick with the go-back-button doesn’t work here.
But: is does work well if viewed with Firefox!
So, Gridgallery is still a bit crippled.
How could we fix that?
- more than a month ago
- Commercial Templates
- # 4
(Once again)
Caption will work by disabling the link-option.
So we now have to choose: caption or link. Unfortunately not both.
Caption will work by disabling the link-option.
So we now have to choose: caption or link. Unfortunately not both.
- more than a month ago
- Commercial Templates
- # 5
Hello
It gets tricky as the GridGallery obviously depends on hover to display the caption. Each touch device handles hover actions differently. One option would be to display the caption by default on touch devices which can be done by adding the following to the Custom CSS field of your templates parameters...
Ciarán
It gets tricky as the GridGallery obviously depends on hover to display the caption. Each touch device handles hover actions differently. One option would be to display the caption by default on touch devices which can be done by adding the following to the Custom CSS field of your templates parameters...
.touch figure.effect p.description {
opacity: 1;
}
.touch figure.effect figcaption {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.touch figure.effect .overlay {
opacity:0.6;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Thanks Ciaran for your perseverance.
Unfortunately for now it's not an option to use this code, thus dimming the images.
But maybe once I can use your code.
Unfortunately for now it's not an option to use this code, thus dimming the images.
But maybe once I can use your code.
- more than a month ago
- Commercial Templates
- # 7
- 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 »