-
AuthorPosts
-
May 9, 2018 at 3:47 pm #953996
Hi,
I would like to place the photo and name of the person above the testimonial in stead of below. How can I do this?
I’m using the testimonial grid.Thanks in advance!
EefkeMay 9, 2018 at 5:48 pm #954071Hey shedoesitcoaching,
Please refer to the following:https://kriesi.at/support/topic/change-the-position-of-image-in-testimonial/
Best regards,
Jordan ShannonMay 9, 2018 at 6:43 pm #954095Hi Jordan,
Thanks for the quick reply! I’ve seen that topic, but unfortunately it is not totally clear to me.
Can you please let me know which code I shoud add in my Quick CSS field so both photo and name will appear at the top of the testimonial?Thanks!
May 9, 2018 at 6:52 pm #954099Hi,
Did you add this to functions.php?
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');
Best regards,
Jordan ShannonMay 9, 2018 at 7:04 pm #954108I did it and now the picture is at the left top side of the text. The Name is still below.
I would like to have both picture and Name at the top (left centered). Is that possible?May 9, 2018 at 7:07 pm #954113Hi,
Please add a link to the page in question so we can try to properly adjust the css.
Best regards,
Jordan ShannonMay 9, 2018 at 7:14 pm #954116Hi Jordan,
My website is under construction, so do you need my inlog details?
Can you please make it a ‘private chat’ so not everyone can see my details?Thanks!
May 11, 2018 at 8:03 am #955066Hi shedoesitcoaching,
You can add the link and credentials in the private bo below. That is only visible to moderators.
Best regards,
VictoriaMay 11, 2018 at 8:44 am #955082http://Www.shedoesitcoaching.com (Enfold Theme)
I’ve already managed to put the photo above the testimonial. I would also love to have the name above the testimonial too.
In the same style please as the default when they are both under the Text of the testimonial.Thanks in advance for your support!
- This reply was modified 6 years, 6 months ago by Vinay.
May 12, 2018 at 7:54 pm #955829Hi,
To add the testimonial image and name above please check this link https://kriesi.at/documentation/enfold/testimonials/#testimonial-image-on-top
Best regards,
Vinay- This reply was modified 6 years, 6 months ago by Vinay.
May 14, 2018 at 9:32 pm #956675This reply has been marked as private.May 16, 2018 at 10:14 am #957424This reply has been marked as private.May 16, 2018 at 4:10 pm #957566Hi Eefke,
We apologize for the late response.
I have checked your site and I could see the photo on the upper right, just above the testimonial and the name is above the testimonial as well.
Let us know if you need further assistance.Best regards,
NikkoMay 16, 2018 at 8:41 pm #957683This reply has been marked as private.May 16, 2018 at 9:07 pm #957698Hi,
Great! I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘How to place the photo and name above a testimonial’ is closed to new replies.