Changeset 2285516
- Timestamp:
- 04/17/2020 08:25:25 AM (6 years ago)
- Location:
- dazzlersoft-teams
- Files:
-
- 5 edited
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/teams.php (modified) (3 diffs)
-
trunk/template/shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dazzlersoft-teams/trunk/readme.txt
r2197926 r2285516 4 4 Tags: team, teams, team members, team showcase, meet my team, members profiles, my team, our team, team plugin wordpress, carousel, custom, custom post type, cv, directory, employees, grid, grid team, meet team, members, portal, portfolio, profile, shortcode, skills, social, stack, member staff, template, v-card, widget, team page, meet the team, people, responsive, shortcode, team staff, teams, About Us, employees, expert, meet the expert, staff, our staff, team builder, team manager, team profile, team slider, v-card, carousel, modern team member wp hover item, responsive, Team Member, team member carousel, team member wordpress plugin, Unlimited Colors, WordPress Team Member, our team wordpress, testimonials , testimonial 5 5 Requires at least: 4.9 6 Tested up to: 5. 37 Stable tag: 1.2. 76 Tested up to: 5.4 7 Stable tag: 1.2.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 138 138 Just open your widget menu then add "Text widget" , now paste your Team shortcode [TEAM_B id=xx] (here xx your shortcode id) in this text widget. 139 139 140 = How can I edit designs? = 141 142 Go to Teams menu add or edit any teams, now select your designs, change settings for this design like color, font size etc.. 143 140 144 = Need Support = 141 145 … … 151 155 152 156 == Changelog == 157 158 = 1.2.8 = 159 * Compatible with wordpress 5.4 version. 153 160 154 161 = 1.2.7 = -
dazzlersoft-teams/trunk/teams.php
r2197926 r2285516 2 2 /** 3 3 * Plugin Name: Team dazzler 4 * Version: 1.2. 74 * Version: 1.2.8 5 5 * Description: Team plugin will manage your teams on your wordpress site easily, you can add unlimited team member with darg & drop builder 6 6 * Author: Dazzlersoft … … 22 22 23 23 $Settings_Array = serialize( array( 24 "team_mb_name_clr" => "#000000",25 "team_mb_pos_clr" => "#000000",26 "team_mb_desc_clr" => "#000000",27 "team_mb_social_icon_clr" => "#ffffff",28 "team_mb_social_icon_clr_bg" => "#e5e5e5",29 "team_mb_name_ft_size" => 18,30 "team_mb_pos_ft_size" => 14,31 "team_mb_desc_ft_size" => 14,32 "font_family" => "Open Sans",33 "team_layout" => 4,34 "custom_css" => "",35 "team_mb_wrap_bg_clr" => "#1e73be",36 "team_mb_opacity" => 80,37 "design" => 1,24 "team_mb_name_clr" => "#000000", 25 "team_mb_pos_clr" => "#000000", 26 "team_mb_desc_clr" => "#000000", 27 "team_mb_social_icon_clr" => "#ffffff", 28 "team_mb_social_icon_clr_bg" => "#e5e5e5", 29 "team_mb_name_ft_size" => 18, 30 "team_mb_pos_ft_size" => 14, 31 "team_mb_desc_ft_size" => 14, 32 "font_family" => "Open Sans", 33 "team_layout" => 4, 34 "custom_css" => "", 35 "team_mb_wrap_bg_clr" => "#1e73be", 36 "team_mb_opacity" => 80, 37 "design" => 1, 38 38 39 ) );39 ) ); 40 40 41 41 add_option('Team_M_default_Settings', $Settings_Array); … … 63 63 } 64 64 65 66 65 add_action('admin_menu' , 'dazz_team_b_recom_menu'); 67 66 function dazz_team_b_recom_menu() { -
dazzlersoft-teams/trunk/template/shortcode.php
r2096335 r2285516 1 1 <?php 2 // team shortode calling 2 3 if ( ! defined( 'ABSPATH' ) ) exit; 3 4 add_shortcode( 'TEAM_M', 'TEAM_M_ShortCode' );
Note: See TracChangeset
for help on using the changeset viewer.