sshymko / VertNav

Vertical Navigation Extension with many CSS Classes for Magento 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical Navigation with CSS Classes

Vertical Category Navigation with subcategories, fine css classes and backend configuration.

<p>With this extension you're able to design you own vertical category navigation with subcategories and product count display. Each element has a fine css'ing so you can address each element or group exactly including "first" and "last" element per group and "previos", "active" and "next" child.</p>
<p>By default the module removes the "catalog.topnav" block via XML-Update and places the vertical nav in "left" container.</p>
<p>Several options can be controlled in your AdminPanel under <strong>system -> configuration -> catalog</strong> as per StoreView:</p>
<ul>
<li>Show Vertical Navigation (yes/no)</li>
<li>Show Top Navigation (yes/no)</li>
<li>Display Product Count (yes/no)</li>
<li>Expand on Top Level (yes/no)</li>
<li>Expand all categories (yes/no</li>
<li>Expand all max depth (number)</li>
<li>Root Categories (Store base, current Category, Same Level as current Category, Category Level 2, Category Level 3)</li>
<li>Fallback to store base (yes/no)</li>
</ul>
<p>You should create the 'RicoNeitzel_VertNav/style.css' file in your theme folder to override the built-in styles. (Please note: do not modify the 'style.css' file provided with the module! It is for showcase purposes only!)</p>

<h2>Credits</h2>
<p>Rico Neitzel, Vinai Kopp, Raúl Fishman, Sergii Shymko</p>

<h2>Change Log</h2>
<ul>
<li><strong>v2.0.0:</strong> Compatibility with Magento 2.0.0.0-dev75 (incompatible with Magento 1.x)</li>
<li><strong>v0.4.3:</strong> Added 'empty' CSS class for categories without products (Thanks Sija via GitHub)</li>
<li><strong>v0.4.2:</strong> Added Portuguese Locale (Thanks Raúl Fishman)</li>
<li><strong>v0.4.1:</strong> Added Feature <strong>Disable on StoreView Base</strong></li>
<li><strong>v0.4.0:</strong> Added Feature <strong>Expand on Top Level Request:</strong> If a product is requested without categories in the URL vert nav can figure out the first assigned category and expands the category tree.</li>
<li><strong>v0.2.8:</strong> Enable/Disable TopNav in Admin-Config - now without changing XML-Files. Define which Levels should be shown on storefront.</li>
<li><strong>v0.2.3:</strong> You can now setup whether VertNav should show EVERYTHING (nice for jQuery) or just a few levels in the category tree.</li>
<li><strong>v0.2.1:</strong> <strong>New CSS Classes:</strong> levelN-active, levelN-inactive oder levelN-parent (where N is 0, 1, 2...)</li>
<li><strong>v0.1.9:</strong> Category names with accents are possible now. Thanks to Netzarbeiter Vinai Kopp for Coding!</li>
</ul>

About

Vertical Navigation Extension with many CSS Classes for Magento 2


Languages

Language:PHP 95.8%Language:CSS 4.2%