public function dashboard_widget_help()
 {
     $help_args = array("notes" => array("First create button style before creating Buttons/Share Buttons/Call-To-Action Buttons", "To create Button first create the style from menu wpi > styles > new style", "To create CTA Button first create the style from menu wpi > styles > new style", "To create Share Button first create the style from menu wpi > styles > new style"));
     $help = WPiDesButCommon::get_help_tab($help_args);
     return $help;
 }
 public function help()
 {
     $help_args = array("notes" => array("To create Share Button Sets, first create button Style and next you can create Share Button Sets", "Here you can find all global settings related to WPi Plugins in one place ", "You can copy generated shortcode from left panel and paste it in any post/page."));
     $help = WPiDesButCommon::get_help_tab($help_args);
     return $help;
 }
예제 #3
0
 public function help()
 {
     $help_args = array("notes" => array("If you are a new user to this plugin then its best practice to start with Style Presets.", "Select button style from above style presets tab.", "Please enter Text Size in pixels like 24px.", "Enter color values like #ff33ff. It should contains total 7 characters including # symbol.", "If you don't know about color values then, You can copy color values from above color palette tab."));
     $help = WPiDesButCommon::get_help_tab($help_args);
     return $help;
 }
예제 #4
0
 public function help()
 {
     $help_args = array("notes" => array("To add icon to the button select icon from above 'Icons' tab", "To apply style to button select your created style from 'Styles' tab.", "Copy generated shortcode from left panel and paste it in any post/page."));
     $help = WPiDesButCommon::get_help_tab($help_args);
     return $help;
 }