• 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

HomeAuthor: admin
admin

wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_breadcrumbs_title

This filter is used in breadcrumbs title. By standard way is there just “Home”. function my_breadcrumbs_title($breadcrumbs_title){ return "My " . $breadcrumbs_title; } add_filter('jaw_breadcrumbs_title', 'my_breadcrumbs_title'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 77
asd (2)
0 comments
Tutorials

How to Create a Custom Grid

Please check this gallery for step by step tutorial 😉

  • March 24, 2016
  • 0
  • 131
TO
0 comments
Tutorials

Screenshots of ThemeOptions

  • March 24, 2016
  • 0
  • 152
new option
0 comments
Codefor DevelopersTutorials

How to use your own options

We recommend to you to do all these changes in your Child Theme. Now we have Placed New Option in Theme Options. So how to bring it to life. Anywhere in your child theme just use this code to get the value: jwOpt::get_option('my_awesomeness', 'SOME_DEFAULT_VALUE'); so we can use it e.g. by this way: if(jwOpt::get_option('my_awesomeness', '0') ==

  • March 18, 2016
  • 0
  • 102
show
0 comments
Codefor DevelopersTutorials

How to create own shortcode

Also, we recommend to you, to do all these changes in Child Theme. So we’ve got this shortcode from RevoComposer [jaw_my_element title="" ...  ]. Add this code to your child theme’s function.php function jaw_my_element_func($atts, $content=""){ $atts = shortcode_atts( array( 'title' => '', 'my_switch' => '1' ), $atts ); echo '<div class="my-shortcode">'; echo 'My awesome shortcode can

  • March 18, 2016
  • 0
  • 59
show2
0 comments
Codefor DevelopersRevoComposerTutorials

How to add element to RevoComposer

In case of you want to add some elements to RevoComposer, you can use our filters in your Child Theme. Simply add this code to your child theme’s function.php function my_revocomposer_elements($elements){ $myelements = array(); $myelements[] = array( "name" => "Awesome Shortcode",//name it "desc" => 'Some description',//add description "id" => "build_my_element", //build_ preposition is required! "type" =>

  • March 18, 2016
  • 0
  • 146
New options
0 comments
CodeJaW HooksTutorials

How to add new items to Theme Options

In case of you want to add some options to Theme Options, you can use our filters in your Child Theme. Simply add this code to your child theme’s function.php function my_themeoptions_menu($menu){ $menu['myoptions'] = array('submenu' => 0, 'name' => 'My Options', "icon" => "jaw-icon-king"); return $menu; } //add section to left menu in Theme Options add_filter('jaw_themeoptions_menu',

  • March 18, 2016
  • 0
  • 110
proportion
0 comments
Tutorials

Images have bad proportion after demo install

Have you imported demo content and your images have bad proportion, like here: Your server probably don’t have installed imagemagic extension. Please contact your hosting service to solve this issue. After that please re-install WP (clear database), and import DEMO again. With imagemagic extension should your images looks OK.

  • March 11, 2016
  • 0
  • 152
highlight (2)
0 comments
Shortcode

Shortcode Highlight

Highlight Appearance Highlight with default settings Highlight with advanced settings Can you just highlight this text? And this is not the end! Can you just highlight this text? And this is not the end!

  • March 1, 2016
  • 0
  • 110
spoiler (2)
0 comments
Content

Shortcode Spoiler

Spoiler Appearance Spoiler with default settings [jaw_spoiler]Bravo, you have just revealed a spoiler. Shame on you :([/jaw_spoiler] Spoiler with advancedsettings Please, we begging you, do not hover this WE WERE BEGGING YOU 🙁 Please, we begging you, do not hover this [jaw_spoiler]Bravo, you have just revealed a spoiler. Shame on you :([/jaw_spoiler] WE WERE BEGGING YOU :(

  • March 1, 2016
  • 0
  • 137
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 15
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity