Changeset 763417
- Timestamp:
- 08/28/2013 04:22:43 AM (13 years ago)
- Location:
- easy-columns/trunk
- Files:
-
- 1 deleted
- 1 edited
-
css/wp-ez-columns.css (deleted)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-columns/trunk/readme.txt
r763400 r763417 11 11 == Description == 12 12 13 = What is Easy Columns? = 13 14 Easy Columns provides the shortcodes to create a grid system or magazine style columns for laying out your pages or posts on demand. 14 15 15 = Available Columns=16 = Available Columns = 16 17 Using the shortcodes, you can get any combination of 1/4, 1/2, 1/3, 2/3, 3/4, 1/5, 2/5, 3/5 and 4/5 columns. You can insert <strong>at least thirty</strong> unique variations of columns on any page or post. 17 18 18 = Easy to Use=19 = Easy to Use = 19 20 Quickly add columns to your pages from the editor with an easy to use "pick n' click" interface. BEst of all, Easy Columns works with ANY theme! 20 21 21 = Example=22 = Example = 22 23 To create content with 3 columns, you would use the shortcodes like this: 23 24 24 25 [ezcol_1third]this is column 1[/ezcol_1third] 26 [ezcol_1third]this is column 2[/ezcol_1third] 27 [ezcol_1third_end]this is column 3[/ezcol_1third_end] 25 28 26 [ezcol_1third]this is column 2[/ezcol_1third] 27 28 [ezcol_1third_end]this is column 3[/ezcol_1third_end] 29 The result are 3 columns about 33% in width of their container. 29 30 30 31 == Installation == … … 36 37 Available Shortcodes: 37 38 38 **1/4 columns**39 = 1/4 columns = 39 40 [ezcol_1quarter id="" class="" style=""][/ezcol_1quarter] 40 41 [ezcol_1quarter_end id="" class="" style=""][/ezcol_1quarter_end] 41 42 42 **1/2 columns**43 = 1/2 columns = 43 44 [ezcol_1half id="" class="" style=""][/ezcol_1half] 44 45 [ezcol_1half_end id="" class="" style=""][/ezcol_1half_end] 45 46 46 **3/4 columns**47 = 3/4 columns = 47 48 [ezcol_3quarter id="" class="" style=""][/ezcol_3quarter] 48 49 [ezcol_3quarter_end id="" class="" style=""][/ezcol_3quarter_end] 49 50 50 **1/3 columns**51 = 1/3 columns = 51 52 [ezcol_1third id="" class="" style=""][/ezcol_1third] 52 53 [ezcol_1third_end id="" class="" style=""][/ezcol_1third_end] 53 54 54 **2/3 columns**55 = 2/3 columns = 55 56 [ezcol_2third id="" class="" style=""][/ezcol_2third] 56 57 [ezcol_2third_end id="" class="" style=""][/ezcol_2third_end] 57 58 58 **1/5 columns**59 = 1/5 columns = 59 60 [ezcol_1fifth id="" class="" style=""][/ezcol_1fifth] 60 61 [ezcol_1fifth_end id="" class="" style=""][/ezcol_1fifth_end] 61 62 62 **2/5 columns**63 = 2/5 columns = 63 64 [ezcol_2fifth id="" class="" style=""][/ezcol_2fifth] 64 65 [ezcol_2fifth_end id="" class="" style=""][/ezcol_2fifth_end] 65 66 66 **3/5 columns**67 = 3/5 columns = 67 68 [ezcol_3fifth id="" class="" style=""][/ezcol_3fifth] 68 69 [ezcol_3fifth_end id="" class="" style=""][/ezcol_3fifth_end] 69 70 70 **4/5 columns**71 = 4/5 columns = 71 72 [ezcol_4fifth id="" class="" style=""][/ezcol_4fifth] 72 73 [ezcol_4fifth_end id="" class="" style=""][/ezcol_4fifth_end] 73 74 74 **Special columns**75 = Special columns = 75 76 [ezdiv id="" class="" style=""][/ezdiv] 76 77 (easily create DIVs in your content without editing HTML) 77 78 78 **Additional shortcodes**79 = Additional shortcodes = 79 80 [ezcol_divider] (clears all floats and creates a 2px high, 100% width div) 80 81 [ezcol_end_left] (clears left float) … … 82 83 [ezcol_end_both] (clears both) 83 84 84 ** Be sure to insert the "_end" column shortcode for your last column!**85 **Be sure to insert the "_end" column shortcode for your last column!** 85 86 86 87 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.