Plugin Directory

Changeset 1734491


Ignore:
Timestamp:
09/22/2017 08:59:03 PM (9 years ago)
Author:
frankleusing
Message:

readme.txt corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eu-tyre-label-shortcode/trunk/readme.txt

    r1734487 r1734491  
    1414
    1515== Description ==
     16
    1617This 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.
    1718
     
    3435
    3536== Installation ==
     37
    36381. download the eu-tyre-label-shortcode.zip, or install the plugin through the WordPress plugins menu directly
    37391. in case you install it manually: unpack the zip file and upload it to the "/wp-content/plugins/" directory
     
    3941
    4042
     43
    4144== Frequently Asked Questions ==
     45
    4246=How does the shortcode looks like?=
     47
    4348A correct shortcode looks like this:
    4449
     
    4752
    4853=What is the dimension of the generated label image?=
     54
    4955You 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.
    5056
    5157
    5258=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" />
    5461
    5562
    5663=The image does not show correctly=
     64
    5765This 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.
    5866
     
    6169
    6270=How much space occupy the images on my server?=
     71
    6372The images are not stored, and do not occupy space. They are generated on the fly each time the shortcode is called.
    6473
    6574
    6675=Can you help me with coding problems?=
     76
    6777As 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/)
    6878
    6979
    7080=Is there a special solution for WooCommerce?=
     81
    7182Yes, at Leusing Webdesign we work on a special plugin for WooCommerce with database connection. This will be soon available as premium version.
    7283
    7384
    7485=Are other languages supported?=
     86
    7587The 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
    7689Also we plan a spezific german version, too.
    7790
Note: See TracChangeset for help on using the changeset viewer.