Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #1125582

    Hello,
    we have on our startpage a fullwidth slide-show header and changed the font size for the mobile version. Unfortunally the arrows on the left and the right side are to big and overlapping the text in the slides. Also the link-buttons are a bit to huge.

    Is it possible to change this?
    Thank you
    Claudia

    #1126434

    Hey claudipro,

    The website is not loading on my end, are you having issues with it now?

    Best regards,
    Victoria

    #1126777

    Hi Victoria,

    I just logged in and the site is loading.
    Greetings
    Claudia

    #1127259

    Hi Victoria,

    the website is now life without Verzeichnisschutz and we still have this issue:
    On our startpage is a fullwidth slide-show header unfortunally the arrows on the left and the right side are to big and overlapping the text in the slides. Also the link-buttons are a to huge.
    Is it possible to fix this problem?

    Greetings
    Claudia

    #1128166

    Hi,

    You can hide the arrow by using below code in the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
     /* Easyslider navigation arrow */
    #top .avia-slideshow-arrows a {
     display: none;
    }
    
    
    

    Please check the docs for more info.

    Best regards,
    Vinay

    #1128903

    Hi Vinay,

    now the arrows are gone in the desktop version also. I just want to hide the arrows in the mobile Version.
    You have a CSS Snipet for this?

    Thanks a lot
    Claudia

    #1129084

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    #top .avia-slideshow-arrows a {
     display: none;
    }
    }

    Best regards,
    Rikard

    #1129183

    Great, thanks a lot this is helping! Maybe you also have a solution to minimize the button in the slideshow for mobile version?
    Greetings Claudia

    #1129425

    Hi Claudia,

    Thanks for the update, what you mean by minimising the buttons? Do you mean that you want to make them smaller on the mobile version?

    Best regards,
    Rikard

    #1129542

    Hi Rikard,
    yes that’s exactly what I mean :) Sorry if I confused you.
    Thanks Claudia

    #1129659

    Hi Claudia,

    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:990px){    
        #top .avia-slideshow-arrows a {
            width: 40px;
            height: 40px;
        }
        #top .av-control-minimal .avia-slideshow-arrows a:before {
            line-height: 9px;
        }
        #top #wrap_all .avia-slideshow-button,
         #top .avia-button, .html_elegant-blog .more-link, 
         .avia-slideshow-arrows a:before {
             padding: 10px;
         }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129937

    Hi Victoria,

    this code is not working, the buttons on mobile Version have still the same sice and the arrows came back.
    Greetings
    Claudia

    #1130021

    Hi Claudia,

    I see you’re hiding them for mobile. Do you want to keep it that way? Or do you need more help?

    Best regards,
    Victoria

    #1130027

    Hi Victoria,

    yes I am hiding the arrows for mobile and I would like to decrease the Button Size. Just to make it, withe the font, a bit smaller that the Button is not overlay the three circles on the buttom of the slider. If possible.
    Thank you
    Claudia

    #1130112

    Hi Claudia,

    Ok, credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1130283

    Hi Victoria,

    which credentials? The purchase code? I copied in Private Content
    Greetings Claudia

    #1130339

    Hi Claudia,

    No :) Your WordPress access. I wanted to check the Quick css.

    Best regards,
    Victoria

    #1130372

    Okay, here we go:

    #1131170

    Hi,

    Thank you for the update.

    We added the following style in the Quick CSS field to adjust the height of the slideshow on mobile view.

    .avia-slideshow-inner {
    	min-height: 50vh;
    }
    
    .avia-slideshow-inner li, .avia-slide-wrap {
    	height: 100%;
    }
    
    .avia-slideshow li img {
            width: auto;
            max-width: 9999px;
    	object-fit: cover;
    	object-position: center center;
    }

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

    Best regards,
    Ismael

    #1131380

    Wow, that looks good! One Question I have about the size max-width: 9999px isn’t it to big for mobile version and can I change it to another size without destroying the code?

    .avia-slideshow li img {
    width: auto;
    max-width: 9999px; -> which size is this?
    object-fit: cover;
    object-position: center center;
    }

    Thank you very much.
    Claudia

    #1131400

    Hi,

    That code is fine for mobile. Essentially it means the image will get no larger than 9999px. So on mobile it will still accomodate and fit the smaller screen.

    Best regards,
    Jordan Shannon

    #1131571

    Thank you. Claudia

    #1131647

    Hi,

    Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1131857

    I think you can close the topic. Thank you
    Claudia

    #1131927

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 25 posts - 1 through 25 (of 25 total)
  • The topic ‘Fullwidth slide-show header on mobile’ is closed to new replies.