Hi Ciaran
I'm creating a website based on your Kinvara template and want to use some of the same layout as you have on the demo server, i.e. a large image in showcase, with a caption over it, and then three smaller pictures underneath, also with captions.
My problem is that my smaller captions are not resizing and so are just falling off the module.
I've used individual modules of layer slideshow in positions Top 1A Top 1B and Top 1C
Is there a better way to do this and how do I get the captions to resize themselves please?
I enclose a screenshot as of course I'm taking the site down for now, but if you want access I can provide a login for you.
Many tahnks
Liz
Kinvara Layer Slideshows
- Issue
- deaksie
- Commercial Templates
- Wednesday, 30 May 2018
- Subscribe via email
Hi Liz
For this area of the template demo we have used the J51 FlexGallery module which you will find is better suited for the smaller images.
Ciarán
For this area of the template demo we have used the J51 FlexGallery module which you will find is better suited for the smaller images.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thank you very much - I've switched to Flex Gallery as you suggested.
I'd like the captions to be always visible, rather than on rollover. Could you suggest some code to make this happen please?
Also, the little blue squares are going over the top of the sticky header, rather than behind. Please could you make it stop doing this please?
Many thanks
Liz
I'd like the captions to be always visible, rather than on rollover. Could you suggest some code to make this happen please?
Also, the little blue squares are going over the top of the sticky header, rather than behind. Please could you make it stop doing this please?
Many thanks
Liz
- more than a month ago
- Commercial Templates
- # 2
Hi Liz
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciarán
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.flexgallery figure figcaption {
opacity: 1;
transform: none;
}
.is-sticky #container_header {
z-index: 1080;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran
Thanks - I did that, but now I have the box which the caption goes in overlaying, but the caption itself only comes up if you roll over them.
Could you have another look please?
L
Thanks - I did that, but now I have the box which the caption goes in overlaying, but the caption itself only comes up if you roll over them.
Could you have another look please?
L
- more than a month ago
- Commercial Templates
- # 4
Opps. Please also add the following...
Ciarán
.flexgallery figure h3,
.flexgallery figure p {
opacaity: 1;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran
Thanks -that's all working now.
I just discovered one more glitch on this issue.
I'm using the Layer Slideshow on the homepage to show a picture with a caption over it - beautiful in desktop view but doesn't resize for a mobile, so the text disappears off to the side. Do you have any suggestions for this one please?
You can see what I mean at lithify.co.uk on a mobile device
Many thanks
L
Thanks -that's all working now.
I just discovered one more glitch on this issue.
I'm using the Layer Slideshow on the homepage to show a picture with a caption over it - beautiful in desktop view but doesn't resize for a mobile, so the text disappears off to the side. Do you have any suggestions for this one please?
You can see what I mean at lithify.co.uk on a mobile device
Many thanks
L
- more than a month ago
- Commercial Templates
- # 6
Hiya,
I'm disabling the showcase for now as I will be out tomorrow and need to show people something that they'll look at on their smartphones.
Here's a screenshot of the problem taken on my S9
Have a good evening!
L
I'm disabling the showcase for now as I will be out tomorrow and need to show people something that they'll look at on their smartphones.
Here's a screenshot of the problem taken on my S9
Have a good evening!
L
- more than a month ago
- Commercial Templates
- # 7
Thank you
To amend you can add the following to the Custom CSS field of your templates..
Ciarán
To amend you can add the following to the Custom CSS field of your templates..
@media only screen and (max-width: 767px) {
.layerslideshow-title {
font-size: 18px;
letter-spacing: 0;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- 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 »