Plugin Directory

Changeset 2285516


Ignore:
Timestamp:
04/17/2020 08:25:25 AM (6 years ago)
Author:
dazzlersoft
Message:

commit version 1.2.8 and icon changes

Location:
dazzlersoft-teams
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • dazzlersoft-teams/trunk/readme.txt

    r2197926 r2285516  
    44Tags: 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
    55Requires at least: 4.9
    6 Tested up to: 5.3
    7 Stable tag: 1.2.7
     6Tested up to: 5.4
     7Stable tag: 1.2.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    138138Just 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.
    139139
     140= How can I edit designs?  = 
     141
     142Go to Teams menu add or edit any teams, now select your designs, change settings for this design like color, font size etc..
     143
    140144= Need Support =
    141145
     
    151155
    152156== Changelog ==
     157
     158= 1.2.8 =
     159* Compatible with wordpress 5.4 version.
    153160
    154161= 1.2.7 =
  • dazzlersoft-teams/trunk/teams.php

    r2197926 r2285516  
    22/**
    33 * Plugin Name: Team dazzler 
    4  * Version: 1.2.7
     4 * Version: 1.2.8
    55 * Description:  Team plugin will manage your teams on your wordpress site easily, you can add unlimited team member with darg & drop builder 
    66 * Author: Dazzlersoft
     
    2222   
    2323    $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,
    3838               
    39         ) );
     39    ) );
    4040
    4141    add_option('Team_M_default_Settings', $Settings_Array);
     
    6363}
    6464
    65 
    6665add_action('admin_menu' , 'dazz_team_b_recom_menu');
    6766function dazz_team_b_recom_menu() {
  • dazzlersoft-teams/trunk/template/shortcode.php

    r2096335 r2285516  
    11<?php
     2// team shortode calling
    23if ( ! defined( 'ABSPATH' ) ) exit;
    34add_shortcode( 'TEAM_M', 'TEAM_M_ShortCode' );
Note: See TracChangeset for help on using the changeset viewer.