• Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact
Log In

  • Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact

HomeTag: menu

menu

menu-widget6
0 comments
CodeTutorials

How to add more Widget areas to menu.

You’ll have to change code of a JaW Menu plugin. Please open plugins\jaw-menu-gdaynews\menu\JawMenu.class.php between lines 17 – 22 $_widgets_area = array( 'widget-menu-area-1' => 'Widget menu area 1', 'widget-menu-area-2' => 'Widget menu area 2', 'widget-menu-area-3' => 'Widget menu area 3', 'widget-menu-area-4' => 'Widget menu area 4', ); change to: $_widgets_area = array( 'widget-menu-area-1' => 'Widget menu area

  • November 10, 2016
  • 0
  • 269
wphooks
0 comments
JaW Hooks

Action jaw_mobile_menu_wrapper

This action is used next to mobile menu bar function my_custom_mobile_menu_button(){ echo 'echo '<a href="SOME_URL">BUY NOW</a>'; } add_action('jaw_mobile_menu_wrapper', 'my_custom_mobile_menu_button'); The result can look like this: List of all hooks you can find HERE

  • September 9, 2016
  • 0
  • 96
wphooks
0 comments
JaW Hooks

Action jaw_after_menu_wrapper

This action is used after the menu wrapper. function jaw_landing_page_buy_button() { echo "<a class='btn jaw-landing-page-buy-button' href='http://themeforest.net/item/goodstore-woocommerce-theme/7314327?ref=jawtemplates' style='position: absolute; top: 23px; right: 0px; border: 2px solid white; color: white; z-index: 1px; padding: 5px 40px;'><span style='font-weight: bold;'>BUY NOW</span></a>"; } add_action('jaw_after_menu_wrapper', 'jaw_landing_page_buy_button',0); The result can look like this: List of all hooks you can find HERE

  • April 29, 2016
  • 0
  • 114
0 comments
Tutorials

How to Create an OnePage Site

In this How To Tutorial, we are going to show you how to create an onepage site using RevoComposer and WordPress Menu. It’s awesome and simple 🙂

  • January 5, 2016
  • 0
  • 141
submitvideo
0 comments
Tutorials

How to set up Submit Message / Video / Leave s Tip button

If you have community magazine, or you just want to give to your readers option how to suggest you an interesting tip on article. So you can use this solution.

  • November 10, 2015
  • 0
  • 292
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity