• 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: header

header

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
wphooks
0 comments
JaW Hooks

Action jaw_after_header

This action is used after the header logo. function my_custom_header(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_header', 'my_custom_header'); The result can look like this: List of all hooks you can find HERE

  • September 10, 2015
  • 0
  • 70
wphooks
0 comments
JaW Hooks

Action jaw_before_header

This action is used in header above logo.   function my_custom_header(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_before_header', 'my_custom_header'); The result can look like this: List of all hooks you can find HERE

  • September 9, 2015
  • 0
  • 81
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity