Changeset 2322022
- Timestamp:
- 06/11/2020 06:13:08 AM (6 years ago)
- File:
-
- 1 edited
-
handsome-testimonials/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
handsome-testimonials/trunk/readme.txt
r2321968 r2322022 18 18 > 19 19 > * Star Ratings 20 > * **Schema.org support: Starrating average and summary in search engine results**<br />20 > * **Schema.org Rich Snippets support: rating average and summary in search engine results**<br /> 21 21 > * Auto Rotate between Testimonials <br /> 22 22 > * List on Page in Custom Order (up to 10) <br /> … … 107 107 == Frequently Asked Questions == 108 108 109 = How do I display a testimonial I've created in the backend of my site? =110 111 **Shortcode Generator**112 The easy way is to use the "Insert Testimonial" button while editing a page or post in Wordpress and use the built-in shortcode generator. You must already have created a testimonial (Admin->Testimonials->Add New) before you can insert one into your site. Once you've customized your testimonial to your liking, click the "Generate Shortcode" button. Also, feel free to continue customizing your shortcode by utilizing the shortcode arguments described in this tutorial.113 114 **Manually**115 The shortcode format is as follows: [handsometestimonial id="<post id number here>"]116 You can grab the specific shortcode for the testimonial you want to insert by going to the Testimonials->All Testimonials page in your Wordpress Administration area117 118 = Testimonial images appear squished and stretched. What's going on? =119 If you're finding that your images are being stretched in the wrong way, try checking the box "Crop Image" in the Testimonial Designer (Testimonials->Design) right underneath the Image Size drop-down box. Also make sure an actual image size is selected from that drop-down.120 121 109 122 110 = How do I change the displayed image size of the testimonial? = … … 125 113 For example: [handsometestimonial id="5" img_size="50px"] 126 114 127 = What are all the customizations can I make to my testimonials? =128 129 Use the following shortcode options after inserting the standards shortcode: [handsometestimonial id="#" <--shortcode options here--> ]130 131 * id="" - Testimonial id to display132 * template="" - Choose Template133 * img_shadow="" - (yes/no) Image shadow134 * img_size="" - (px/%) - Size for image135 * img_align="" - (left/center/right) - Set alignment for image136 * img_loc="" - (before/after) - Set image before or after text137 * title_color="" - - Color of title138 * title_size="" - (px/em) - Font size of title139 * tst_color="" - (hex) - Color of testimonial body text140 * tst_size="" - (px/em) - Font size of body text141 * txt_align="" - (left/center/right) - Set alignment of all text in block142 * subtitle_color="" - (hex) - Color of subtitle text143 * subtitle_size="" - (px/em) - Font size of subtitle text144 * subtitle_italic="" - (yes/no) - Make subtitle italic145 * border="" - Choose whether to have a boder146 * border_width="" - (px/em) - Border width if border is enabled147 * border_color="" - (hex) - Color of boder148 * bg_color="" - (hex) - Color of background149 * round_corners="" - (yes/no) - Round corners150 * width="" - (px/%) - Width of testimonial block151 * height="" - (px/%) - Height of testimonial block152 * align="" - (left/center/right) - alignment of testimonial block153 154 Here's an example:155 [handsometestimonial id="5" template="2" title_size="15px" tst_color="darkred" shadow="no" bg_color="lightblue" round_corners="yes"]156 115 157 116 = Do I have to use shortcode to change the appearance? = 158 117 159 Nope! We now have a snazzy testimonial generator found on all pages and posts of your Wordpress admin area.118 Nope! We now have a snazzy Testimonial Designer found under Testimonials->Design. Any design you create can be inserted into pages, posts, or just about anywhere on your Wordpress site. 160 119 161 120 = What if there's something about how my testimonial that I want to change that's beyond the settings provided? = 162 121 163 122 Perhaps you want to make the text of your testimonial italic or bold or you want to change the 164 margins of your testimonial. Simply find the specific css id tag of the testimonial on your page you wish to make changes to and add these css changes to your theme's custom css file. The easiest way to find the specific css id selector for the testimonial you want to change is by using the "developer" function of your browser or a browser extension such as [Firebug](http://getfirebug.com). 123 margins of your testimonial. Simply find the specific css id tag of the testimonial on your page you wish to make changes to and add these css changes to your theme's custom css file. The easiest way to find the specific css id selector for the testimonial you want to change is by using the "developer" function of your browser or a browser extension such as [Firebug](http://getfirebug.com). In the plugin settings, you'll find a custom CSS box where you can enter your custom CSS to alter the look of your testimonials. 165 124 166 125 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.