• 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: image

image

wphooks
0 comments
JaW Hooks

Actions jaw_before_usermanagement and jaw_after_usermanagement

This action is used above/below MyNews User manager page. Changable avatar. Firstly install this plugin: https://wordpress.org/plugins/wp-user-avatar/ function my_change_avatar(){ echo '<div class="change-avatar">'; echo do_shortcode('[avatar_upload]'); echo '</div>'; } add_action('jaw_before_usermanagement','my_change_avatar'); The result can look like this:   Change user’s Name/Pasword/… . Firstly install this plugin: https://wordpress.org/plugins/wp-user-avatar/ function my_change_pass(){ echo '<div class="change-pass">'; echo do_shortcode('[clean-login-edit]'); echo '</div>'; } add_action('jaw_before_usermanagement','my_change_pass'); The result

  • December 8, 2016
  • 0
  • 116
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
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
custom_banner (2)
0 comments
Code

How to Add Another Custom Banner

please go to ..\plugins\jaw-widgets\widgets\ and open file jaw_banner_widget.php. You should see this protected $options = array( 0 => array('id' => 'custom_banner', 'description' => 'Banner', 'type' => 'select', 'values' => array( array('name' => 'Custom Banner 1', 'value' => '1'), array('name' => 'Custom Banner 2', 'value' => '2'), array('name' => 'Custom Banner 3', 'value' => '3'), array('name'

  • February 22, 2016
  • 0
  • 40
sky-lights-space-dark-large
0 comments
Content

Shortcode Image

Image Attributes image – Image ID link – Image target URL target – The target attribute specifies a window or a frame where the linked document is loaded. _blank – Load in a new window _self – Load in the same frame as it was clicked _parent – Load in the parent frameset _top – Load in the full body of the window hover_image

  • October 23, 2015
  • 0
  • 222
sea-man-beach-holiday (3)
0 comments
for DevelopersTutorials

How to Create a JaW Gallery and Assign it into a Post

In JaW Gallery, you can easily and very quickly create a powerfull responsive gallery within a few steps. We are going to show you, how to do it. So we create a gallery with photos and assigned it into a post – just like here.

  • June 24, 2015
  • 0
  • 256
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity