Changeset 1243367
- Timestamp:
- 09/11/2015 01:40:59 PM (11 years ago)
- Location:
- ttt-crop
- Files:
-
- 4 edited
-
tags/0.1.3/readme.txt (modified) (5 diffs)
-
trunk (modified) (1 prop)
-
trunk/README.md (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ttt-crop/tags/0.1.3/readme.txt
r1143538 r1243367 1 === TTT Crop === 2 Contributors: 33themes, gabrielperezs, lonchbox, tomasog 1 # TTT Crop 2 --- 3 Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits 3 4 Tags: images, thumbnail, media editor, edit media, image sizes 4 5 Requires at least: 3.7 … … 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 Edit all generated thumbnails images crop areain a simple way.11 Select any thumbnail size from your theme and crop it in a simple way. 11 12 12 13 13 == Description == 14 ## Description 14 15 15 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicate graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.16 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicated graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image. 16 17 17 This plugin do nes´t create new file or folder, when it save the new crop area rewrite the original thumbnail file, this means will not breakthe theme design :)18 This plugin doesn't create any new file or folder, when it saves the new crop area it rewrites the original thumbnail file, this means it doesn't affect the theme design :) 18 19 19 = Features = 20 ## Features 20 21 21 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard crop or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode22 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard cropped or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode 22 23 * "Crop Editor" quick link in media list. 23 24 * "Crop Editor" link in featured image widget. 24 * "Crop Editor" Button inside file details in media manager. 25 * **GEM** Now when you add an image into the editor you to choose and insert any thumbnail size your theme or plugin register into the system. 26 27 = Recomendations = 28 29 If you are a developer and need to rebuild the thumbnails we recommend use this plugins http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it help you to do it one at a time. IMPORTANT: Remember that rebuild thumb will rewrite the thumbnail you croped before with the TTT Crop plugin. 30 31 = Contributions = 32 33 You can send issues, ideas, etc.. to github the repo https://github.com/33themes/ttt-crop 25 * "Crop Editor" button inside file details in media manager. 34 26 35 27 28 ## Recomendations 36 29 37 == Screenshots == 30 If you are a developer and you need to rebuild the thumbnails we recommend use this plugin: http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it helps you to do it one at a time. 38 31 39 1. Typical problem with cropped image. 40 2. Go to medias and open the images, and click in TTT Crop. 41 3. Choose the image you need, and crop in the area you want. 42 4. You can crop from featured box 32 IMPORTANT: Notice that rebuilding thumbnails will overwrite the thumbnails cropped with the TTT Crop plugin. 43 33 44 == Hacks == 34 35 ## How to use it 36 37 1. Select an image, open the image editor and click on the Crop Editor button. 38 2. Choose the image size you want and crop it. 39 40 41 ## Hacks 45 42 46 43 Just copy&paste this code into your functions.php … … 55 52 } 56 53 ?>` 57 58 This hack remove the thumbnail from TTT-Crop Editor tool.59 60 61 54 62 55 **Remove thumbnails sizes from the editor for an specific post type** … … 74 67 }` 75 68 76 Because we use only two or three thumbnails in a Custom Post Type. 77 78 79 80 **Change the name of the image to human names** 69 **Change the name of the image to human friendly names** 81 70 82 71 `function local_ttt_crop_human_name($name) { … … 96 85 97 86 98 99 100 == Installation == 87 ## Installation 101 88 102 89 This section describes how to install the plugin and get it working. 103 90 104 e.g.105 106 91 1. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory 107 92 1. Activate the plugin through the 'Plugins' menu in WordPress 108 109 == Contributors ==110 111 Follow us on https://github.com/33themes/ttt-crop -
ttt-crop/trunk
-
Property
svn:ignore
set to
deploy-git-wordpress-org
README.md
readme.md
.hg
.hgcheck
.hgignore
.git
.gitignore
-
Property
svn:ignore
set to
-
ttt-crop/trunk/README.md
r1143538 r1243367 1 1 2 TTT Crop 3 ======== 2 # TTT Crop 4 3 5 * Contributors: 33themes, gabrielperezs, lonchbox, tomasog 4 * Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits 6 5 * Tags: images, thumbnail, media editor, edit media, image sizes 7 6 * Requires at least: 3.7 … … 11 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 11 12 Select any thumbnail size from your theme and crop it in a simple way. 13 13 14 Edit all generated thumbnails images crop area in a simple way. 14 ## Description 15 16 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicated graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image. 17 18 This plugin doesn't create any new file or folder, when it saves the new crop area it rewrites the original thumbnail file, this means it doesn't affect the theme design :) 19 20 ## Available in WordPress.org 21 22 Yes, you can find it here:: https://wordpress.org/plugins/ttt-crop/ 15 23 16 24 17 Description 18 =========== 25 ## Features 19 26 20 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicate graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image. 21 22 This plugin dones´t create new file or folder, when it save the new crop area rewrite the original thumbnail file, this means will not break the theme design :) 23 24 Available in WordPress.org 25 ========================== 26 27 Yes, it is, here: https://wordpress.org/plugins/ttt-crop/ 27 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard cropped or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode 28 * "Crop Editor" quick link in media list. 29 * "Crop Editor" link in featured image widget. 30 * "Crop Editor" button inside file details in media manager. 28 31 29 32 30 Features 31 ======== 33 ## Screenshots 32 34 33 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard crop or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode 34 * "Crop Editor" quick link in media list. 35 * "Crop Editor" link in featured image widget. 36 * "Crop Editor" Button inside file details in media manager. 37 * *GEM* Now when you add an image into the editor you to choose and insert any thumbnail size your theme or plugin register into the system. 35 Go to Media, open the image and click on Crop Editor. 38 36 37  39 38 40 Screenshots 41 =========== 39 Choose the image size you want and crop it. 42 40 43 Typical problem with cropped image. 41  44 42 45 43  46 44 47 Go to medias and open the images, and click in TTT Crop. 45 You also can crop from featured box 48 46 49 50 51 Choose the image you need, and crop in the area you want.52 53 54 55 You can crop from featured box56 47  57 48 58 Hacks 59 ===== 49 ## Hacks 60 50 61 Just copy&paste this code into your functions.php 51 Just copy&paste this code into your functions.php. 62 52 63 * Remove sizes from the editor*53 **Remove sizes from the editor** 64 54 65 55 You can remove some sizes from the TTT Crop thumbnail editor with this code in your functions.php. … … 76 66 ``` 77 67 78 * Set human names for the thumbnail names*68 **Set human friendly names for the thumbnails** 79 69 80 70 For example, the name "author-thumbnail" could be "Author Image" … … 96 86 ``` 97 87 98 * Show some of the sizes of one post_type*88 **Show only some sizes of a post_type** 99 89 100 In this example you existe the custom post type "author" and two image sizes90 In this example you have the custom post type "author" and two image sizes 101 91 for the author content (single, archive, etc..). And you want to show only this 102 92 two image sizes on the crop screen. 103 93 104 The idea is make more simple for the end user, don't show all the sizes,only94 The idea is make it more simple for the end user, showing only 105 95 the sizes the user need. 106 96 … … 130 120 131 121 132 Recomendations 133 ============== 122 ## Recomendations 134 123 135 If you are a developer and need to rebuild the thumbnails we recommend use this plugins http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it help you to do it one at a time. IMPORTANT: Remember that rebuild thumb will rewrite the thumbnail you croped before with the TTT Crop plugin.124 If you are a developer and you need to rebuild the thumbnails we recommend use this plugin: http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it helps you to do it one at a time. 136 125 137 Installation 138 ============ 126 IMPORTANT: Notice that rebuilding thumbnails will overwrite the thumbnails cropped with the TTT Crop plugin. 127 128 ## Installation 139 129 140 130 This section describes how to install the plugin and get it working. 141 131 142 e.g. 143 144 1. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory 145 1. Activate the plugin through the 'Plugins' menu in WordPress 132 1. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory. 133 1. Activate the plugin through the 'Plugins' menu in WordPress. -
ttt-crop/trunk/readme.txt
r1143538 r1243367 1 === TTT Crop === 2 Contributors: 33themes, gabrielperezs, lonchbox, tomasog 1 # TTT Crop 2 --- 3 Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits 3 4 Tags: images, thumbnail, media editor, edit media, image sizes 4 5 Requires at least: 3.7 … … 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 Edit all generated thumbnails images crop areain a simple way.11 Select any thumbnail size from your theme and crop it in a simple way. 11 12 12 13 13 == Description == 14 ## Description 14 15 15 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicate graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.16 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicated graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image. 16 17 17 This plugin do nes´t create new file or folder, when it save the new crop area rewrite the original thumbnail file, this means will not breakthe theme design :)18 This plugin doesn't create any new file or folder, when it saves the new crop area it rewrites the original thumbnail file, this means it doesn't affect the theme design :) 18 19 19 = Features = 20 ## Features 20 21 21 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard crop or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode22 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard cropped or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode 22 23 * "Crop Editor" quick link in media list. 23 24 * "Crop Editor" link in featured image widget. 24 * "Crop Editor" Button inside file details in media manager. 25 * **GEM** Now when you add an image into the editor you to choose and insert any thumbnail size your theme or plugin register into the system. 26 27 = Recomendations = 28 29 If you are a developer and need to rebuild the thumbnails we recommend use this plugins http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it help you to do it one at a time. IMPORTANT: Remember that rebuild thumb will rewrite the thumbnail you croped before with the TTT Crop plugin. 30 31 = Contributions = 32 33 You can send issues, ideas, etc.. to github the repo https://github.com/33themes/ttt-crop 25 * "Crop Editor" button inside file details in media manager. 34 26 35 27 28 ## Recomendations 36 29 37 == Screenshots == 30 If you are a developer and you need to rebuild the thumbnails we recommend use this plugin: http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it helps you to do it one at a time. 38 31 39 1. Typical problem with cropped image. 40 2. Go to medias and open the images, and click in TTT Crop. 41 3. Choose the image you need, and crop in the area you want. 42 4. You can crop from featured box 32 IMPORTANT: Notice that rebuilding thumbnails will overwrite the thumbnails cropped with the TTT Crop plugin. 43 33 44 == Hacks == 34 35 ## How to use it 36 37 1. Select an image, open the image editor and click on the Crop Editor button. 38 2. Choose the image size you want and crop it. 39 40 41 ## Hacks 45 42 46 43 Just copy&paste this code into your functions.php … … 55 52 } 56 53 ?>` 57 58 This hack remove the thumbnail from TTT-Crop Editor tool.59 60 61 54 62 55 **Remove thumbnails sizes from the editor for an specific post type** … … 74 67 }` 75 68 76 Because we use only two or three thumbnails in a Custom Post Type. 77 78 79 80 **Change the name of the image to human names** 69 **Change the name of the image to human friendly names** 81 70 82 71 `function local_ttt_crop_human_name($name) { … … 96 85 97 86 98 99 100 == Installation == 87 ## Installation 101 88 102 89 This section describes how to install the plugin and get it working. 103 90 104 e.g.105 106 91 1. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory 107 92 1. Activate the plugin through the 'Plugins' menu in WordPress 108 109 == Contributors ==110 111 Follow us on https://github.com/33themes/ttt-crop
Note: See TracChangeset
for help on using the changeset viewer.