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

widget

menu-widget6
0 comments
CodeTutorials

How to add more Widget areas to menu.

You’ll have to change code of a JaW Menu plugin. Please open plugins\jaw-menu-gdaynews\menu\JawMenu.class.php between lines 17 – 22 $_widgets_area = array( 'widget-menu-area-1' => 'Widget menu area 1', 'widget-menu-area-2' => 'Widget menu area 2', 'widget-menu-area-3' => 'Widget menu area 3', 'widget-menu-area-4' => 'Widget menu area 4', ); change to: $_widgets_area = array( 'widget-menu-area-1' => 'Widget menu area

  • November 10, 2016
  • 0
  • 269
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

Action jaw_after_footer_widgets

This action is used after footer widget function my_custom_footer_widget(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_footer_widgets', 'my_custom_footer_widget'); The result can look like this: List of all hooks you can find HERE

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