• 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

HomeTutorials

Tutorials

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
  • 108
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
pallete (1) (2)
0 comments
ColorTutorials

I Need Theme 1 and Theme 2 to be the Same Color

We strongly recommend you use some online pallete color generators, e.g. HERE. As you can know we use Theme 1 and Theme 2 for different elements on a page to be colorized with (e.g. title, links, gallery title, gallery links and much much more). So, we recommend this “hack”. Simply choose your color and add it

  • February 26, 2016
  • 0
  • 174
test (2)
0 comments
CodeTutorials

How to Change Overlay Gradient Colors to Specific Post

Here is a quick hint! We are going to show you for Reviews (bear in mind that this can be use for e.g. jaw grid as well) Globally you can set these colors in Theme Options->Styling Options->Color Settings->Overlay Gradient Colors or Overlay Colors. Bear in mind that these colors are applied for each another post or

  • February 26, 2016
  • 0
  • 164
update
0 comments
Tutorials

How to update the Theme

There are two ways how to update GDayNews theme. You can use Envato WordPress Toolkit plugin, but if you don’t want to or cannot use that plugin so you can use your FTP account. Update by Envato WordPress Toolkit Plugin This plugin is installed with GDayNews theme by default. If you don’t have installed it

  • February 25, 2016
  • 0
  • 1k
fixedInlineSidebar1
0 comments
Tutorials

How to arange Fixed Inline sidebar

If you set your Inline Sidebar as Fixed and arrange your page like on image below: you can encounter this problem: Fixed Inline sidebar is moved in whole parrent space. (Container, Featured area, Content area, …). So just try to re-arrange your page by another way. e.g.: And result:

  • February 24, 2016
  • 0
  • 184
0 comments
CodeTutorials

Post excerpt shows less letters than is set.

This is matter of WordPress. In WordPress documentation you can find this words:   So how to enlarge that limitation? If you want to print longer excerpt, please add at the end of your function.php this code: function jaw_custom_excerpt_length( $length ) { return 100; } add_filter( 'excerpt_length', 'jaw_custom_excerpt_length', 999 );

  • February 24, 2016
  • 0
  • 71
jaw-gallery-order (2)
0 comments
CodeTutorials

How to Change Items Order in JaW Gallery

If you want to change items order in JaW Gallery, we can tell you that it is possible but you will have to change something in 2 files. But do not worry, its a quite easy 😉 Basically you will have to change the order of items type. Default ordering is PHOTOS, VIDEO and EMBED. If

  • February 10, 2016
  • 0
  • 84
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 8
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity