-
AuthorPosts
-
November 8, 2017 at 6:29 pm #874273
Hi guys, can you tell me how I can have the Caption Title and Text placed bottom and centered for the Fullscreen Slider of the Home Page
Thanks
- This topic was modified 7 years ago by nicolasweh.
November 8, 2017 at 6:41 pm #874275Maybe this?
div.caption_fullwidth.caption_center.caption_center_framed.caption_framed {
bottom: -50%;
}November 9, 2017 at 11:42 am #874603I am not able to force the reproduction of a Vimeo link on my home page for test (http://rvarq.com/en/home-video/) for mobile devices, despite having followed the steps of this link:
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/
Can you give me some advice please?
By the way, I’m using the Fullscreen SliderNovember 10, 2017 at 3:58 pm #875195Hi nicolasweh,
Did you add the fallback image?
Best regards,
VictoriaNovember 10, 2017 at 3:58 pm #875196Hi nicolasweh,
Did you add the fallback image?
Best regards,
VictoriaNovember 12, 2017 at 12:36 pm #875720Hi Victoria, I don’t really know what you ask me with the fallback image.
What I have in rvarq.com/en/ and also in rvarq.com/es/ are this 2 sliders:
“Fullwidth Easy Slider” with Caption “Center Framed” (custom CSS Class: hide-mobile) (content: Vimeo video)
“Fullscreen Slider” with Caption “Center Framed” (custom CSS Class: hide-desktop) (content: Images)
QUICK CSS:
@media only screen and (min-width: 769px) {
.responsive #top .hide-desktop{ display:none !important; }
}@media only screen and (max-width: 768px) {
.responsive #top .hide-mobile{ display:none !important; }
}
….. Now, the hide and show works as it should, what I would like will be that the centered caption of both desktop and mobile versions, was located centered and below
Can you help me and tell me how to do it?
Thanks
NicolásNovember 14, 2017 at 6:45 am #876460Hi,
Thank you for the info. Please use the following css code to move the caption at the bottom of the slider.
.slideshow_align_caption { vertical-align: bottom; top: -50px; }
Adjust the top position value as needed.
Best regards,
IsmaelNovember 14, 2017 at 6:56 am #876463Hi Ismael, thanks, this code change the Caption in the english version but it doesn’t for the spanish version, do you know why it could be?
Please, take a look at the differences in rvarq.com/en/ and in rvarq.com/es/November 14, 2017 at 8:53 am #876499November 14, 2017 at 9:02 am #876501Ups! Sorry, just now I realize that there is an Enfold Child Theme Options for the 2 languages, this explains a huge amount of strange behavior between both versions to which I could not find any explanation… I assumed it would be something paranormal :P hehe
So fool of me! Thank you Isma, so muchNovember 15, 2017 at 8:57 am #876962 -
AuthorPosts
- You must be logged in to reply to this topic.