|
| 1 | +MultiColumn Widget for ImpressPages CMS |
| 2 | +======================================= |
| 3 | + |
| 4 | +This widget allows to insert multiple columns into a page, at any location |
| 5 | +where content can be placed. Each column can hold arbitrary widgets. |
| 6 | + |
| 7 | +Installation |
| 8 | +------------ |
| 9 | +1. Upload `multicolumn` to `ip_plugins\extra` folder of your website. |
| 10 | +2. Login to administration area |
| 11 | +3. Go to "Developer -> Modules" and press "install". |
| 12 | +4. Visit your website. You should now have multicolumn widget in widget area. |
| 13 | + |
| 14 | +Usage |
| 15 | +----- |
| 16 | +Just drag the multicolumn widget into any editable block on the page, select |
| 17 | +column template to use. After that, the new columns will appear on the page, |
| 18 | +which can be filled with Text, Images, ... |
| 19 | + |
| 20 | +Note to template designers |
| 21 | +-------------------------- |
| 22 | +The default preview templates for Multi Column Widget use tables to achieve |
| 23 | +the column effect, because the plugin cannot know which grid system is used |
| 24 | +in an actual template. If your template has a proper grid system, it is |
| 25 | +strongly recommended to override the given templates with the correct markup |
| 26 | +for grid columns. To do this, simply create a folder |
| 27 | + |
| 28 | +`modules\extra\multicolumn\widget\IpMultiColumn\preview` |
| 29 | + |
| 30 | +in your template's root folder and add column templates there. |
| 31 | + |
| 32 | +Installation Note |
| 33 | +----------------- |
| 34 | +At the time of this writing, this plugin requires patches to the core, see |
| 35 | +https://github.com/greybyte/ImpressPages-CMS/tree/block_widget_nesting |
0 commit comments