• 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

categorypreset
0 comments
for DevelopersTutorials

Category Preset

Make or modify your own presets with detailed settings for categories. The preset you select here will be applied just to this particular category.

  • April 18, 2016
  • 0
  • 190
singlepostpreset
0 comments
for DevelopersTutorials

Single Post Preset

Make or modify your own presets with detailed settings of posts on your blog.

  • April 18, 2016
  • 0
  • 279
wpseo2
0 comments
CodeTutorials

WordPress SEO Plugin Cannot Find an Image on JaW Gallery Page

If you use WordPress SEO Plugin (do not forget to turn the built-in plugin off via theme options->general settings->Use Built-in SEO) you can notice that when you share an image, it takes randomly (most likely an image with the biggest size) generated image. The JaW Gallery does not use any post content, so we had

  • April 11, 2016
  • 0
  • 131
imagegalleryfeatured
0 comments
Bug HuntingTutorials

JaW Gallery and Facebook Share

If you encounter with an issue when you want to share some images in JaW Gallery and you still see the different image. Something like this So, please bear in mind that this is not a theme related issue. Unfortunately Facebook uses some sort of a cache system. In this case we recommend you follow

  • April 11, 2016
  • 0
  • 205
exclude3
0 comments
Code

How to Exclude Elements for Image Effects

If you do not want to use that image effect on some parts of a page, e.g. on sidebar (first post widget), you can simply exclude that element (image effect). Open your browser debug stuff and find its class Then go to ../themes/gdaynews/js/ and open file jaw.utils.php on line 104 and add there that classes

  • April 8, 2016
  • 0
  • 116
customspoiler
0 comments
Tutorials

How to Change Spoiler Image

If you want to change the spoiler image to your own, you will have to need some Image Editor, e.g. we recommend GIMP (we will use GIMP as a default image editor, if you use Photoshop or other image editor, the procedure is the same).

  • April 8, 2016
  • 0
  • 220
shareshort
0 comments
PluginsTutorials

Mashshare Shortcodes

Mashshare Attributes Please follow this link – https://www.mashshare.net/documentation/shortcodes/ JaW’s Mashshare Attributes We added some parameters to make this Mashshare well-suited for our GDayNews Theme. show_all_services – You can show all social buttons True False Mashshare Appearance [mashshare show_all_services="true" shares="false"] [mashshare show_all_services="false" shares="true"]

  • April 7, 2016
  • 0
  • 299
wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_section_title

This filter is used in Section Bar. function my_section_title($title){ return " " . $title; } add_filter('jaw_section_title', 'my_section_title'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 89
wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_cropped_text

This filter is used in post box. It’s the cutted description and title text of your post. By standard way it looks like this. function my_cropped_text($text){ return strtoupper($text); } add_filter('jaw_cropped_text', 'my_cropped_text'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 68
wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_excerpt

This filter is used in post box. It’s the description text of your post. By standard way it looks like this. function my_excerpt($excerpt){ return str_replace("e", "-SECRET-", $excerpt); } add_filter('jaw_excerpt', 'my_excerpt'); The result can look like this: List of all hooks you can find HERE

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