Kerry
Forum Replies Created
-
Forum: Plugins
In reply to: [BNE Testimonials] Slider Shortcode Posting as a ListGlad to hear that it works now. Quotes are always a sticky point with the WP shortcode parser, so it’s always best to make them straight instead of curly. If you have any questions about the pro version, reach out to me over at my website.
Forum: Plugins
In reply to: [BNE Testimonials] Slider Shortcode Posting as a ListChange the quotes to be straight instead of curly.
[bne_testimonials layout="slider"]
Forum: Plugins
In reply to: [BNE Testimonials] Slider Shortcode Posting as a ListWhat is the shortcode you’re using? According to the page source, you may have layout=””slider”” or something as quotes are being placed in the html for the class name.
Forum: Plugins
In reply to: [BNE Testimonials] Bne Testimonials Pro stopped working with error messageHi there,
I’ve responded to your support ticket and will continue the discussion there. I’ll close the thread here since it involves the pro version of the plugin.
Forum: Plugins
In reply to: [BNE Testimonials] Text of First Testimonial in Slider Gets Cut OffYou’re welcome. Take care.
Forum: Plugins
In reply to: [BNE Testimonials] Text of First Testimonial in Slider Gets Cut OffTry the following CSS. It would go into your theme’s custom CSS area or the WP Customizer.
.widget li.testimonial-single { -webkit-transition: none !important; transition: none !important; }
Forum: Plugins
In reply to: [BNE Testimonials] Text of First Testimonial in Slider Gets Cut OffI would have to take a look again as it looks like it’s not showing on your sidebar. It’s most likely a CSS override from something else.
Forum: Plugins
In reply to: [BNE Testimonials] Text of First Testimonial in Slider Gets Cut OffHmm, not sure. Something is holding it up. Can you try it with the fade animation instead of slide?
Forum: Plugins
In reply to: [BNE Testimonials] Add A Link To Widget TitleThe widget title is escaped and usually controlled by your theme. If you would like to include additional text around the slider, you would need to instead use a text widget and then add the slider shortcode instead of the widget version of it.
<h3 class="widget-title"><span>Testimonials</span></h3> [bne_testimonials layout="slider"]
- This reply was modified 4 years, 9 months ago by Kerry.
Forum: Plugins
In reply to: [BNE Testimonials] Reposition name/website below testimonial in list layout?Not all of them, but you can basically use the following:
add_filter( 'bne_testimonials_content', function( $message, $atts ) { $output = $message; $output .= '<div class="testimonial-author author-below">'; $output .= bne_testimonials_get_template( 'name', $atts ); $output .= bne_testimonials_get_template( 'tagline-website', $atts ); $output .= '</div>'; return $output; }, 10, 2);
And then hide the old placement with CSS:
.testimonial-author:not(.author-below) .testimonial-name, .testimonial-author:not(.author-below) .testimonial-website, .testimonial-author:not(.author-below) .testimonial-tagline { display: none; }
Forum: Plugins
In reply to: [BNE Testimonials] Reposition name/website below testimonial in list layout?Hi Gretchen,
Not in the free version of the plugin. The Pro has additional options for layout, theme style, and arrangement of the testimonial. In addition, there are a hooks available to completely re-arrange the testimonial on the dev level that I can help with if you don’t know PHP.
Forum: Plugins
In reply to: [BNE Testimonials] Not all categories showThe list would, of course, work since it doesn’t require a script. Can you provide a login and I’ll take a look. You can send it to me at my website here. I’m thinking there is some lingering text/html character in the review text. Because if one category works and the other doesn’t then the text would be the only difference.
Forum: Plugins
In reply to: [BNE Testimonials] Not all categories showThe slider is failing due to a JS error of the readmore script. Your main domain website has that same page setup and the slider works there but with the readmore disabled.
I wonder if there is some kind of html tags happening within those two reviews that I’m not seeing on the frontend.
Anything different with a working category from this one?
Forum: Plugins
In reply to: [BNE Testimonials] Google API ResultsPlease submit a support ticket from where you purchased the plugin and I can help you there.
Forum: Plugins
In reply to: [BNE Testimonials] Google API ResultsNo sorry, that is a limitation on their API. Yelp is the same way but limits to 3, Facebook up to 200.