Patator100
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] Testimonial list – styleHell Subharanjan.
It worked like a charm…perfect !!!
I put the following into the custom.css file : (for those who might be interested).testimonials-widget-testimonial.list,
.testimonials-widget-testimonial.single {
margin-bottom: 5em;
margin-top: 2em;
}Thanks for this answer
Pat
(I will just post a last request concerning block quotes)Forum: Plugins
In reply to: [Testimonials Widget] Shortcode – Testimonial widget by Axelerantit worked !!!
Great !!!The list is correctly showing with just [testimonials].
I will now look at your shorcodes in details as I would like to have more space in between each testimonial listed
thanks for your help
patriceForum: Plugins
In reply to: [Testimonials Widget] Shortcode – Testimonial widget by AxelerantHello Subharanjan
Thanks for your help. The first solution work, great.
But I would like to use other shortcodes proposed by the widget. Thus, I have tried the second solution you’ve offered.I found the following code in /www/wp-content/themes/betheme/betheme/function.php :
require_once( LIBS_DIR .'/theme-shortcodes.php' );
In //www/wp-content/themes/betheme/betheme/functions/theme-shortcodes.php, I found :
add_shortcode( ‘testimonials’, ‘sc_testimonials’ );
add_shortcode( ‘testimonials_list’, ‘sc_testimonials_list’ );THEN
I have tried to remove both lines (//), no change.
I have added the remove_shortcode to the same file : /www/wp-content/themes/betheme/betheme/function.phpremove_shortcode( 'testimonials', 'sc_testimonials' ); remove_shortcode( 'testimonials_list', 'sc_testimonials_list' ); remove_shortcode( 'testimonials'); remove_shortcode( 'testimonials_list');
Any clue what I could do ?
ThanksForum: Plugins
In reply to: [Testimonials Widget] Shortcode – Testimonial widget by AxelerantHello again
thanks for having fixed my issue with the other question !!
I’m using a Betheme theme (translator theme).
When you asked the question, I have checked that there is a “post type” disabling option where “testimonials is shown :
I have ticked the option and I now have only 1 testimonial category showing in the menu
Nevertheless, when I add the [testimonial] shortcode, it still retrieves the built-in Betheme testimonial and not yours…how can I do ?
hi thanks for the help
it s going in the right way but the result is showing two || after the name and the position and only one after the company name
patrice