Opis
Ultimate 3D Testimonial Slider is create awesome client’s testimonial showcase for WordPress website. Hopefully it is very helpfull to add client testimonial.
Features of the Ultimate 3D Testimonial Slider
- Quick to set up
- Lightweight
- User friendly
Display Testimonial via shortcode
You can display Ultimate 3D Testimonial Slider into your page or post via shortcode.
[uts]
if you want to show into your theme file please use do_shortcode.
<?php echo do_shortcode('[uts]'); ?>
🔧 Shortcode Attributes
The [uts]
shortcode accepts the following optional attributes:
Attribute
Description
Default
Example
count
Number of testimonials to display. If omitted, all are shown.
All
[uts count="3"]
category
Filter testimonials by category slug.
None
[uts category="client-feedback"]
type
Layout type for displaying testimonials.
slider
[uts type="grid"]
, [uts type="list"]
✅ Example
Display 3 testimonials from the “client-feedback” category in a list layout:
[uts count=”3″ category=”client-feedback” type=”list”]
🧩 Display in Theme Template Files
To include the testimonial slider directly in a PHP theme file, use the do_shortcode()
function:
`php
`
Need Mored Features
We are working on it. Hopefully we some features next release.
🔥 WHAT’S NEXT 🔥
Consider checking out our other plugins:
📌 WP Sticky Anything – Sticky Menu & Sticky Header, Sticky Sidebar
All-in-One Sticky Menu & Sticky Header, Sticky Sidebar Solution for WordPress.
⏳ All-in-One WP Preloader
All-in-One WP Preloader gives your site a loading screen without writing any code.
🎥 Best Youtube Video LazyLoad
Youtube Video Lazyload improves Google PageSpeed Insights Score, GTmetrix, and Pingdom score.
Instalacija
INSTALL ULTIMATE 3D TESTIMONIAL SLIDER FROM WITHIN WORDPRESS
- Visit the plugins page within your dashboard and select ‘Add New’;
- Search for ‘Ultimate 3D Testimonial Slider’;
- Activate Ultimate 3D Testimonial Slider from your Plugins page;
- Go to ‘after activation’ below.
INSTALL ULTIMATE 3D TESTIMONIAL SLIDER MANUALLY
- Upload the ‘ultimate-3d-testimonial-slider’ folder to the /wp-content/plugins/ directory;
- Activate the Ultimate 3D Testimonial Slider plugin through the ‘Plugins’ menu in WordPress;
- Go to ‘after activation’ below.
ČPP
-
How do I display the testimonials on my site?
-
You can display testimonials using the shortcode
[uts]
in any post or page.
For example:[uts count="3" category="client-feedback" type="slider"]
You can also add the shortcode directly in your theme PHP files using:
`php -
Can I control how many testimonials are displayed?
-
Yes! Use the count attribute in the shortcode to limit the number of testimonials shown.
Example: [uts count=”5″] displays only 5 testimonials. -
What layout types are available?
-
There are three layout types you can choose from using the type attribute. They are slider, list & grid.
-
Is this plugin compatible with page builders like Elementor or WPBakery?
-
Yes, the shortcode works well inside most page builders that support shortcodes.
-
I need more help please!
-
Please visit the plugin support forum on WordPress.org for assistance.
Recenzije
Nema recenzija za ovaj dodatak.
Suradnici i Programeri
“Ultimate 3D Testimonial Slider, List & Grid” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “Ultimate 3D Testimonial Slider, List & Grid” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
1.0.1 (05-06-2025)
- New: Added Category
- New: Added List & Grid Layout
- New: Added Shortcode parameter
- Update default layout
1.0.0
- Initial Release.