Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1179336

    Good Morning all!

    I have noticed several times that the buttons on sliders on smartphones disappear and cannot be seen.

    That’s why I never use it. But they are nice and it would be good to be able to use them …

    This is even the case on your website … see attached examples.

    How can the problem be solved?

    best regards,
    Susanne

    https://erkant.de/wp-content/uploads/2020/01/Screenshot-8.png
    https://erkant.de/wp-content/uploads/2020/01/Screenshot-9.png
    https://erkant.de/wp-content/uploads/2020/01/Screenshot-7.png

    #1179355

    Second question: How can I color the background behind the text differently in the slider?

    #1179496

    Hi,

    Thanks for contacting us!

    1- Please edit your slides and decrease font size on mobile devies – https://imgur.com/a/4G858kx. I believe that should help as buttons are actually there but not displayed as they do not fit mobile version.
    2- Please edit your slider and go to Advanced > Developer Settings and add a custom class to your slider (“my-custom-slider” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling

    .my-custom-slider .avia-caption-content, .my-custom-slider .avia-caption-title {
        background-color: orange!important;
    }

    Best regards,
    Yigit

    #1179720

    Hello Yigit,

    to 1- I need another way because: every slider on smartphones and tablets is too small. Not high enough! This is not impressive and the font is always too small on it.

    The start picture and slider should always be at least 50% high, i.e. 50% from the smartphone monitor, i think.

    How can i do that, all over the website?

    best regards,
    Susanne

    #1179906

    Hi Susanne,

    Since image is responsive, there is not enough space to display all content on mobile. You could try creating another slider, closer to square shape so there would be enough height, and choose to display it only on mobile under Advanced tab of your element and you can hide your current slider on mobile. Would that solution work for you? :)

    Best regards,
    Yigit

    #1180177

    Hi Yigit,

    that sounds like puzzle work … Can’t it be easier?

    Can it go as described here?

    However, the code is incorrect; the width must go out of it (but how? what is the right code?)

    best regards,
    Susanne

    #1181175

    Hi,

    Thank you for the update.

    Have you tried using the Fullscreen instead of the Fullwidth Slider? The Fullscreen slider should provide more space for the caption and buttons on mobile view.

    If you really want to adjust the height of the current slider, try this css code.

    @media only screen and (max-width: 767px) {
        #top .avia-slideshow-inner {
    	min-height: 391px;
        }
    
        .av-single-slide, .avia-slideshow-inner li .avia-slide-wrap {
    	height: 100%;
        }
    
        .avia-slideshow-inner li .avia-slide-wrap img {
    	object-fit: cover;
    	width: auto;
    	max-width: none;
    	left: -500px !important;
        }
    }

    Screenshot: https://imgur.com/a/yuZYz3K

    Best regards,
    Ismael

    #1183062

    Hello, it doesn’t work so well, it doesn’t look nice.

    But: I like the following page: https://erkant.de/blog-posts/

    It is 100% on the smartphone and looks good on it.

    But designing it like this is more complex than a slider:
    I used a color section with a minimum height of 100% of the browser.
    Then I used buttons and so text with a background – instead of a slider.

    Short: I need a function in the Avia editor for sliders like color sections “sections height”

    best regards,
    Susanne

    #1183735

    Hi,

    Thank you for the info.

    Again, you can instead use the Fullscreen slider if you want a slider that automatically inherits the height of the browser window. It’s the same as setting the minimum height to 100%. Unfortunately, it’s not possible to add the minimum height option without significant amount of modification in the shortcode files.

    Best regards,
    Ismael

    #1184196

    Hello again,

    I discovered an Avia feature that may be new?

    Subject: Slide show. Under “Style” you can specify the minimum height of the slider in pixels.

    https://tiefenschaerfe.de/wp-content/uploads/2020/02/Screenshot-42.png

    best regards
    Susanne

    #1185054

    Hi,

    Thank you for the update.

    Yes, there is that option but you can’t set it to 100% or based on the height of the view port. Also, the minimum height is applied to the slides, not the parent container.

    Best regards,
    Ismael

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