Changeset 2805509
- Timestamp:
- 10/27/2022 05:32:32 AM (3 years ago)
- Location:
- ptoffice-sign-ups/trunk
- Files:
-
- 4 edited
-
pto_frontend/assets/css/pto-sign-up-custom.css (modified) (3 diffs)
-
ptoffice.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
single-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ptoffice-sign-ups/trunk/pto_frontend/assets/css/pto-sign-up-custom.css
r2792302 r2805509 52 52 53 53 body * { 54 padding: 0;55 margin: 0;56 54 box-sizing: border-box; 57 55 } … … 1056 1054 } 1057 1055 body .row{ 1058 margin-left: 0;1059 margin-right: 0;1056 /* margin-left: 0; */ 1057 /* margin-right: 0; */ 1060 1058 } 1061 1059 .custom-field-box { … … 1328 1326 margin-left: 10px; 1329 1327 } 1330 1331 body .container {1332 width: 100% !important;1333 max-width: 1440px;1334 }1335 1336 1328 1337 1329 .vertical-signup-list-head * { -
ptoffice-sign-ups/trunk/ptoffice.php
r2792302 r2805509 3 3 * Plugin Name: PT Sign Ups - Beautiful volunteer sign ups and management made easy 4 4 * Description: PT Sign Ups makes creating sign ups, organizing group events, and finding volunteers for your school, church, or any organization as simple as ever. An alternative to external sites like SignUp Genius, WP Volunteer Sign Up uses a simple interface to create and manage powerful volunteer sheets all within one powerful plugin. 5 * Version: 1.0. 35 * Version: 1.0.4 6 6 * Author: MJS Software 7 7 * Author URI: https://mjssoftware.com -
ptoffice-sign-ups/trunk/readme.txt
r2792302 r2805509 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.0.4 2022-10-22 = 71 72 * Fix - Design fixes 73 70 74 = 1.0.3 2022-09-30 = 71 75 -
ptoffice-sign-ups/trunk/single-signup.php
r2792302 r2805509 1138 1138 $url = site_url()."/pto-signup-checkout"; 1139 1139 } 1140 if( $taskcount != 0 ){?>1141 <div class='pto-cart-signup' >1142 <a href='<?php echo esc_url( $url ); ?>' class='pto-cart-tasks-count'><i class="fa fa-hand-pointer-o"></i><span><?php echo intval($taskcount); ?></span></a>1143 </div>1144 <?php }1140 ?> 1141 <div class='pto-cart-signup' > 1142 <a href='<?php echo esc_url( $url ); ?>' class='pto-cart-tasks-count'><i class="fa fa-hand-pointer-o"></i><?php if( $taskcount != 0 ){ ?><span><?php echo intval($taskcount); ?></span> <?php } ?></a> 1143 </div> 1144 <?php 1145 1145 ?> 1146 1146
Note: See TracChangeset
for help on using the changeset viewer.