Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1164528

    hello
    almost every page is not displayed correct on mobiles:
    douglas-consulting.de

    The text in the slider-descriptions are cut off on almost every page

    christian

    #1164577

    Hey DouPaule,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
      #full_slider_1, 
      #full_slider_1 .av_slideshow_full.avia-slideshow,
      #full_slider_1  .avia-slideshow-inner,
      #full_slider_1 .avia-slideshow li,
      #full_slider_1 .avia-slideshow li img {
        min-height: 240px;
    
      }
      #full_slider_1 .avia-slideshow li img {
        width: 140% !important;
        max-width: auto;
      }
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 0px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164795

    1: Does not work
    2: Its a bit disappointing that even a simple version of my website does not work without fixes

    #1164908

    Hi DouPaule,

    Here is what the code does, is it not working like this on your end?
    Image 2019-12-11 at 18.00.06.png

    Best regards,
    Victoria

    #1165018

    Did you read my initial post??
    “slider-descriptions are cut off on almost every page
    So why did you just check the frontpage?

    #1165183

    and:
    max-width: auto; is not valid

    #1165193

    additional:
    On all screensizes below 1350px (its even large Laptops) the description of the sliders overlays the slider control arrows.
    This, sorry to say, is not the best coding i have seen.

    #1165648

    Hi DouPaule,

    The amount of text is too big for the portrait mode of the mobile screens and the images aspect ratio does not allow for it to have enough height on such window size and so there is no room for text. By design, it can only take two short sentences and no amount of css will fix it.

    In this case, it is better to make another slider with images better optimized for small screens and possibly less text and show this slider on mobiles, while hiding the one shown on bigger screens.

    Best regards,
    Victoria

    #1168711

    Your solution would increase the page load, reduces the loading speed and this is contrary to SEO.
    Please dont provide your users with “solutions” which have a negative impact on their business.

    So, whats the solution?

    #1169077

    Hi,
    Unfortunately for some of your sliders the amount of text is too much for the small visible area of mobile devices, please consider reducing the amount of text to fit in the area.

    Best regards,
    Mike

    #1170304

    You suggestion is” Adapt your content to fit it into our theme”?
    This is exactly the opposite of what people usually do and this is not what one could call a solution.

    Christian

    #1170645

    Hi,

    How would you like the captions to display inside the slider on mobile view? The caption area can’t contain that amount of text, so you should consider adjusting it, hiding the text completely on mobile view, or replace the current slider with a Fullscreen Slider so that you will have more space for the captions. Or as previously suggested, you can add another slider or a different element and change the content a bit to display the information properly on mobile view.

    Thank you for your patience.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Doesnt display correct on mobile’ is closed to new replies.