Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.
    #263717

    Hi 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,
    Ismael

    #264097

    I 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,
    Footer Black

    With the sub_menu_socket i’d like it to not blink on mouse-over, just regular text.

    #264510

    Hi!

    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,
    Ismael

    #264848

    The socket solution works perfectly.

    I added the CSS you provided to the quick CSS and it still goes black.

    #265095

    Hi!

    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,
    Ismael

    #265096

    No, how can i do that?

    #265118

    Hey!

    Go to the W3 Total Cache panel then delete or empty cache. Add the added fix above.

    Best regards,
    Ismael

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