Plugin Directory

Changeset 3048531

Timestamp:
03/10/2024 10:48:30 AM (5 months ago)
Author:
hasanuzzamanshamim
Message:

Minor fixings

Location:
buy-me-coffee
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • buy-me-coffee/tags/1.0.2/assets/manifest.json

    r3048519 r3048531  
    5858    ]
    5959  },
     60
     61
     62
     63
     64
    6065  "src/scss/admin/customizer.scss": {
    6166    "file": "assets/customizer.994ef4d2.css",
     
    6368    "isEntry": true
    6469  },
    65   "src/scss/public/public-style.scss": {
    66     "file": "assets/public-style.0097d706.css",
    67     "src": "src/scss/public/public-style.scss",
    68     "isEntry": true
     70  "plugin_main_js_file.css": {
     71    "file": "assets/plugin_main_js_file.b6284581.css",
     72    "src": "plugin_main_js_file.css"
    6973  },
    7074  "src/scss/public/BasicTemplate.scss": {
     
    7276    "src": "src/scss/public/BasicTemplate.scss",
    7377    "isEntry": true
    74   },
    75   "plugin_main_js_file.css": {
    76     "file": "assets/plugin_main_js_file.b6284581.css",
    77     "src": "plugin_main_js_file.css"
    7878  },
    7979  "src/js/main.css": {
  • buy-me-coffee/tags/1.0.2/includes/views/templates/FormSection.php

    r3048519 r3048531  
    33
    44<div class="buymecoffee_form_preview_wrapper <?php echo sanitize_text_field(Arr::get($template, 'advanced.formShadow')) == 'yes' ? 'buymecoffee_form_preview_shadow' : '' ;?>">
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
    525    <?php
    626    if (isset($template['formTitle']) && sanitize_text_field($template['formTitle']) === 'yes'): ?>
  • buy-me-coffee/tags/1.0.2/includes/views/templates/FormTemplate.php

    r3048519 r3048531  
    99            <?php
    1010                $borderStyle = Arr::get($template, 'advanced.border_style');
    11                 $buttonStyle = Arr::get($template, 'advanced.button_style');
    1211            ?>
    1312            .buymecoffee_profile_hr {
    1413                background: <?php echo esc_attr($borderStyle); ?>;
    1514            }
    16             .buymecoffee_payment_input_content {
    17                 background: <?php echo esc_attr(Arr::get($template, 'advanced.bg_style')); ?>;
    18                 border: 1px solid <?php echo esc_attr($borderStyle); ?>;
    19             }
    20             .wpm_submit_button {
    21                 background-color: <?php echo esc_attr($buttonStyle); ?> !important;
    22             }
    23             .wpm_submit_button:hover {
    24                 background: <?php echo esc_attr($borderStyle); ?> !important;
    25             }
    26             .buymecoffee_currency_prefix {
    27                 background: <?php echo esc_attr($buttonStyle); ?>;
    28             }
    29 
    3015        </style>
    3116        <div class="buymecoffee_profile_hr">
  • buy-me-coffee/trunk/assets/manifest.json

    r3048519 r3048531  
    5858    ]
    5959  },
     60
     61
     62
     63
     64
    6065  "src/scss/admin/customizer.scss": {
    6166    "file": "assets/customizer.994ef4d2.css",
     
    6368    "isEntry": true
    6469  },
    65   "src/scss/public/public-style.scss": {
    66     "file": "assets/public-style.0097d706.css",
    67     "src": "src/scss/public/public-style.scss",
    68     "isEntry": true
     70  "plugin_main_js_file.css": {
     71    "file": "assets/plugin_main_js_file.b6284581.css",
     72    "src": "plugin_main_js_file.css"
    6973  },
    7074  "src/scss/public/BasicTemplate.scss": {
     
    7276    "src": "src/scss/public/BasicTemplate.scss",
    7377    "isEntry": true
    74   },
    75   "plugin_main_js_file.css": {
    76     "file": "assets/plugin_main_js_file.b6284581.css",
    77     "src": "plugin_main_js_file.css"
    7878  },
    7979  "src/js/main.css": {
  • buy-me-coffee/trunk/includes/views/templates/FormSection.php

    r3048519 r3048531  
    33
    44<div class="buymecoffee_form_preview_wrapper <?php echo sanitize_text_field(Arr::get($template, 'advanced.formShadow')) == 'yes' ? 'buymecoffee_form_preview_shadow' : '' ;?>">
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
    525    <?php
    626    if (isset($template['formTitle']) && sanitize_text_field($template['formTitle']) === 'yes'): ?>
  • buy-me-coffee/trunk/includes/views/templates/FormTemplate.php

    r3048519 r3048531  
    99            <?php
    1010                $borderStyle = Arr::get($template, 'advanced.border_style');
    11                 $buttonStyle = Arr::get($template, 'advanced.button_style');
    1211            ?>
    1312            .buymecoffee_profile_hr {
    1413                background: <?php echo esc_attr($borderStyle); ?>;
    1514            }
    16             .buymecoffee_payment_input_content {
    17                 background: <?php echo esc_attr(Arr::get($template, 'advanced.bg_style')); ?>;
    18                 border: 1px solid <?php echo esc_attr($borderStyle); ?>;
    19             }
    20             .wpm_submit_button {
    21                 background-color: <?php echo esc_attr($buttonStyle); ?> !important;
    22             }
    23             .wpm_submit_button:hover {
    24                 background: <?php echo esc_attr($borderStyle); ?> !important;
    25             }
    26             .buymecoffee_currency_prefix {
    27                 background: <?php echo esc_attr($buttonStyle); ?>;
    28             }
    29 
    3015        </style>
    3116        <div class="buymecoffee_profile_hr">
Note: See TracChangeset for help on using the changeset viewer.