-
AuthorPosts
-
March 28, 2015 at 1:41 pm #419832
Hi there,
I have a few questions about the fullscreen slider options:
1. Can I get rid of the lines between the caption and caption text and also within the caption text?
2. How do I change the opacity and color of the caption background?
3. How do I switch off the animated fly-in of the caption?
4. Can the slider get preview images on at the bottom, or is this something I need to do with an Ajax portfolio?
5. Is it possible to have a hovering text block with a transparent background over the fullscreen slider instead of the image caption in order to use the layout possibilities of the text block? (i.e. bold text, centring, justification etc…)Regarding the position of the caption: on the portfolio item it should be positioned left, but on the homepage centred. Now on the homepage one is positioned more left of the center following the custom css I used for changing the position on the project portfolio item.
ok, and one more thing: what is the font on the kriesi.at homepage that spells: “WORDPRESS THEMES THAT MAKE YOUR LIFE EASIER”
I’m new to this stuff, so any help is appreciated!
Thanks!!
- This topic was modified 9 years, 8 months ago by marijnmees. Reason: more questions came up
March 30, 2015 at 5:14 pm #420610Hey marijnmees!
1. Add this to your custom CSS.
.avia-caption-content p { margin: 0px !important; }
2. Looks like you already figured that out but the CSS would look like this.
.avia-caption-content p { background: rgba(255, 0, 255, 0.5) !important; }
3. I’m not seeing any animations for the captions in your link.
4. The LayerSlider has this option so you could consider using that.
5. Looks like you already figured this out.
6. Should be Open Sans.
Best regards,
ElliottMarch 30, 2015 at 5:55 pm #420652Hi Elliott,
Thanks for the reply!
ad. 1. There is still a line between caption and caption text unfortunately.
ad. 3: When loading a portfolio page the caption flies in from the left and the text from the right…..
ad. 5: the hovering text block is now just the caption of the slide, but that does nog give any text format options as centred text etc. I guess that’s going to take some more complex coding?
I have been struggling with the position of this caption. Is it possible to add a position like ‘upper-left’ instead of the standard positioning options now in the template?
thanks again.
- This reply was modified 9 years, 8 months ago by marijnmees.
March 31, 2015 at 6:05 pm #421418Hi!
1. I don’t see the CSS anywhere. Did you remove it? Add it in Dashboard > Enfold > General Styling > Quick CSS. Also add this for the title.
.avia-caption-title { margin: 0px !important; }
3. Hmm, I wasn’t seeing it yesterday but I do today. Try adding this to your custom CSS.
.caption-container * { animation: none !important; }
5. Take a screenshot and highlight exactly how your trying to style it and we’ll see if it’s possible.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.