Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #744283

    Hi guys,

    For some reason the captions on the easy slider are disappearing when the screen size changes down to mobile:

    http://prntscr.com/e5z7cw

    http://prntscr.com/e5z8b9

    This is what it should look like:

    http://prntscr.com/e5z8ns

    Many thanks,

    Krissie

    #744612

    Hey Krissie,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #744702

    Sure, here you go

    #745227

    Hi,

    @media only screen and (min-width: 768px) and (max-width: 1300px) {
    .slideshow_caption {
        width: 65% !important;
    }
    }

    Best regards,
    Rikard

    #746312

    Hi Rikard,

    Thanks for the code but the caption still disappears on mobile view:

    http://prntscr.com/e838a1

    Please help, thanks!

    #746355

    Hi,
    I can’t find the way to create a new topic.
    Anyway I have some problems with the Fullwidth Easy Slider on the mobile version.
    It’s too small there. How can I make it bigger?

    #746539

    Hi guys, and please can you explain how to get this block affect behind lettering with colour on the layer sliders?

    http://prntscr.com/e87z8o

    Thanks!

    #746772

    Hi,

    Please try this as well for mobile:

    @media only screen and (max-width: 767px) {
    .slideshow_caption {
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

    #746781

    Hi Rikard,

    I’m afraid it still doesn’t work.

    Please see the url:

    #746862

    Also the rotating header element on this page isn’t responsive either: http://prntscr.com/e8k91q

    URL in privacy area

    #747028

    Hi Rikard,

    Sorry I’m new on this, where do I have to write that code?

    Thank you.

    Elisa

    #747352

    Hey Elisa,

    You have to paste it in the Quick CSS box under the General Styling section in the theme options. The code still doesn’t work for me though.

    #747354

    Hey Elisa, I’ve worked it out!

    Check out this https://kriesi.at/support/topic/text-positioning-on-fullwidth-easy-slider/

    You can find the answer in there. It’s a setting under the Easy slider itself.

    Good luck!

    #747422

    Good morning,

    Sorry but nothing happen. I’m still with the same problem.

    Thank you.
    Elisa

    #748615

    Hi,

    Try adding this css code in QUick CSS:

    @media only screen and (max-width:767px) {
      #top .avia-testimonial h1 {
        font-size: 24px !important;
      }
    }

    Just adjust the font size. Hope this helps.

    Best regards,
    Nikko

    #750050

    Hi Nikko,
    sorry but it doesn’t worry.

    #750063

    I don’t have the text anyway on that.

    #751217

    Hi ElisaEICL,

    Are you referring to the slider in the homepage? link in private content.

    Best regards,
    Nikko

    #751377

    Hi Nikko,

    yes that one.

    Thank you.

    Elisa

    #753352

    Hi Elisa,

    Try using this css code:

    @media only screen and (max-width:767px) {
      .av_slideshow_full li img {
        width: 600px;
        height: 172px;
        max-width: none;
        position: relative;
        left: 50%;
        margin-left: -300px;
      }
    }

    This may not show some parts of the image (left and right) but it should make it bigger and without getting stretched.

    Best regards,
    Nikko

    #753785

    Hi Nikko,

    I pasted that but itt’s still no working.
    Where do I have to paste it? Maybe I’m doing it wrong.

    Thank you very much.
    Elisa

    #755435

    Hi,

    Sorry for the late response. Since it’s not working, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #758480

    Hi Nikko,
    thank you for your support.

    Tell me if you have any problems.

    Elisa

    #761258

    Hi Elisa,

    Sorry for late response and missing this thread. I have added the code and tested it, the image on slider is now larger though it’s not that large so not much of the image are cut off.

    Best regards,
    Nikko

    #761325

    Hi Nikko,

    thank you very much for your help.

    Best regards,
    Elisa

    #761428

    Hi,

    Glad we could help. :)

    Best regards,
    Nikko

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