• 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

HomeCode

Code

wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_side_box

This action is used after Side Box in a single post function my_custom_perex_box(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_side_box', 'my_custom_perex_box'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 81
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_perex_box

This action is used before perex box in a single post function my_custom_perex_box(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_before_perex_box', 'my_custom_perex_box'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 65
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_single_meta

This action is used after meta tags in a single post function my_custom_meta(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_single_meta', 'my_custom_meta'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 71
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_single_perex

This action is used after a single perex in a single post function my_custom_perex(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_single_perex', 'my_custom_perex'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 72
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_single_perex

This action is used before a single perex in a single post function my_custom_perex(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_before_single_perex', 'my_custom_perex'); The result can look like this: List of all hooks you can find HERE

  • September 25, 2015
  • 0
  • 82
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_section_title

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

  • September 25, 2015
  • 0
  • 69
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_section_title

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

  • September 25, 2015
  • 0
  • 72
anchor_by_electric_avenue
0 comments
CodeTutorials

Anchor target is hidden under fixed menu.

Please add to Theme Options -> Custom Stylesheet -> Custom CSS this code: :target:before { content:""; display:block; height:200px; /* fixed header height*/ margin:-200px 0 0; /* negative fixed header height */ }  

  • August 27, 2015
  • 0
  • 205
kybl
0 comments
Codefor DevelopersTutorials

Essential Grid – JaW Custom Arrows

We use our custom arrows. If you want to get rid of it, go to edit skin in essential grid and simply remove or comment this code /* jaw custom arrows */ #jaw-custom-arrow-for-es-grid .esg-navigationbutton.esg-right.esg-fgc-2, #jaw-custom-arrow-for-es-grid .esg-navigationbutton.esg-left.esg-fgc-2{ width: 25px; height: 45px; padding: 6px 0; line-height: 33px; text-align: center; cursor: pointer; top: 50%; transform: translateY(-50%); z-index: 9;

  • July 17, 2015
  • 0
  • 193
  • 1
  • 2
  • 3
  • 4
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity