• 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

HomeTag: gallery

gallery

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
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
some text can be placed here :)
0 comments
Features

Shortcode JaW Gallery

JaW Gallery Attributes gallery – ID of your gallery (you will need create a JaW Gallery first. Please follow this link) type_gallery – Type of your gallery. You can choose 3 types (default horizontal) horizontal – Horizontal vertical – Vertical single – Single thumb_gallery – You can set how many images will be shown on gallery (default 4).

  • November 5, 2015
  • 0
  • 207
gallery (2)
0 comments
Features

Shortcode Gallery

Gallery Attributes gallery – ID of images lightbox – Decide whether or not to open images using lightbox. 1 – on 0 – off Gallery Appearance Gallery with default settings  [jaw_gallery gallery="1154,1153,1155,1158,1151," lightbox="0" ] Gallery with custom settings  [jaw_gallery gallery="1151,1153,1155,1158,1154," lightbox="1" ]

  • November 5, 2015
  • 0
  • 100
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_after_list_photos

This action is used after list of photos in a single gallery function my_custom_gallery_after_listphoto() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_after_list_photos', 'my_custom_gallery_after_listphoto'); The result can look like this: List of all hooks you can find HERE

  • October 5, 2015
  • 0
  • 67
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_before_list_photos

This action is used before list of photos in a single gallery function my_custom_gallery_before_listphoto() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_before_list_photos', 'my_custom_gallery_before_listphoto'); The result can look like this: List of all hooks you can find HERE

  • October 5, 2015
  • 0
  • 46
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_after_main_photo

This action is used after main photo in a single gallery function my_custom_gallery_after_photo() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_after_main_photo', 'my_custom_gallery_after_photo'); The result can look like this: List of all hooks you can find HERE

  • October 5, 2015
  • 0
  • 45
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_before_main_photo

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

  • September 29, 2015
  • 0
  • 63
  • 1
  • 2
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity