Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #285967

    The social icons for mail and Facebook do not show up on Chrome (broken image symbols appear instead). Any idea what might be happening? They do work on Facebook.

    Also, the shadow effect on images (the get darker when they are hovered over) is different between the browsers. On Firefox, it shadows the whole box, even if the shape of the image is a circle. Any way to fix that?

    Thanks.

    • This topic was modified 10 years, 4 months ago by hombreplato.
    #285970

    Update. Reinstall of WP fixed social icon issue. The shadow problem persists on Chrome (square shadow that subsequently recedes to masked image shape – i.e. circle).

    • This reply was modified 10 years, 4 months ago by hombreplato.
    #286003

    Hey!

    Try adding this code to the Quick CSS:

    div.avia-image-container-inner {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0)
    }
    

    Cheers! 
    Josue

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