• 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

categorylabelsrelatedpostshide
0 comments
Tutorials

How to Hide Category Labels in Images in Related Posts Only?

Please add this to custom css (appearance->theme options->custom code->custom css) .jaw-box.perex-box .post-categories-labels a, .related_bottom .post-categories-labels a { display: none !important; }

  • September 30, 2016
  • 0
  • 164
googlefonts
0 comments
Tutorials

Google Font not Rendering

If you set some google fonts e.g. for menu and you notice that the menu font is the same as your previous, you can simply turn the google preload on 😉

  • September 26, 2016
  • 0
  • 81
wphooks
0 comments
JaW Hooks

Action jaw_mobile_menu_wrapper

This action is used next to mobile menu bar function my_custom_mobile_menu_button(){ echo 'echo '<a href="SOME_URL">BUY NOW</a>'; } add_action('jaw_mobile_menu_wrapper', 'my_custom_mobile_menu_button'); The result can look like this: List of all hooks you can find HERE

  • September 9, 2016
  • 0
  • 96
wphooks
0 comments
JaW Hooks

Action jaw_before_register_button

This action is used before registern button. function jaw_another_button() { echo "<a class="btn jaw-landing-page-buy-button" href="https://themeforest.net/item/gdn-magazine-blog-video-theme/16897309"><span style="font-weight: bold;">BUY NOW</span></a>"; } add_action('jaw_before_register_button', 'jaw_another_button',0); The result can look like this: List of all hooks you can find HERE

  • August 31, 2016
  • 0
  • 73
zlib
0 comments
Bug Hunting

Notice: ob_end_flush(): failed to send buffer of zlib output compression

If you encounter with this kind of issue, dont worry. The fix is really simple. Please just contact your hosting company to enable zlib compression. Thats it 😉 Also please bear in mind that this is not theme related issue 😉 Thank you.

  • August 17, 2016
  • 0
  • 1.9k
test import dema 05
0 comments
Bug Hunting

Common Issues with Demo Importing

File demo-image01.jpg wasn’t uploaded Means that you have probably set 755 permissions on your server. Please simply set 777 recursively to your theme folder (../themes/gdaynews/) Importing takes long time (couple of minutes) and ends with an error This is a problem with slower servers. In the most cases, there is a problem with resizing images.

  • June 28, 2016
  • 0
  • 246
wphooks
0 comments
JaW Hooks

Filter jaw_gallery_box_default_items_name

This filter is used in JaW Gallery Simple and Horizontal. You can change its default item’s name, which is simple Items (Items are applicated if gallery contains photos and videos) or Photos (Photos are applicated if gallery contains only photos). function my_custom_gallery_items_name($title){ return "images"; } add_filter('jaw_gallery_box_default_items_name', 'my_custom_gallery_items_name'); The result looks like this: List of all

  • June 6, 2016
  • 0
  • 63
wphooks
0 comments
JaW Hooks

Filter jaw_gallery_box_default_name

This filter is used in JaW Gallery Simple, Vertical and Horizontal. You can change its default name, which is simple GALLERY. function my_custom_gallery_title($title){ return "custom name"; } add_filter('jaw_gallery_box_default_name', 'my_custom_gallery_title'); The result looks like this: List of all hooks you can find HERE

  • June 6, 2016
  • 0
  • 65
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
subpixelfirefox
0 comments
debugTutorials

Strange Pixel Shifting / Jumping in FireFox with CSS Transitions

This is a well-known issue with Firefox’s sub-pixel rendering (the official link). Actually you can fix it by adding this css to img tag transform: scale(1.01) translateZ(0); Please bear in mind that this is not theme related issue. Thank you.

  • April 28, 2016
  • 0
  • 993
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 15
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity