Changeset 1126297
- Timestamp:
- 04/02/2015 01:00:47 PM (11 years ago)
- Location:
- raphicon
- Files:
-
- 2 edited
-
tags/2.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raphicon/tags/2.1/readme.txt
r1126296 r1126297 18 18 19 19 A. RAphicon Button 20 1. Edit/Add New any Page or Post21 2. In the visual editor you will see a "RAphicon" button. Click the button.22 3. You will now be presented with a selection window box.23 4. Simply select any icon and the shortcode will be placed into your post/page!20 1. Edit/Add New any Page or Post 21 2. In the visual editor you will see a "RAphicon" button. Click the button. 22 3. You will now be presented with a selection window box. 23 4. Simply select any icon and the shortcode will be placed into your post/page! 24 24 25 25 26 26 B. Manual Shortcode 27 * For default glyphicon shortcode :28 `[glyphicon type="icon_name"]`29 * For default dashicons shortcode :30 `[dashicons type="icon_name"]`31 * And you could put size and color attribute also:32 `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`33 * it will looks like this:34 `[glyphicon type="asterisk" size="20em" color="#999999"]`27 * For default glyphicon shortcode : 28 `[glyphicon type="icon_name"]` 29 * For default dashicons shortcode : 30 `[dashicons type="icon_name"]` 31 * And you could put size and color attribute also: 32 `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]` 33 * it will looks like this: 34 `[glyphicon type="asterisk" size="20em" color="#999999"]` 35 35 36 36 37 37 C. Native Style (HTML Tag) 38 Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:39 `<span class="glyphicon glyphicon-icon_name"></span>` or40 `<span class="dashicons dashicons-icon_name"></span>`38 Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code: 39 `<span class="glyphicon glyphicon-icon_name"></span>` or 40 `<span class="dashicons dashicons-icon_name"></span>` 41 41 42 42 == Installation == -
raphicon/trunk/readme.txt
r1126296 r1126297 18 18 19 19 A. RAphicon Button 20 1. Edit/Add New any Page or Post21 2. In the visual editor you will see a "RAphicon" button. Click the button.22 3. You will now be presented with a selection window box.23 4. Simply select any icon and the shortcode will be placed into your post/page!20 1. Edit/Add New any Page or Post 21 2. In the visual editor you will see a "RAphicon" button. Click the button. 22 3. You will now be presented with a selection window box. 23 4. Simply select any icon and the shortcode will be placed into your post/page! 24 24 25 25 26 26 B. Manual Shortcode 27 * For default glyphicon shortcode :28 `[glyphicon type="icon_name"]`29 * For default dashicons shortcode :30 `[dashicons type="icon_name"]`31 * And you could put size and color attribute also:32 `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`33 * it will looks like this:34 `[glyphicon type="asterisk" size="20em" color="#999999"]`27 * For default glyphicon shortcode : 28 `[glyphicon type="icon_name"]` 29 * For default dashicons shortcode : 30 `[dashicons type="icon_name"]` 31 * And you could put size and color attribute also: 32 `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]` 33 * it will looks like this: 34 `[glyphicon type="asterisk" size="20em" color="#999999"]` 35 35 36 36 37 37 C. Native Style (HTML Tag) 38 Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:39 `<span class="glyphicon glyphicon-icon_name"></span>` or40 `<span class="dashicons dashicons-icon_name"></span>`38 Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code: 39 `<span class="glyphicon glyphicon-icon_name"></span>` or 40 `<span class="dashicons dashicons-icon_name"></span>` 41 41 42 42 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.