Changeset 1125973
- Timestamp:
- 04/02/2015 03:55:44 AM (11 years ago)
- Location:
- raphicon
- Files:
-
- 1 added
- 2 edited
-
assets/icon-128x128.png (added)
-
tags/1.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raphicon/tags/1.0/readme.txt
r1125968 r1125973 28 28 29 29 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: 30 Method B (Manual Shortcode, by type manually into your post): 31 For default glyphicon shortcode : 32 `[glyphicon type="icon_name"]` 33 For default dashicons shortcode : 34 `[dashicons type="icon_name"]` 35 And you could put size and color attribute also: 35 36 `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]` 36 37 it will looks like this: … … 38 39 39 40 40 Method C ( Manual into Theme):41 Method C (Native Style): 41 42 Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code: 42 43 `<span class="glyphicon glyphicon-icon_name"></span>` or `<span class="dashicons dashicons-icon_name"></span>` … … 45 46 46 47 1. 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.48 2. Activate the plugin through the 'Plugins' menu in WordPress. 49 3. Go to the visual editor for any page or post and use the "RAphicon" dropdown button. 49 50 50 51 == Screenshots == -
raphicon/trunk/readme.txt
r1125967 r1125973 28 28 29 29 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: 30 Method B (Manual Shortcode, by type manually into your post): 31 For default glyphicon shortcode : 32 `[glyphicon type="icon_name"]` 33 For default dashicons shortcode : 34 `[dashicons type="icon_name"]` 35 And you could put size and color attribute also: 35 36 `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]` 36 37 it will looks like this: … … 38 39 39 40 40 Method C ( Manual into Theme):41 Method C (Native Style): 41 42 Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code: 42 43 `<span class="glyphicon glyphicon-icon_name"></span>` or `<span class="dashicons dashicons-icon_name"></span>` … … 45 46 46 47 1. 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.48 2. Activate the plugin through the 'Plugins' menu in WordPress. 49 3. Go to the visual editor for any page or post and use the "RAphicon" dropdown button. 49 50 50 51 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.