=== Dexs Navigation Tree === Contributors: sambrishes Donate link: http://www.gofundme.com/81q7rg Tags: table, of, contents, navigation, tree, widget, table of contents, content, index, links, navi Requires at least: 3.6 Tested up to: 3.8.1 Stable tag: 1.1.0 License: MIT License License URI: http://opensource.org/licenses/MIT A "Table of Content"-extension with anchor linking. Useable as seperate Widget and also as shortcode for your posts and pages! == Description == Add a small "Table of Contents" Box and/or Widget to your posts and pages. Use either the shortcode direct in your posts and/or pages or add the 'Dexs Navigation Tree' Widget to your sidebar. (The Widget will only displayed on posts and pages!) The widget was written during the creation of our own template. We export this template function to a own small plugin, for you. So, we hope you like it :3 = Features = * Shortcode Function * Sidebar Widget * 2 Designs * Anchor / Jump label * Place the Anchor above the titles * Perhaps more soon? See 'Help Us' = Help Us = If you have any ideas, suggestions for improvement or wishes write here in the Support Forum or send us a mail to info@pytes.net. Thank You! == Installation == 1. Upload the folder `dexs-navigation-tree` to your `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add the `Dexs Navigation Tree` Widget to your Sidebar. 3. Add the Shortcode `[dexs_toc]` to your post and/or page. == Screenshots == 1. The Widget Settings 2. The Widget with the "Numeric" list-design on our own template. 3. The Widget with the "Numeric" list-design on the WordPress "Twenty Twelve" template. 4. The Widget with the "Folder" list-design on our own template. 5. The Widget with the "Folder" list-design on the WordPress "Twenty Twelve" template. == Changelog == = 1.1.0 = * Add: Shortcode function for posts and pages * Update: Plugin Description * Update: CSS File * Update: PHP Class System * Bugfix: Incorrect listing = 1.0.0 = * First stable Version == Frequently Asked Questions == = I have in my post/page a big empty space next to the toc box! = Try to give all HTML Elements near the toc box the css style option: `display: inline-block;` or `display: inline;` = What Shortcode Options are available? = `[dexs_toc]` `[dexs_toc title=""]` Add an costum title to your toc box `[dexs_toc align="right"]` left|right - Position your toc box `[dexs_toc anchor="true"]` true|false - En/Disable the anchor linking `[dexs_toc anchor_above="true"]` true|false - En/Disable to Jump above the titles `[dexs_toc tag="ul"]` ul|ol - Change the HTML List Tag `[dexs_toc design="numeric"]` numeric|folder|costum - Change the design `[dexs_toc border="1px solid #ccc"]` width style color - Set an border `[dexs_toc background="transparent"]` color - Set an background-color == Upgrade Notice == Nope