该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Turbocharged Testimonial Block

描述

Turbocharged Testimonial Block for the new WordPress Block Editor ( Gutenberg ).

This single gutenberg block is packed with 10 terrific testmonial styles for sharing positive things people have to say about your products and services.

Features

  • Custom Background Image
  • Custom Background Color
  • Custom Font Sizing
  • Custom Font Colors
  • Custom Border Colors ( or no borders at all )
  • Custom Quotation Mark Colors
  • 14 Beautiful Quotation Mark styles
  • 5 Designer Default Settings for Drop Shadows
  • Add your own Custom Drop Shadow
  • 5 Designer Default Settings for Borders
  • Add your own Custom Border Radius & Border Width

Learn more:

Theme Authors

Easily override default Turbocharged Testimonial Block styles with your own styles using super-simple css variables. Add custom style systems for box-shadow, border-width, and border-radius settings.

To override frontend styling, add custom settings to your style.css file like so:

[class*="turbocharged-testimonial-block"] {
/* Turbocharged Testimonial Block (ttb) Style Variables */

/* Border Radius */
--ttb-border-radius-sm:2px;
--ttb-border-radius-md:4px;
--ttb-border-radius-lg:8px;
--ttb-border-radius-xl:24px;
--ttb-border-radius-2xl:9999px;

/* Border Width */
--ttb-border-width-none:0px;
--ttb-border-width-sm:1px;
--ttb-border-width-md:2px;
--ttb-border-width-lg:4px;
--ttb-border-width-xl:8px;
--ttb-border-width-2xl:16px;

/* Box Shadow */
--ttb-box-shadow-sm: 0 1px 3px 0 rgba( var( --ttb-box-shadow-color ), 0.1), 0 1px 2px 0 rgba( var( --ttb-box-shadow-color ), 0.06);
--ttb-box-shadow-md:0 4px 6px -1px rgba( var( --ttb-box-shadow-color ), 0.1), 0 2px 4px -1px rgba( var( --ttb-box-shadow-color ), 0.06);
--ttb-box-shadow-lg:0 10px 15px -3px rgba( var( --ttb-box-shadow-color ), 0.1), 0 4px 6px -2px rgba( var( --ttb-box-shadow-color ), 0.05);
--ttb-box-shadow-xl:0 20px 25px -5px rgba( var( --ttb-box-shadow-color ), 0.1), 0 10px 10px -5px rgba( var( --ttb-box-shadow-color ), 0.04);
--ttb-box-shadow-2xl:0 25px 50px -12px rgba( var( --ttb-box-shadow-color ), 0.25);
}

To override editor styling, add custom settings to your editor-style.css file like so:

.editor-styles-wrapper [class*="turbocharged-testimonial-block"] {
/* Turbocharged Testimonial Block (ttb) Style Variables */

/* Border Radius */
--ttb-border-radius-sm:2px;
--ttb-border-radius-md:4px;
--ttb-border-radius-lg:8px;
--ttb-border-radius-xl:24px;
--ttb-border-radius-2xl:9999px;

/* Border Width */
--ttb-border-width-none:0px;
--ttb-border-width-sm:1px;
--ttb-border-width-md:2px;
--ttb-border-width-lg:4px;
--ttb-border-width-xl:8px;
--ttb-border-width-2xl:16px;

/* Box Shadow */
--ttb-box-shadow-sm: 0 1px 3px 0 rgba( var( --ttb-box-shadow-color ), 0.1), 0 1px 2px 0 rgba( var( --ttb-box-shadow-color ), 0.06);
--ttb-box-shadow-md:0 4px 6px -1px rgba( var( --ttb-box-shadow-color ), 0.1), 0 2px 4px -1px rgba( var( --ttb-box-shadow-color ), 0.06);
--ttb-box-shadow-lg:0 10px 15px -3px rgba( var( --ttb-box-shadow-color ), 0.1), 0 4px 6px -2px rgba( var( --ttb-box-shadow-color ), 0.05);
--ttb-box-shadow-xl:0 20px 25px -5px rgba( var( --ttb-box-shadow-color ), 0.1), 0 10px 10px -5px rgba( var( --ttb-box-shadow-color ), 0.04);
--ttb-box-shadow-2xl:0 25px 50px -12px rgba( var( --ttb-box-shadow-color ), 0.25);
}

屏幕截图

  • 10 super styles on a Page
  • 10 super styles in the Dashboard
  • Custom Background Image & Color Settings
  • Custom Quotation Mark Settings
  • Custom Border Settings
  • Custom Drop Shadow Settings

安装

  1. Upload the turbocharged-testimonials-block plugin files to the /wp-content/plugins/ directory, or upload the turbocharged-testimonials-block.zip file through the WordPress plugins screen directly by clicking ‘Add New’ and selecting the zip file from your computer.
  2. Install and active the Gutenberg WordPress plugin.
  3. Activate the Turbocharged Testimonials Block plugin through the ‘Plugins’ screen in WordPress.
  4. Use the Turbocharged Testimonials Block on your pages and posts.

常见问题

How do I start using the Turobcharged Testimonials Block?

Make sure you’re using the Gutenberg block editor, the Turbocharged Testimonials Block will not work with the classic editor. If you want to be on the bleeding edge of technology you’ll want to install the latest version of the Gutenberg editor plugin.

评价

2020年2月17日
I spent a lot of time looking for the right testimonial block for my WordPress site. I installed a bunch of testimonial block plugins but this one provides the best collection of WordPress Gutenberg testimonial blocks by far. The different default styles are beautiful, the styling is customizable, and the blocks are simple to edit.
2020年2月14日
I haven't touched Wordpress in a very long time, but Lee breaks it down so simply that anyone can make these things look like a million bucks in no time. I highly recommend this plugin.
2020年2月13日
Awesome flexible styles, robust customization features and beautiful design...the Block truly is Turbocharged lol - I'm such a geek!
阅读所有3条评价

贡献者及开发者

“Turbocharged Testimonial Block” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.12

  • Updating composer autoloader…

1.0.11

  • Fixing bug if theme has editor colors uses a custom slug for a primary color

1.0.10

  • Fixing bug if theme has editor colors uses a custom slug for a primary color

1.0.9

  • Fixing bug if theme doesn’t have editor colors set

1.0.8

  • WordPress 5.4 Compatability updates

1.0.6

  • WordPress 5.4 Compatability updates

1.0.5

  • Updating readme.txt
  • Updating screenshot-5.png
  • Updating screenshot-6.png

1.0.4

  • Adding Custom Box Shadow Sizing
  • Adding Custom Border Radius Sizing
  • Adding Custom Border Width Sizing

1.0.3

  • Testing Github Actions Deployment

1.0.2

  • Testing Github Actions Deployment

1.0.1

  • Testing Github Actions Deployment

1.0.0

  • Initial Release