Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Enfold Showcase #267415

    Hi! I’m Christian Ronchi and work for Ubisoft since 2001 as Artist.
    This is my site:
    http://www.chricchio.com
    Enjoy!
    Chris.

    in reply to: Masonry 3 colums and more space on the side #181293

    works perfectly, Thanks Devin!
    :)

    in reply to: Icons Missing #168883

    Hi! i’ve the same issue with the shortcode.
    The missing icon problem is probably related to the link manually option.
    if I set manually the link for the icon, like this it doesn’t work:

    [av_font_icon color="" icon="ue82d" size="40px" position="center" link="manually,http://www.chricchio.com/wp-content/uploads/CV_ChristianRonchi_it.pdf" linktarget="yes"]

    If i remove the link it works fine:
    [av_font_icon color="" icon="ue82d" size="40px" position="center" link="" linktarget="yes"]

    in reply to: Enfold Image Overlay Opacity with CSS #166521

    Hi!
    thanks for the reply. I don’t think is so complicated, only i don’t understand why i can’t override the opacity of the element with the one write in css inside my keyframes animation.

    .image-overlay {
    overflow: hidden;
    }
    
    .image-overlay .image-overlay-inside::before {
    font-size: 30px;
    }
    
    @-webkit-keyframes avia_pop_small {
      0%   { -webkit-transform: scale(6); opacity:(0);}
      100% { -webkit-transform: scale(1);opacity:(1); }
    }
    @-moz-keyframes avia_pop_small {
      0%   { -moz-transform: scale(6);opacity:(0);}
      100% { -moz-transform: scale(1); opacity:(1);}
    }
    @-o-keyframes avia_pop_small {
      0%   { -o-transform: scale(6); opacity:(0);}
      100% { -o-transform: scale(1); opacity:(1);}
    }
    @keyframes avia_pop_small {
      0%   { transform: scale(6); opacity:(0);}
      100% { transform: scale(1); opacity:(1);}
    }
    
    a:hover .image-overlay .image-overlay-inside {
    -webkit-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    -moz-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    -o-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    }
    in reply to: Enfold Image Overlay Opacity with CSS #166137

    Thangs Devin,
    i’ve try, but with this i lost the fading animation, from 0 to 1.
    I need to have opacity 1 for the orange circle (.image-overlay-inside), only at the end of the animation, but at the beginnig of the animation both opacity (image-overlay and image-overlay-inside) set to 0, in order to have a fade-in animation.

Viewing 5 posts - 1 through 5 (of 5 total)