Plugin Directory

Changeset 1125973


Ignore:
Timestamp:
04/02/2015 03:55:44 AM (11 years ago)
Author:
rahendz
Message:

modified the readme.txt

Location:
raphicon
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • raphicon/tags/1.0/readme.txt

    r1125968 r1125973  
    2828
    2929
    30 Method B (Manual Shortcode):
    31 Insert shortcode into your post.
    32 `[glyphicon type="icon_name"]` for default glyphicon shortcode and
    33 `[dashicons type="icon_name"]` for default dashicons shortcode
    34 You could put size and color attribute also:
     30Method B (Manual Shortcode, by type manually into your post):
     31For default glyphicon shortcode :
     32`[glyphicon type="icon_name"]`
     33For default dashicons shortcode :
     34`[dashicons type="icon_name"]`
     35And you could put size and color attribute also:
    3536`[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`
    3637it will looks like this:
     
    3839
    3940
    40  Method C (Manual into Theme):
     41 Method C (Native Style):
    4142Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
    4243`<span class="glyphicon glyphicon-icon_name"></span>` or `<span class="dashicons dashicons-icon_name"></span>`
     
    4546
    46471. Upload contents of `raphicon.zip` to the `/wp-content/plugins/` directory.
    47 1. Activate the plugin through the 'Plugins' menu in WordPress.
    48 1. Go to the visual editor for any page or post and use the "RAphicon" dropdown button.
     482. Activate the plugin through the 'Plugins' menu in WordPress.
     493. Go to the visual editor for any page or post and use the "RAphicon" dropdown button.
    4950
    5051== Screenshots ==
  • raphicon/trunk/readme.txt

    r1125967 r1125973  
    2828
    2929
    30 Method B (Manual Shortcode):
    31 Insert shortcode into your post.
    32 `[glyphicon type="icon_name"]` for default glyphicon shortcode and
    33 `[dashicons type="icon_name"]` for default dashicons shortcode
    34 You could put size and color attribute also:
     30Method B (Manual Shortcode, by type manually into your post):
     31For default glyphicon shortcode :
     32`[glyphicon type="icon_name"]`
     33For default dashicons shortcode :
     34`[dashicons type="icon_name"]`
     35And you could put size and color attribute also:
    3536`[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`
    3637it will looks like this:
     
    3839
    3940
    40  Method C (Manual into Theme):
     41 Method C (Native Style):
    4142Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
    4243`<span class="glyphicon glyphicon-icon_name"></span>` or `<span class="dashicons dashicons-icon_name"></span>`
     
    4546
    46471. Upload contents of `raphicon.zip` to the `/wp-content/plugins/` directory.
    47 1. Activate the plugin through the 'Plugins' menu in WordPress.
    48 1. Go to the visual editor for any page or post and use the "RAphicon" dropdown button.
     482. Activate the plugin through the 'Plugins' menu in WordPress.
     493. Go to the visual editor for any page or post and use the "RAphicon" dropdown button.
    4950
    5051== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.