Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #163631

    I have page http://free-responsive-templates.com/ and there Feature A, B and C not animated like on http://kriesi.at/themes/enfold/pages/landing-page/
    Could you please help me to make it animated like on your template ?

    Thanks.

    #163649

    hi i try to help you!

    choose the picturelement

    fadein

    you will see the image animotion, you can choose how the picture fade in.

    cheers

    carsten

    #163673

    I see where i can make animation

    for example for Feature A i have:
    Image Alignment > Right
    Image Fade in Animation > Left to right

    but its not working:(

    #163940

    Hi!

    I don’t think you add the fade in animation. The image element should look like this:

    <img class="avia_image avia-builder-el-37 avia-builder-el-no-sibling avia-align- avia_animated_image avia_animate_when_almost_visible left-to-right avia_start_animation" src="http://localhost/kriesi/enfold/wp-content/uploads/2013/04/logos1-446x218.jpg" alt="" title="logos1-446x218">

    Regards,
    Ismael

    #163957

    Yes, you are right on firebug i don’t see the same code like you wrote.
    So, i clicked to Feature A pic and add there:
    Image Alignment > Right
    Image Fade in Animation > Left to right
    But animation not working.

    So what else i need to do to solve this problem ? (problem: pls see my first post)

    #164057

    Hey!

    On what browser are testing your website? It says specifically on the Image Fade in Animation option that this is only to add some ‘spice’ to the site and only works in modern browsers.

    Regards,
    Ismael

    • This reply was modified 10 years, 6 months ago by Ismael.
    #164068

    Actually yes, i’m using modern browsers and last versions;)
    So how to solve problem?

    #164365

    Hi!

    Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I need to check the configuration first hand. It seems like all css class which are responsible for the animations are missing.

    Cheers!
    Peter

    #165724

    Done

    #165757

    Hi!

    I can’t edit posts/pages and I can’t check the advanced layout element configuration. please make sure that my user account has admin rights/permissions.

    Best regards,
    Peter

    #165759

    Sorry, now you can.

    #165764

    Hi!

    I fixed it – it was a bug in the shortcode code. I had to replace following code in config-templatebuilder/avia-shortcodes/image.php

    
    $output = wp_get_attachment_image($src,'large');
    

    with

    
    $output = wp_get_attachment_image($src,'large',false,array('class' => "avia_image $class ".$this->class_by_arguments('align' ,$atts, true)));
    

    We’ll include the fix in the next update.

    Cheers!
    Peter

    #165768

    Thank you.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Animated content’ is closed to new replies.