-
AuthorPosts
-
January 5, 2016 at 10:05 am #559794
Hi
I would like to change the position of image in testimonial
I would like to move the image above the text like in the link
January 5, 2016 at 12:45 pm #559872Hey shubhamnagar!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.avia-testimonial-image { float: none; clear: both; margin: 0 auto; }
Best regards,
IsmaelJanuary 5, 2016 at 12:52 pm #559876Hiii
Its not doing the required thing.
January 5, 2016 at 4:21 pm #559996Hey!
Please refer to my post here – https://kriesi.at/support/topic/testimonial-author-position-and-color/#post-471605
Best regards,
YigitJanuary 5, 2016 at 4:32 pm #560001Hi
No its not doing the required.
January 6, 2016 at 7:23 am #560339Hi,
Could you explain a bit further what you require? I had a look at the front page of the link you sent and the image is above the text there.
Regards,
RikardJanuary 6, 2016 at 7:33 am #560342hi
Yes i want it exactly like its on the front page.
But on the front page image is not the part of the testimonial.There I have firstly used avia image image layout and underneath that there is testimonial.
What I actually want is image should be a part of testimonial so that when the quote changes image should also change.
January 6, 2016 at 4:23 pm #560595Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitJanuary 6, 2016 at 4:54 pm #560613January 6, 2016 at 5:27 pm #560648Hi!
Your functions.php file is not writable in Appearance > Editor. Please make it writable or post FTP credentials as well :)
Regards,
YigitJanuary 7, 2016 at 2:38 pm #561244Hi
I don’t know how to make the file writeable.
Even when I try to make a FTP I was not able to do that successfully so I am editing theme pages using winsp so which you will not be able to do in that case either you can provide me the code or I will be trying to make this file writeable or provide you with FTP credentials.January 7, 2016 at 2:48 pm #561254January 8, 2016 at 7:43 am #561845hi
function.php is writeable now
January 10, 2016 at 5:45 am #562602Hey!
Please try the below css in Enfold Options > General Settings > Quick CSS
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image { transform: translateX(85%)!important; } #top .av-large-testimonial-slider .avia-testimonial-content { position: relative!important; margin-top: 350px!important; } #top .av-large-testimonial-slider .avia-testimonial-meta { margin: -350px 0 0 0!important; position: absolute!important; } #top .av-large-testimonial-slider .avia-slideshow-arrows a { margin-top: 400px!important; }
Best regards,
VinayJanuary 11, 2016 at 6:37 am #562920Hiii
No its not doing the required!
January 11, 2016 at 5:33 pm #563372Hey!
I added following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(function() { jQuery(".avia-testimonial-image").each(function(){ jQuery(this).closest('.avia-testimonial_inner').prepend(jQuery(this)); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
and then added following one to Quick CSS in Enfold theme options under General Styling tab
.avia-testimonial-image { width: 100%; float: none; }
Please review your website now
Regards,
YigitJanuary 12, 2016 at 7:57 am #563720Hi
the position of image is perfect but I can see only half image is visible.
January 12, 2016 at 9:11 am #563751Hi
Thanks a lot Guyzzz it done!
I updated the quick css code and now its fine and perfect.
Thanks a lot guyzzz.
January 12, 2016 at 4:21 pm #563964 -
AuthorPosts
- The topic ‘change the position of image in testimonial’ is closed to new replies.