function __construct($base_id = false, $name = false, $description = false, $child_class = false)
 {
     parent::__construct($base_id ? $base_id : 'proud_teaser_list', $name ? $name : __('Content list', 'wp-proud-core'), $description ? $description : array('description' => __('List of content with a customizable display style', 'wp-proud-core')));
     // Set child class
     $this->child_class = !empty($child_class) ? $child_class : get_class($this);
     $this->post_type = false;
     // set filter for making sure teasers get rendered before filter
     add_filter('siteorigin_panels_before_content', array($this, 'pre_build_teasers'), 10, 2);
 }
 function __construct()
 {
     parent::__construct('submenu', __('Submenu', 'wp-agency'), array('description' => __("Select a menu to display or, display a submenu from the Primary Menu", 'wp-agency')));
 }
 function __construct()
 {
     parent::__construct('proud_teaser_search', __('Content list search box', 'wp-proud-core'), array('description' => __('Adds a search box for a specific content list', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proud_icon_link', __('Icon link', 'wp-proud-core'), array('description' => __('Simple icon button, and link', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proud_map_app', __('ProudCity services map', 'wp-proud-map-app'), array('description' => __('An interactive services map of for your city', 'wp-proud-map-app')));
 }
Ejemplo n.º 6
0
 function __construct()
 {
     parent::__construct('powered_by_widget', __('Powered by text', 'wp-proud-core'), array('description' => __('Simple ProudCity message', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proud_gravity_form', __('Form', 'wp-proud-core'), array('description' => __('Proud Gravity Forms Widget', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('agency_hours', __('Agency hours', 'wp-agency'), array('description' => __("Display the agency's weekly hours", 'wp-agency')));
 }
 function __construct()
 {
     parent::__construct('proud_actions_menu', __('Action menu list', 'wp-proud-actions-app'), array('description' => __('Displays list of action items', 'wp-proud-actions-app')));
 }
 function __construct()
 {
     parent::__construct('proud_main_menu_list', __('Main menu list', 'wp-proud-core'), array('description' => __('Main menu in simple list', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('agency_contact', __('Agency contact info', 'wp-agency'), array('description' => __("Display current agency's contact info", 'wp-agency')));
 }
 function __construct()
 {
     parent::__construct('pagetitle', __('Page title', 'wp-proud'), array('description' => __("Display the page title", 'wp-proud')));
 }
Ejemplo n.º 13
0
 function __construct()
 {
     parent::__construct('proud_search_box', __('Search Box', 'wp-proud-search'), array('description' => __('Autocomplete search', 'wp-proud-search')));
 }
 function __construct()
 {
     parent::__construct('proud_social_links', __('Social Links', 'wp-proud-core'), array('description' => __('Quick access links to social networks', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proud_contact_block', __('Contact Block', 'wp-proud-core'), array('description' => __('Simple contact info block', 'wp-proud-core')));
 }
Ejemplo n.º 16
0
 /**
  * Constructor
  *
  * @return  void
  */
 public function __construct()
 {
     parent::__construct('proud_icon_set', __('Icon set', 'wp-proud-core'), array('description' => __('A collection of icons and links', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proud_font_size', __('Font size dropdown', 'wp-proud-core'), array('description' => __('Allow users to increase/decrease font size', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('agency_social', __('Agency social media', 'wp-agency'), array('description' => __("Display social media icons", 'wp-agency')));
 }
 function __construct()
 {
     parent::__construct('proud_document_embed', __('Embed Document', 'wp-proud-core'), array('description' => __("Select a document and embed a document preview", 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proud_share_links', __('Share dropdown', 'wp-proud-core'), array('description' => __('Quickly share the current page', 'wp-proud-core')));
 }
Ejemplo n.º 21
0
 function __construct()
 {
     parent::__construct('proud_logo', __('Footer logo', 'wp-proud-core'), array('description' => __('Footer logo and slogan', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('agency_menu', __('Agency menu', 'wp-agency'), array('description' => __("Display an agency menu", 'wp-agency')));
 }
 function __construct()
 {
     parent::__construct('proud_google_translate', __('Google Translate dropdown', 'wp-proud-core'), array('description' => __('Google Translate dropdown select widget', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proudscore_widget', __('ProudScore Widget', 'wp-proud-core'), array('description' => __('Allow visitors to vote up a piece of content', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('contact_submenu', __('Contact submenu', 'wp-agency'), array('description' => __("Lists Agencies and Contact categories", 'wp-agency')));
 }
 /**
  * Constructor
  *
  * @return  void
  */
 public function __construct()
 {
     parent::__construct('proud_jumbotron_header', __('Hero unit (page header)', 'wp-proud-core'), array('description' => __('Image / slideshow / title unit for the header of the page', 'wp-proud-core')));
 }
 function __construct()
 {
     parent::__construct('proud_social_app', __('Social feed', 'wp-proud-social-app'), array('description' => __('Dynamic social media feed', 'wp-proud-social-app')));
 }
 function __construct()
 {
     parent::__construct('proud_actions_app', __('311 Actions Box', 'wp-proud-actions-app'), array('description' => __('An interactive 311 interface', 'wp-proud-actions-app')));
 }