vonck7
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] enable line breaks?thanks, resolved
Forum: Plugins
In reply to: [Strong Testimonials] "read-more"/details page , how to configure/style it?thanks, resolved
Forum: Plugins
In reply to: [Strong Testimonials] Read more link from widgetThanks! works great!
Forum: Plugins
In reply to: [Strong Testimonials] "read-more"/details page , how to configure/style it?This is a duplicate of : https://www.ads-software.com/support/topic/read-more-link-from-widget?replies=8
I’ll check the solution there.
Forum: Plugins
In reply to: [Strong Testimonials] "read-more"/details page , how to configure/style it?I was referring to the separate page, for example : https://www.acvoda.nl/testimonial/verstokte-roker/
No need for apologies ?? and thanks for the reply.
Forum: Plugins
In reply to: [Strong Testimonials] enable line breaks?Example of a really long testimonial, this works fine now:
Forum: Plugins
In reply to: [Strong Testimonials] enable line breaks?Thanks for the fast reply!
Your code will show linebreaks in the [strong] shortcode if the linebreaks are in the post.My main use for linebreaks was on the separate “read-more” page, because our testimonials are often really long posts. (not product testimonials, but a kind of user submitted stories)
What I needed was the ability to add posts including linebreaks.
I changed form-shortcode.php and replacedsanitize_text_field( $_POST[ $field['name'] ] );
withimplode( "\n", array_map( 'sanitize_text_field', explode( "\n", $_POST[ $field['name']] ) ) );
Now those linebreaks work on the “read-more” page.
Forum: Plugins
In reply to: [Strong Testimonials] "read-more"/details page , how to configure/style it?css is no problem, for example hide publisher css
/*testimonial detail page*/.single-wpm-testimonial .author-info,.single-wpm-testimonial .entry-meta { display:none; }
more specific: how do i add custom fields?
How do I add standard header/footer with some extra info.Forum: Plugins
In reply to: [Strong Testimonials] enable line breaks?ps.
if i edit the testimonial after submission, and add some line-breals everything works fine.