Plugin Directory

Changeset 3410547


Ignore:
Timestamp:
12/04/2025 08:01:52 AM (3 months ago)
Author:
codersaleh
Message:

change frontend default style

Location:
coderembassy-product-info-icons-images-text
Files:
33 added
5 edited

Legend:

Unmodified
Added
Removed
  • coderembassy-product-info-icons-images-text/trunk/assets/css/cmfw-admin.css

    r3367798 r3410547  
    2828  }
    2929
    30   .button.button-primary {
     30  .cmfw-pro-group-actions .button.button-primary {
    3131    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    3232  color: white;
     
    10661066
    10671067.cmfw-excl-note {
    1068   background: linear-gradient(135deg, #FFF5F5 0%, #FED7D7 100%);
    1069   border: 1px solid #FEB2B2;
     1068  background: linear-gradient(99deg, #ffeb97 0%, #fffaa9 100%);
     1069  border: 1px solid #fefdd7;
    10701070  border-radius: 6px;
    10711071  padding: 10px;
     
    11941194
    11951195/* Fixed Save Button */
    1196 input[type="submit"].button-primary {
     1196 input[type="submit"].cmfw-save-button {
    11971197  background: linear-gradient(135deg, #48BB78 0%, #38A169 100%);
    11981198  border: none;
  • coderembassy-product-info-icons-images-text/trunk/coderembassy-product-info-icons-images-text.php

    r3367798 r3410547  
    44 * Plugin Name:       CoderEmbassy Product Info Icons Images Text
    55 * Description:       CoderEmbassy Product Info: Add icons, images & custom text to product pages. Boost WooCommerce conversions with enhanced product information display.
    6  * Version:           1.0.1
     6 * Version:           1.0.2
    77 * Author:            codersaleh
    88 * Author URI:        https://github.com/coderembassy
     
    1414 * Requires PHP:      7.3
    1515 * Requires Plugins:  woocommerce
    16  * Tested up to:      6.8
    17  * WC tested up to:   10.1
     16 * Tested up to:      6.9
     17 * WC tested up to:   10.2
    1818 *
    1919 * @package           cmfw
  • coderembassy-product-info-icons-images-text/trunk/inc/classes/class-frontend.php

    r3357352 r3410547  
    240240            background-color: " . esc_attr($meta_bg_color) . ";
    241241            padding: 20px;
    242             margin: 20px 0;
     242            margin: 50px 0px 30px;
    243243            border-radius: 5px;
    244244            border: 1px solid #e0e0e0;
     245            display: block;
     246            width: 100%;
     247       
    245248        }
    246249
     
    265268
    266269        .cmfw-meta-item {
    267             display: flex;
     270            display: inline-flex;
    268271            align-items: center;
    269272            margin-bottom: 10px;
    270             padding: 8px 0;
     273            padding: 5px 10px 5px 0;
     274            flex-direction: column;
     275            gap: 5px;
     276
    271277        }
    272278
     
    277283            width: 24px;
    278284            height: 24px;
    279             flex-shrink: 0;
     285
    280286        }
    281287
  • coderembassy-product-info-icons-images-text/trunk/inc/menu-pages/dashboard.php

    r3367798 r3410547  
    311311            </div>
    312312            <hr>
    313             <input type="submit" name="save_cmfw" class="button button-primary" value="<?php echo esc_attr__('Save', 'coderembassy-product-info-icons-images-text'); ?>">
     313            <input type="submit" name="save_cmfw" class="button button-primary cmfw-save-button" value="<?php echo esc_attr__('Save', 'coderembassy-product-info-icons-images-text'); ?>">
    314314            <p class="description"><?php //echo esc_html__('Click Save to save your Product Info data. No validation required.', 'coderembassy-product-info-icons-images-text'); ?></p>
    315315        </form>
  • coderembassy-product-info-icons-images-text/trunk/readme.txt

    r3367798 r3410547  
    33Tags: product-info, icons, images, text
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 WC tested up to: 10.1
     5Tested up to: 6.9
     6WC tested up to: 10.2
    77Requires PHP: 7.3
    8 Stable Tag: 1.0.1
     8Stable Tag: 1.0.2
    99License: GPL v2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
    95 = 1.0.1 =
     95= 1.0.2 - 2025-12-04 =
     96* Fixed Frontend Default style
     97
     98= 1.0.1 - 2025-12-04 =
    9699* Fixed icon/image preview size
    97100* Fixed icon/image preview display
    98101* Update Dashboard style
    99102
    100 = 1.0.0 =
     103= 1.0.0 - 2025-12-04 =
    101104* Initial release
    102105* Add custom icons to product pages
Note: See TracChangeset for help on using the changeset viewer.