Plugin Directory

Changeset 1366795


Ignore:
Timestamp:
03/08/2016 02:48:58 PM (10 years ago)
Author:
jnetsolutions
Message:

1.0.1

Location:
joca-contact/tags/1.0.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • joca-contact/tags/1.0.1/assets/readme.txt

    r1366770 r1366795  
    31311. Upload the plugin files to the `/wp-content/plugins/joca-contact` directory, or install the plugin through the WordPress plugins screen directly.
    32322. Activate the plugin through the 'Plugins' screen in WordPress
    33 3. Use the shortcode [joca_contact] at any place you want to use show the contact form
     333. Use the shortcode <strong>[joca_contact]</strong> at any place you want to use show the contact form
    3434
    3535
     
    4646look of your web site if the theme is programmed that way.
    4747
    48 Here is an example of CSS code to add to your normal CSS-file:
     48Here is an example of CSS code to add to your normal CSS-file:<br><br>
    4949.joca_contact_field { padding:5px; width:60%; min-width:240px; border:1px dotted #ccc; border-radius:10px; color:#000; }<br>
    5050.joca_contact_field:focus { border:1px dotted #999; }<br>
  • joca-contact/tags/1.0.1/trunk/readme.txt

    r1366770 r1366795  
    31311. Upload the plugin files to the `/wp-content/plugins/joca-contact` directory, or install the plugin through the WordPress plugins screen directly.
    32322. Activate the plugin through the 'Plugins' screen in WordPress
    33 3. Use the shortcode [joca_contact] at any place you want to use show the contact form
     333. Use the shortcode <strong>[joca_contact]</strong> at any place you want to use show the contact form
    3434
    3535
     
    4646look of your web site if the theme is programmed that way.
    4747
    48 Here is an example of CSS code to add to your normal CSS-file:
     48Here is an example of CSS code to add to your normal CSS-file:<br><br>
    4949.joca_contact_field { padding:5px; width:60%; min-width:240px; border:1px dotted #ccc; border-radius:10px; color:#000; }<br>
    5050.joca_contact_field:focus { border:1px dotted #999; }<br>
Note: See TracChangeset for help on using the changeset viewer.