milton9220
Forum Replies Created
-
Hi,
We have a frontend submission testimonial form in our pro plugin. you will find the pro plugin price from our plugin landing page.
Thank You
Hi,
Thank you for using our plugin. We have a documentation for using this plugin. Please see this documentation https://www.radiustheme.com/docs/testimonial-slider/getting-started/installation/
Hi,
We have released our new version plugin. Please update the latest version and hopefully that issue will be fixed.
Thank You
Forum: Plugins
In reply to: [Testimonial - Testimonial Slider and Showcase Plugin] SpeedHi,
I’m unsure about your question. Are you inquiring about the existence of slider autoplay speed control? If so, yes, we do have a setting for that control in the shortcode settings. Please refer to this screenshot for more details: https://prnt.sc/uCaK-nORMmec
Thank you
Hi,
We have no planned at this moment but thank you for your suggestions, we will think about it.
Thank You
Hi,
In your first requirement it will be possible by our plugin. But Frontend Menu Submission feature is not supported in our plugin right now.
Thank You
Hi,
Sorry category sorting only works for alphabetical sorting.
Hi,
For the shortcode you’ve been using, you need to set the ‘Order By’ value to ‘Menu Order’ in the filtering settings for that specific shortcode. https://prnt.sc/Lhnnd3BVWR_H
Thank You
Hi,
What did you do, and please tell me how you did it? Can you give me some screenshot or screen cast video so that i can understand what’s are the issue.
Thank you
Forum: Plugins
In reply to: [Food Menu - Restaurant Menu & Online Ordering for WooCommerce] Food imagesHi,
There has no way to to make this but you can hide default image by adding some css. Please add the below CSS snippet in Dashboard->Appearance->Customizer->Additional CSS
.fmp-image-wrap .default-img { display: none; }
Hi,
Yeah you have to override the single-team.php file and you can override the file from this directory child-theme-name/tlp-team/single-team.php
if ( in_array( 'content', $fields ) ) { $html .= '<div class="tlp-member-detail">' . apply_filters( 'the_content', get_the_content() ) . '</div>'; }
Yeah, to move content part, you have to do in this code.
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Video Youtube appear after refreshHi,
Try to give Youtube embedded link. We can’t do anything for this issue because it handles WordPress itself. However you can see to give Youtube embedded link.
Thank You
Hi,
To do display the content field at the end instead of being before email/ personal url, you have to do override our plugin template file in your child theme. To do override template plugin files create: child-theme-name/tlp-team/layouts/layout-name.php in your child theme directory.
To generate a page showcasing members organized by department, you need to create a shortcode. While configuring the shortcode, navigate to the filtering tabs where you can choose the specific department you want to display on the page.
Thank You
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Images not showing anymoreHi,
There was a lot of gap between your previous version and latest version due to which the plugin is breaking. Yes, now you have to manually add everything again.
Thank You