-
AuthorPosts
-
September 19, 2013 at 3:53 pm #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.
September 19, 2013 at 4:23 pm #163649hi i try to help you!
choose the picturelement
you will see the image animotion, you can choose how the picture fade in.
cheers
carsten
September 19, 2013 at 5:01 pm #163673I see where i can make animation
for example for Feature A i have:
Image Alignment > Right
Image Fade in Animation > Left to rightbut its not working:(
September 20, 2013 at 7:54 am #163940Hi!
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,
IsmaelSeptember 20, 2013 at 8:48 am #163957Yes, 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)
September 20, 2013 at 1:55 pm #164057Hey!
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 11 years, 2 months ago by Ismael.
September 20, 2013 at 2:10 pm #164068Actually yes, i’m using modern browsers and last versions;)
So how to solve problem?September 21, 2013 at 9:14 am #164365Hi!
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!
PeterSeptember 24, 2013 at 4:36 pm #165724September 24, 2013 at 6:09 pm #165757Hi!
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,
PeterSeptember 24, 2013 at 6:17 pm #165759Sorry, now you can.
September 24, 2013 at 6:36 pm #165764Hi!
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!
PeterSeptember 24, 2013 at 6:44 pm #165768Thank you.
-
AuthorPosts
- The topic ‘Animated content’ is closed to new replies.