Changeset 1734491
- Timestamp:
- 09/22/2017 08:59:03 PM (9 years ago)
- File:
-
- 1 edited
-
eu-tyre-label-shortcode/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eu-tyre-label-shortcode/trunk/readme.txt
r1734487 r1734491 14 14 15 15 == Description == 16 16 17 This plugin creates an image of the legally required EU tyre label with a shortcode. With a convinient button in the tinyMCE editor you can generate and insert the shortcode very easy to your text. Just click on the editor button and a window pops up where you can input all the possible parameters. 17 18 … … 34 35 35 36 == Installation == 37 36 38 1. download the eu-tyre-label-shortcode.zip, or install the plugin through the WordPress plugins menu directly 37 39 1. in case you install it manually: unpack the zip file and upload it to the "/wp-content/plugins/" directory … … 39 41 40 42 43 41 44 == Frequently Asked Questions == 45 42 46 =How does the shortcode looks like?= 47 43 48 A correct shortcode looks like this: 44 49 … … 47 52 48 53 =What is the dimension of the generated label image?= 54 49 55 You can specify in the shortcode the parameter size with the width of the generated image in pixel. Minimum width is 25 pixel; maximum is 300 pixel. If you leave this parameter empty, the image will be generated in the default size of 225 x 330 pixel. The maximum is 300 x 440 pixel. 50 56 51 57 52 58 =How does the resulting HTML code looks like?= 53 ‘<img src="http:// ... /wp-content/plugins/eu-tyre-label-shortcode/php/get-eu-tyre-label.php?fuel=A&grip=G&noise=3&db=77&size=225" alt="EU tyre label" />’ 59 60 <img src="http:// ... /wp-content/plugins/eu-tyre-label-shortcode/php/get-eu-tyre-label.php?fuel=A&grip=G&noise=3&db=77&size=225" alt="EU tyre label" /> 54 61 55 62 56 63 =The image does not show correctly= 64 57 65 This error can occur when the shortcode is not correctly formated. Check that all values in the shortcode are inside double quotes. Also make sure, that an empty value is represented by an empty pair of double quotes. 58 66 … … 61 69 62 70 =How much space occupy the images on my server?= 71 63 72 The images are not stored, and do not occupy space. They are generated on the fly each time the shortcode is called. 64 73 65 74 66 75 =Can you help me with coding problems?= 76 67 77 As this is a free plugin, we can only offer limited support to the direct use of the shortcode. If you need further service for implementing the EU tyre label in you projects, contact us for an individual agreement. [Leusing Webdesign](http://leusing.de/kontakt/) 68 78 69 79 70 80 =Is there a special solution for WooCommerce?= 81 71 82 Yes, at Leusing Webdesign we work on a special plugin for WooCommerce with database connection. This will be soon available as premium version. 72 83 73 84 74 85 =Are other languages supported?= 86 75 87 The plugin contains by nature very little text. Only the parameter fields of the shortcode have some words. So far the version is english. A later version will soon have translation features. 88 76 89 Also we plan a spezific german version, too. 77 90
Note: See TracChangeset
for help on using the changeset viewer.