Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.
    #874275

    Maybe this?

    div.caption_fullwidth.caption_center.caption_center_framed.caption_framed {
    bottom: -50%;
    }

    #874603

    I 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 Slider

    #875195

    Hi nicolasweh,

    Did you add the fallback image?

    Best regards,
    Victoria

    #875196

    Hi nicolasweh,

    Did you add the fallback image?

    Best regards,
    Victoria

    #875720

    Hi 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ás

    #876460

    Hi,

    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,
    Ismael

    #876463

    Hi 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/

    #876499

    Hi,

    Did you also add the code in the “ES” Theme Options?

    Best regards,
    Ismael

    #876501

    Ups! 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 much

    #876962

    Hi,

    Great, glad you found the problem and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.