Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #693931

    Hi, how can I solve issue about up and down movement in homepage? It is caused by review text animation.

    #693962

    Hey soniavoice,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .avia-slider-testimonials.avia-testimonial-wrapper {
        min-height: 250px;
        max-height: 250px;
        overflow: auto;
    }
    

    Best regards,
    Vinay

    #694000

    It’s ok but a bar on the right is appeared. Look please my homepage.

    #694096

    Hi!

    Can you post a screenshot of what you’re referring to?

    Regards,
    Josue

    #694190

    How can I attach my screenshot here?

    #694284

    Hi,

    You can upload screenshots to a service like google drive, dropbox, imgur.com or similar and then link to them here.

    Best regards,
    Rikard

    #699016

    The css I have inserted create problem for review animation. Text is steady flashing. I have removed code line now.
    How can I solve the issue?

    #699545

    Hi,

    I’m not sure what you are referring to unfortunately, could you post a screenshot of the issue and try to explain a bit further please?

    Thanks,
    Rikard

    #712530

    Please have a look to my home page testimonial animation. I put your code in css but there is a bar on the right of testimonial box. I don’t want to see it.
    Thanks

    #712730

    Hi,

    Please try the following instead:

    #top .avia-slider-testimonials.avia-testimonial-wrapper {
        min-height: 250px;
        max-height: 250px;
        overflow: hidden;
    }

    Best regards,
    Rikard

    #712838

    Thank you,
    now I have another problem: testimonila photo is cut or it desappears. I attach screenshot.

    #712917

    Hi,

    Please try the following as well in Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 990px) {
      #top .avia-slider-testimonials.avia-testimonial-wrapper {
        min-height: 300px;
        max-height: 300px;
      }
    }

    Best regards,
    Rikard

    #713137

    Nothing happens on mobile screen

    #713387

    Hi,

    Try this instead:

    @media only screen and (min-width: 768px) and (max-width: 990px) {
      #top .avia-slider-testimonials.avia-testimonial-wrapper {
        min-height: 350px;
        max-height: 350px;
      }
    }

    Clear your browser cache and reload a few times.

    Best regards,
    Rikard

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