-
AuthorPosts
-
May 12, 2014 at 9:22 pm #263553
When the Client Testimonials change, the background turns black for a bit, then goes back to normal. I think this only happens on Chrome.
http://corporatetravelagency.net
Any ideas?
And how can i switch the sub_menu_socket to simple text like the copyright (no url linking or text hightlighting)?
- This topic was modified 10 years, 7 months ago by homemadebyx.
May 13, 2014 at 3:56 am #263717Hi homemadebyx!
Thank you for using the theme!
I checked the website on Chrome Windows 8 but I don’t see the testimonial section rendering black background on transition. Do you mind posting a screenshot of the issue? Regarding the socket, looks like you managed to remove the link.
Best regards,
IsmaelMay 13, 2014 at 6:25 pm #264097I apologize, i left out an important part. When the testimonials switch, the footer background blinks black. One problem though, this is inconsistent. I’ve only seen this with Chrome. Here’s a screenshot,
With the sub_menu_socket i’d like it to not blink on mouse-over, just regular text.
May 14, 2014 at 7:28 am #264510Hi!
Thank you for the screenshot.
I’m not sure what’s causing the issue but please try to add this on Quick CSS or custom.css:
.footer_color { background: #ffffff url(https://www.corporatetravelagency.net/wp-content/uploads/2013/09/Canvas-Board2.jpg) top left repeat scroll; } div.avia-testimonial.av_one_half.flex_column.no_margin.avia-testimonial-row-1.avia_start_animation.active-slide { -webkit-transform: translateZ(0) !important; }
Regarding the socket link, use this:
div.avia3-menu a:hover { color: white; text-decoration: none; }
Best regards,
IsmaelMay 14, 2014 at 6:59 pm #264848The socket solution works perfectly.
I added the CSS you provided to the quick CSS and it still goes black.
May 15, 2014 at 6:14 am #265095Hi!
Glad the socket solution is working.
Did you empty the plugin cache after adding the possible fix? Please add this below the css snippets:
section.avia-testimonial-row { -webkit-transform: translateZ(0) !important; }
Best regards,
IsmaelMay 15, 2014 at 6:15 am #265096No, how can i do that?
May 15, 2014 at 6:53 am #265118 -
AuthorPosts
- You must be logged in to reply to this topic.