-
AuthorPosts
-
September 30, 2016 at 5:01 pm #693931
Hi, how can I solve issue about up and down movement in homepage? It is caused by review text animation.
September 30, 2016 at 5:51 pm #693962Hey 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,
VinaySeptember 30, 2016 at 7:19 pm #694000It’s ok but a bar on the right is appeared. Look please my homepage.
October 1, 2016 at 12:51 am #694096Hi!
Can you post a screenshot of what you’re referring to?
Regards,
JosueOctober 1, 2016 at 9:45 am #694190How can I attach my screenshot here?
October 2, 2016 at 8:10 am #694284Hi,
You can upload screenshots to a service like google drive, dropbox, imgur.com or similar and then link to them here.
Best regards,
RikardOctober 14, 2016 at 9:14 am #699016The 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?October 16, 2016 at 12:01 pm #699545Hi,
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,
RikardNovember 15, 2016 at 4:02 pm #712530Please 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.
ThanksNovember 16, 2016 at 4:25 am #712730Hi,
Please try the following instead:
#top .avia-slider-testimonials.avia-testimonial-wrapper { min-height: 250px; max-height: 250px; overflow: hidden; }
Best regards,
RikardNovember 16, 2016 at 11:28 am #712838Thank you,
now I have another problem: testimonila photo is cut or it desappears. I attach screenshot.November 16, 2016 at 3:08 pm #712917Hi,
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,
RikardNovember 16, 2016 at 7:09 pm #713137Nothing happens on mobile screen
November 17, 2016 at 7:05 am #713387 -
AuthorPosts
- You must be logged in to reply to this topic.