Changeset 3427463
- Timestamp:
- 12/25/2025 09:40:52 PM (8 weeks ago)
- Location:
- stylish-cost-calculator
- Files:
-
- 12 edited
- 1 copied
-
tags/8.1.8 (copied) (copied from stylish-cost-calculator/trunk)
-
tags/8.1.8/admin/views/editCalcualtor.php (modified) (1 diff)
-
tags/8.1.8/admin/views/searchAndTabs.php (modified) (3 diffs)
-
tags/8.1.8/assets/css/scc-back-end.css (modified) (1 diff)
-
tags/8.1.8/changelog.txt (modified) (1 diff)
-
tags/8.1.8/readme.txt (modified) (1 diff)
-
tags/8.1.8/stylish-cost-calculator.php (modified) (2 diffs)
-
trunk/admin/views/editCalcualtor.php (modified) (1 diff)
-
trunk/admin/views/searchAndTabs.php (modified) (3 diffs)
-
trunk/assets/css/scc-back-end.css (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/stylish-cost-calculator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stylish-cost-calculator/tags/8.1.8/admin/views/editCalcualtor.php
r3410419 r3427463 756 756 <?php 757 757 } 758 759 if ( $el->type == 'file upload' ) { 760 ?> 761 <div class="elements_added"> 762 <?php echo ( $scc_special_loop_element )?> 763 <input type="text" class="input_id_element" value="<?php echo intval( $el->id ); ?>" hidden> 764 <div class="elements_added_v2"> 765 <div class="element-icon"> 766 <i class="fas fa-paperclip" style="font-size:25px;"></i> 767 </div> 768 <div class="element-title-desc" onclick="javascript:collapseElementTitle(this)" style="cursor: pointer;"> 769 <div class="title-desc-wrapper"> 770 <span class="element-title">File Upload Field</span> 771 <p class="element-description"> 772 <?php echo esc_attr( $truncatedTitleElement ); ?> 773 </p> 774 </div> 775 </div> 776 <?php echo scc_output_editing_page_element_actions( 'file-upload', false ); ?> 777 </div> 778 <?php echo $edit_page_func->renderFileUploadSetupBody2( $el, $conditionsBySet ); ?> 779 <?php echo $edit_page_func->renderElementLoader(); ?> 780 </div> 781 <?php 782 } 783 758 784 759 if ( $el->type == 'texthtml' ) { 785 760 ?> -
stylish-cost-calculator/tags/8.1.8/admin/views/searchAndTabs.php
r3410419 r3427463 18 18 </div> 19 19 20 <div class="modal fade " id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true">20 <div class="modal fade scc-dashboard-modal" id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true"> 21 21 <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen"> 22 22 <div class="modal-content"> … … 187 187 </div> 188 188 </div><!-- END OF MODAL --> 189 <div class="modal fade " id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true">189 <div class="modal fade scc-dashboard-modal" id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true"> 190 190 <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen"> 191 191 <div class="modal-content"> … … 2035 2035 </div> 2036 2036 </div><!-- END OF MODAL --> 2037 <div class="modal fade " id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true">2037 <div class="modal fade scc-dashboard-modal" id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true"> 2038 2038 <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen"> 2039 2039 <div class="modal-content"> -
stylish-cost-calculator/tags/8.1.8/assets/css/scc-back-end.css
r3410419 r3427463 13316 13316 } 13317 13317 13318 /* Adjust modal content margins when WordPress admin menu is expanded */ 13319 body:not(.folded) .scc-dashboard-modal .modal-content { 13320 margin-left: 175px; 13321 margin-right: 15px; 13322 } 13323 13324 /* When WordPress menu is collapsed (folded), use smaller left margin */ 13325 body.folded .scc-dashboard-modal .modal-content { 13326 margin-left: 50px; 13327 margin-right: 15px; 13328 } 13329 13330 13318 13331 .scc-editing-page-menu-panel{ 13319 13332 background: #fff; -
stylish-cost-calculator/tags/8.1.8/changelog.txt
r3410419 r3427463 1 = 8.1.8 - 2025-12-25 2 3 Updated: Wordpress Menu visibility for admin users 4 Improved: Calculator Settings adjustments 5 Fixed: Wrong element visibility on editing page 6 1 7 = 8.1.7 - 2025-12-04 2 8 -
stylish-cost-calculator/tags/8.1.8/readme.txt
r3410419 r3427463 2 2 Contributors: Designful 3 3 Plugin URL: https://www.stylishcostcalculator.com?utm_source=scc-free-readme&utm_medium=wordpress&utm_content=plugin-url 4 Version: 8.1. 74 Version: 8.1.8 5 5 Contributors: Designful 6 6 Tags: sales funnel builder, lead generation, cost calculator, price calculator, quote calculator 7 7 Requires at least: 4.0 8 8 Tested up to: 6.9 9 Stable tag: 8.1. 79 Stable tag: 8.1.8 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later -
stylish-cost-calculator/tags/8.1.8/stylish-cost-calculator.php
r3410419 r3427463 4 4 * Plugin URI: https://stylishcostcalculator.com 5 5 * Description: A Stylish Cost Calculator / Price Estimate Form for your site. 6 * Version: 8.1. 76 * Version: 8.1.8 7 7 * Author: Designful 8 8 * Author URI: https://stylishcostcalculator.com … … 15 15 exit; 16 16 } 17 define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1. 7' );17 define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1.8' ); 18 18 define( 'SCC_URL', plugin_dir_url( __FILE__ ) ); 19 19 define( 'SCC_DIR', __DIR__ ); -
stylish-cost-calculator/trunk/admin/views/editCalcualtor.php
r3410419 r3427463 756 756 <?php 757 757 } 758 759 if ( $el->type == 'file upload' ) { 760 ?> 761 <div class="elements_added"> 762 <?php echo ( $scc_special_loop_element )?> 763 <input type="text" class="input_id_element" value="<?php echo intval( $el->id ); ?>" hidden> 764 <div class="elements_added_v2"> 765 <div class="element-icon"> 766 <i class="fas fa-paperclip" style="font-size:25px;"></i> 767 </div> 768 <div class="element-title-desc" onclick="javascript:collapseElementTitle(this)" style="cursor: pointer;"> 769 <div class="title-desc-wrapper"> 770 <span class="element-title">File Upload Field</span> 771 <p class="element-description"> 772 <?php echo esc_attr( $truncatedTitleElement ); ?> 773 </p> 774 </div> 775 </div> 776 <?php echo scc_output_editing_page_element_actions( 'file-upload', false ); ?> 777 </div> 778 <?php echo $edit_page_func->renderFileUploadSetupBody2( $el, $conditionsBySet ); ?> 779 <?php echo $edit_page_func->renderElementLoader(); ?> 780 </div> 781 <?php 782 } 783 758 784 759 if ( $el->type == 'texthtml' ) { 785 760 ?> -
stylish-cost-calculator/trunk/admin/views/searchAndTabs.php
r3410419 r3427463 18 18 </div> 19 19 20 <div class="modal fade " id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true">20 <div class="modal fade scc-dashboard-modal" id="settingsModal" tabindex="-1" aria-labelledby="settingsModalLabel" aria-hidden="true"> 21 21 <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen"> 22 22 <div class="modal-content"> … … 187 187 </div> 188 188 </div><!-- END OF MODAL --> 189 <div class="modal fade " id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true">189 <div class="modal fade scc-dashboard-modal" id="settingsModal1" tabindex="-1" aria-labelledby="settingsModal1Label" aria-hidden="true"> 190 190 <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen"> 191 191 <div class="modal-content"> … … 2035 2035 </div> 2036 2036 </div><!-- END OF MODAL --> 2037 <div class="modal fade " id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true">2037 <div class="modal fade scc-dashboard-modal" id="settingsModal2" tabindex="-1" aria-labelledby="settingsModal2Label" aria-hidden="true"> 2038 2038 <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable scc-modal-fullscreen"> 2039 2039 <div class="modal-content"> -
stylish-cost-calculator/trunk/assets/css/scc-back-end.css
r3410419 r3427463 13316 13316 } 13317 13317 13318 /* Adjust modal content margins when WordPress admin menu is expanded */ 13319 body:not(.folded) .scc-dashboard-modal .modal-content { 13320 margin-left: 175px; 13321 margin-right: 15px; 13322 } 13323 13324 /* When WordPress menu is collapsed (folded), use smaller left margin */ 13325 body.folded .scc-dashboard-modal .modal-content { 13326 margin-left: 50px; 13327 margin-right: 15px; 13328 } 13329 13330 13318 13331 .scc-editing-page-menu-panel{ 13319 13332 background: #fff; -
stylish-cost-calculator/trunk/changelog.txt
r3410419 r3427463 1 = 8.1.8 - 2025-12-25 2 3 Updated: Wordpress Menu visibility for admin users 4 Improved: Calculator Settings adjustments 5 Fixed: Wrong element visibility on editing page 6 1 7 = 8.1.7 - 2025-12-04 2 8 -
stylish-cost-calculator/trunk/readme.txt
r3410419 r3427463 2 2 Contributors: Designful 3 3 Plugin URL: https://www.stylishcostcalculator.com?utm_source=scc-free-readme&utm_medium=wordpress&utm_content=plugin-url 4 Version: 8.1. 74 Version: 8.1.8 5 5 Contributors: Designful 6 6 Tags: sales funnel builder, lead generation, cost calculator, price calculator, quote calculator 7 7 Requires at least: 4.0 8 8 Tested up to: 6.9 9 Stable tag: 8.1. 79 Stable tag: 8.1.8 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later -
stylish-cost-calculator/trunk/stylish-cost-calculator.php
r3410419 r3427463 4 4 * Plugin URI: https://stylishcostcalculator.com 5 5 * Description: A Stylish Cost Calculator / Price Estimate Form for your site. 6 * Version: 8.1. 76 * Version: 8.1.8 7 7 * Author: Designful 8 8 * Author URI: https://stylishcostcalculator.com … … 15 15 exit; 16 16 } 17 define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1. 7' );17 define( 'STYLISH_COST_CALCULATOR_VERSION', '8.1.8' ); 18 18 define( 'SCC_URL', plugin_dir_url( __FILE__ ) ); 19 19 define( 'SCC_DIR', __DIR__ );
Note: See TracChangeset
for help on using the changeset viewer.