Skip to content

Commit

Permalink
Simple navbar: added guide how to remove navbar from default template…
Browse files Browse the repository at this point in the history
… into docs
  • Loading branch information
qwerty541 committed Feb 27, 2021
1 parent aaa037c commit 16a73fb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
Binary file modified Catalog-display/Catalog-display.ocmod.zip
Binary file not shown.
Binary file modified Insert-arbitrary-html/Insert-arbitrary-html.ocmod.zip
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions Simple-navigation-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,24 @@ The navigation bar is adaptive and will look good on all devices. In the screens
3. Save changes.
## How to remove navigation bar from default template
1. Connect to OpenCart admin panel.
2. Go to theme editor:
```
Design -> Theme Editor
```
3. Choose needed template: `common/header.twig`
4. On 81 line replace `{{ menu }}` with `{#{{ menu }}#}`
5. Save changes.
If you know a better way to do this, let me know.
## License
[MIT](https://github.com/overvis/opencart-plugins/blob/master/LICENSE)
Expand Down
Binary file modified Simple-navigation-bar/Simple-Navigation-Bar.ocmod.zip
Binary file not shown.

0 comments on commit 16a73fb

Please sign in to comment.