2017 © Pedro Peláez
 

library menu-kit

Extension kit for NF Theme

image

vicoders/menu-kit

Extension kit for NF Theme

  • Thursday, May 31, 2018
  • by Garung
  • Repository
  • 0 Watchers
  • 0 Stars
  • 33 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 120 % Grown

The README.md

Menu package

It's an extension kit for our theme https://github.com/hieu-pv/nf-theme, (*1)

Before Installation

Step 1: Install Nf-Theme-Option package

nf-theme-option, (*2)

, (*3)

Installation

Step 1: Install Through Composer
composer require vicoders/menu-kit
Step 2: Add the Service Provider

Open config/app.php and register the required service provider., (*4)

  'providers'  => [
        // .... Others providers 
        \Vicoders\Menu\MenuServiceProvider::class,
    ],
Step 3: import css and js

import js of package menu-kit in file (wp-content/themes/{name_theme}/resources/assets/scripts/app.js);, (*5)

import '../../../vendor/vicoders/menu-kit/assets/dist/app.js';

import css of package menu-kit in file (wp-content/themes/{name_theme}/resources/assets/styles/app.scss);, (*6)

@import '../../../vendor/vicoders/menu-kit/assets/dist/app.css';
Step 4: Add shortcode

Automatic create a shortcode name menu-vicoders with a attribute theme_location is require:, (*7)

[menu-vicoders theme_location="{location_menu}"]

Example:, (*8)

[menu-vicoders theme_location='main-menu'"]
Step 5: Insert shortcode wherever you need

Very easy, (*9)

do_shortcode("[menu-vicoders theme_location='main-menu'"]")

Last step

{tip} Drink tea and relax !, (*10)

The Versions

31/05 2018

dev-master

9999999-dev

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv

31/05 2018

v1.0.7

1.0.7.0

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv

28/05 2018

v1.0.6

1.0.6.0

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv

28/05 2018

v1.0.5

1.0.5.0

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv

28/05 2018

v1.0.4

1.0.4.0

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv

28/05 2018

v1.0.3

1.0.3.0

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv

25/05 2018

v1.0.2

1.0.2.0

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv

25/05 2018

v1.0

1.0.0.0

Extension kit for NF Theme

  Sources   Download

MIT

The Requires

 

by hieupv