Tagged: ismael, testimonials
-
AuthorPosts
-
February 13, 2017 at 7:34 pm #746576
How can I change the order display for the testimonial to be
Name
Subtitle
Quoteand not be
Quote
Name
SubtitleThanks
February 17, 2017 at 11:39 am #748347Hey iolotech!
Thank you for using Enfold.
Please add this script in the functions.php file:
function ava_custom_script_mod(){ ?> <script> (function($){ function a() { $('.avia-testimonial').each(function() { $(this).find('.avia-testimonial-content').insertAfter(this).find('.avia-testimonial-meta'); }); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod');
Cheers!
IsmaelMay 3, 2017 at 2:29 am #786828Hey Ismael,
I have another order ‘display’ problem.
I managed to get the shortcode for displaying testimonials in the widget arial. Now I wonder why I can’t have them displayed on same place there. After 5 sec. the secound testimonial is shown up far below the first one. Is there a possibility to make them one by one fading in line. Perhaps it would be better to built a own section for the testimonials, but how is the shortcode to get HTML-data from a site …/testimonial to the widget arial. Any advice?Good:
Bad:
Links to the screenshots I made:
1.) http://www.bilder-upload.eu/show.php?file=d2595b-1493771299.png
2.) http://www.bilder-upload.eu/show.php?file=e9ff09-1493771427.png
Regards,
John- This reply was modified 7 years, 6 months ago by Envat0supportislameandgotanF. Reason: pics didn't shown up
May 3, 2017 at 9:07 pm #787403Hi,
Please convert to
[av_testimonials style='slider' columns='2' grid_style='' interval='5' font_color='' custom_title='' custom_content='' admin_preview_bg='']
[av_testimonial_single src='' name='John Doe' subtitle='Evil' link='http://' linktext='']bla bla[/av_testimonial_single][av_testimonials style='slider' columns='2' grid_style='' interval='10' font_color='' custom_title='' custom_content='' admin_preview_bg=''][av_testimonial_single src='' name='Jane Doe' subtitle='Evil' link='http://' linktext='']
bla bla blub[/av_testimonial_single][/av_testimonials]let us know if it works properly
Best regards,
BasilisMay 3, 2017 at 9:23 pm #787413Hey Basilis,
thank you for your fast responding.
I checked it double – same result. The second msg is coming up in the widget: clearfix widget_recent_entries arial.
Best regards,
JohnMay 6, 2017 at 12:48 pm #788808Hi,
Is the site live? We need to inspect it. Try to apply a minimum height to the testimonial row.
section.avia-testimonial-row { min-height: 250px; }
Best regards,
IsmaelMay 7, 2017 at 12:43 pm #789082Hi Ismael,
lot of things to do… Therefore, sorry for my late reply.
The last piece of code helped to avoid the collision with the other widget.
Thank you. At next I need the following:
Testiminal 1 after 5 to 10 secs testimonial 2 after 5 to 10 secs testimonial 3 and so on.
Not:
Testimonial 1 after 5 to 10 secs
………………………………………….Testimonial 2
Have a look in the private Content for further information and to be able to inspect, what you need to know.
I am so grateful for your help and service.Best regards,
JohnMay 8, 2017 at 1:00 pm #789521Hi,
The testimonial shortcode that was provided above are actually two testimonial elements, that’s why they’re stacking up. Please try this shortcode instead.
[av_testimonials style='slider' columns='2' grid_style='' interval='5' font_color='' custom_title='' custom_content='' admin_preview_bg=''] [av_testimonial_single src='' name='John Doe 1' subtitle='Evil' link='http://' linktext='']bla bla[/av_testimonial_single] [av_testimonial_single src='' name='John Doe 2' subtitle='Evil' link='http://' linktext='']bla bla[/av_testimonial_single] [av_testimonial_single src='' name='John Doe 3' subtitle='Evil' link='http://' linktext='']bla bla[/av_testimonial_single] [av_testimonial_single src='' name='John Doe 4' subtitle='Evil' link='http://' linktext='']bla bla[/av_testimonial_single] [av_testimonial_single src='' name='John Doe 5' subtitle='Evil' link='http://' linktext='']bla bla[/av_testimonial_single] [/av_testimonials]
Best regards,
IsmaelMay 8, 2017 at 1:17 pm #789541Hey Ismael,
thanks for your reply.
Now it shows some sort of testimonials at same time permanently:
It even not displaying all information (t is not the correct symbol, but I can’t reproduce it):
bla t t t t
bla t t t tCopy it to the editor, I have:
bla bla 'John 'Evil' – '' bla bla 'John 'Evil' – '' bla bla 'John 'Evil' – '' bla bla 'John 'Evil' – '' bla bla
Another advice?
Best regards,
John- This reply was modified 7 years, 6 months ago by Envat0supportislameandgotanF. Reason: mistake in writting
May 9, 2017 at 6:02 am #789985Hi,
I’m sorry but I thought that you want to display the testimonials with 5 seconds interval. Did you remove the other testimonial shortcode? The new shortcode works fine on our installation.
Best regards,
IsmaelMay 11, 2017 at 3:57 pm #791699Hi Ismael,
at first nothing happend. Meanwhile I had to work and a lot of other things
to do.
I can’t explain, but now all is working as it should to be.
I increase the intervall to 10 sec. successful too.Thank you very much, Ismael!
Best regards,
JohnMay 12, 2017 at 4:38 am #792021 -
AuthorPosts
- The topic ‘Testimonials : order display’ is closed to new replies.