Plugin Directory

Changeset 3422760


Ignore:
Timestamp:
12/18/2025 11:15:35 AM (4 weeks ago)
Author:
pickplugins
Message:

version update

Location:
team/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • team/trunk/includes/functions-layout-element.php

    r3422750 r3422760  
    393393?>
    394394    <style type="text/css">
    395         .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     395        <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    396396            color: <?php echo esc_attr($color); ?>;
    397397            font-size: <?php echo esc_attr($font_size); ?>;
     
    423423?>
    424424    <style type="text/css">
    425         .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     425        <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    426426            color: <?php echo esc_attr($color); ?>;
    427427            font-size: <?php echo esc_attr($font_size); ?>;
     
    452452?>
    453453    <style type="text/css">
    454         .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     454        <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    455455            color: <?php echo esc_attr($color); ?>;
    456456            font-size: <?php echo esc_attr($font_size); ?>;
     
    500500?>
    501501    <style type="text/css">
    502         .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     502        <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    503503            color: <?php echo esc_attr($color); ?>;
    504504            font-size: <?php echo esc_attr($font_size); ?>;
     
    508508        }
    509509
    510         .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?>a {
     510        <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?>a {
    511511            color: <?php echo esc_attr($read_more_color); ?>;
    512512
     
    537537?>
    538538    <style type="text/css">
    539         .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     539        <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    540540            overflow: hidden;
    541541            margin: <?php echo esc_attr($margin); ?>;
     
    543543
    544544        @media only screen and (min-width: 1024px) {
    545             .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     545            <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    546546                <?php if (!empty($thumb_height_large)): ?>max-height: <?php echo esc_attr($thumb_height_large); ?>;
    547547                <?php endif; ?>
     
    550550
    551551        @media only screen and (min-width: 768px) and (max-width: 1023px) {
    552             .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     552            <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    553553                <?php if (!empty($thumb_height_medium)): ?>max-height: <?php echo esc_attr($thumb_height_medium); ?>;
    554554                <?php endif; ?>
     
    557557
    558558        @media only screen and (min-width: 0px) and (max-width: 767px) {
    559             .layout-<?php echo esc_attr($layout_id); ?>.element-<?php echo esc_attr($element_index); ?> {
     559            <?php echo esc_attr('.layout-' . $layout_id); ?><?php echo esc_attr(' .element-' . $element_index); ?> {
    560560                <?php if (!empty($thumb_height_small)): ?>max-height: <?php echo esc_attr($thumb_height_small); ?>;
    561561                <?php endif; ?>
  • team/trunk/includes/functions-layout-hook.php

    r3422750 r3422760  
    118118            ob_start();
    119119            ?>
    120             <textarea readonly type="text" onclick="this.select();">.element-<?php echo esc_attr($element_index); ?>{}</textarea>
     120            <textarea readonly type="text" onclick="this.select();"><?php echo esc_attr(' .element-' . $element_index); ?>{}</textarea>
    121121            <?php
    122122
     
    298298            ?>
    299299            <code onclick="this.select()">
    300                 .element-<?php echo esc_attr($element_index); ?>{}
     300                <?php echo esc_attr(' .element-' . $element_index); ?>{}
    301301
    302302            </code>
     
    520520            ?>
    521521            <code onclick="this.select()">
    522                 .element-<?php echo esc_attr($element_index); ?>{}
     522                <?php echo esc_attr(' .element-' . $element_index); ?>{}
    523523
    524524            </code>
     
    826826            ?>
    827827            <code onclick="this.select()">
    828                 .element-<?php echo esc_attr($element_index); ?>{}
     828                <?php echo esc_attr(' .element-' . $element_index); ?>{}
    829829
    830830            </code>
     
    949949            ?>
    950950            <code onclick="this.select()">
    951                 .element-<?php echo esc_attr($element_index); ?>{}
     951                <?php echo esc_attr(' .element-' . $element_index); ?>{}
    952952
    953953            </code>
     
    10711071            ?>
    10721072            <code onclick="this.select()">
    1073                 .element-<?php echo esc_attr($element_index); ?>{}
     1073                <?php echo esc_attr(' .element-' . $element_index); ?>{}
    10741074
    10751075            </code>
  • team/trunk/readme.txt

    r3422750 r3422760  
    55    Requires at least: 3.8
    66    Tested up to: 6.9
    7     Stable tag: 1.22.27
     7    Stable tag: 1.22.28
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124
    125125== Changelog ==
     126
     127= 1.22.28 =
     128* 2025-12-18 fix - Broken style issue fixed.
    126129
    127130= 1.22.27 =
  • team/trunk/team.php

    r3422750 r3422760  
    44Plugin URI: https://pickplugins.com/team/
    55Description: Fully responsive and mobile ready meet the team showcase plugin for wordpress.
    6 Version: 1.22.27
     6Version: 1.22.28
    77Author: PickPlugins
    88Author URI: http://pickplugins.com
     
    2626            define('team_plugin_dir', plugin_dir_path(__FILE__));
    2727            define('team_plugin_name', 'Team');
    28             define('team_plugin_version', '1.22.27');
     28            define('team_plugin_version', '1.22.28');
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.