Plugin Directory

Changeset 3232541


Ignore:
Timestamp:
01/31/2025 10:47:22 AM (12 months ago)
Author:
shaikhaezaz80
Message:

1.3.4

Location:
our-team-widget-for-elementor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • our-team-widget-for-elementor/trunk/assets/css/fd-team-box.css

    r2923308 r3232541  
    3434.team-box .fdtb_box-image-box-content { padding: 20px 20px 15px 20px; }
    3535
     36.team-box .fdtb_box-widget-html{
     37    overflow-y: scroll;
     38}
     39::-webkit-scrollbar {
     40    width: 10px;
     41    border-radius: 10px;
     42  }
     43   
     44::-webkit-scrollbar-track {
     45    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
     46  }
     47   
     48::-webkit-scrollbar-thumb {
     49    background-color: #dfe4ec;
     50    border-radius: 10px;
    3651
    37 
     52  }
  • our-team-widget-for-elementor/trunk/our-team-widget-for-elementor.php

    r3232024 r3232541  
    44 * Description: The Only Team Member Element you'll ever need for Elementor.
    55 * Plugin URI: https://flickdevs.com/elementor/
    6  * Version:     1.3.3
     6 * Version:     1.3.4
    77 * Elementor tested up to: 3.27.2
    88 * Author:      FlickDevs
  • our-team-widget-for-elementor/trunk/readme.txt

    r3232024 r3232541  
    44Requires at least: 5.9
    55Tested up to: 6.7.1
    6 Stable tag: 1.3.3
     6Stable tag: 1.3.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5050== Changelog ==
    5151
    52 = 1.3.3 =
    53 * Compatibility with latest Elementor plugin
    54 * Description box now compatible with HTML
    55 
    5652= 1.3.2 =
    5753* Compatibility with latest Elementor plugin and Fixed fatal error
  • our-team-widget-for-elementor/trunk/widgets/fdteam-terrago-widget.php

    r3232024 r3232541  
    178178                                <div class="fdtb_box-image-box-content">
    179179                                    <h3 class="fdtb_box-image-box-title"><?php echo esc_html($name); ?></h3>
    180                                     <p class="fdtb_box-image-box-description"><?php echo wp_kses_post($description); ?></p>
     180                                    <p class="fdtb_box-image-box-description"><?php echo wp_kses_post($designation); ?></p>
    181181                                </div>
    182182                            </div>     
Note: See TracChangeset for help on using the changeset viewer.