Plugin Directory

Changeset 2805509


Ignore:
Timestamp:
10/27/2022 05:32:32 AM (3 years ago)
Author:
blafoley
Message:

Fix: Design fix for ready-made themes

Location:
ptoffice-sign-ups/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ptoffice-sign-ups/trunk/pto_frontend/assets/css/pto-sign-up-custom.css

    r2792302 r2805509  
    5252
    5353body * {
    54     padding: 0;
    55     margin: 0;
    5654    box-sizing: border-box;
    5755}
     
    10561054}
    10571055body .row{
    1058     margin-left: 0;
    1059     margin-right: 0;
     1056    /* margin-left: 0; */
     1057    /* margin-right: 0; */
    10601058}
    10611059.custom-field-box {
     
    13281326    margin-left: 10px;
    13291327}
    1330 
    1331 body .container {
    1332     width: 100% !important;
    1333     max-width: 1440px;
    1334 }
    1335 
    13361328
    13371329.vertical-signup-list-head * {
  • ptoffice-sign-ups/trunk/ptoffice.php

    r2792302 r2805509  
    33* Plugin Name: PT Sign Ups - Beautiful volunteer sign ups and management made easy
    44* 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.3
     5* Version: 1.0.4
    66* Author: MJS Software
    77* Author URI: https://mjssoftware.com
  • ptoffice-sign-ups/trunk/readme.txt

    r2792302 r2805509  
    55Tested up to: 6.0
    66Requires PHP: 7.2
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
     70= 1.0.4 2022-10-22 =
     71
     72* Fix - Design fixes
     73
    7074= 1.0.3 2022-09-30 =
    7175
  • ptoffice-sign-ups/trunk/single-signup.php

    r2792302 r2805509  
    11381138                                                    $url = site_url()."/pto-signup-checkout";
    11391139                                                }
    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
    11451145                                            ?>
    11461146
Note: See TracChangeset for help on using the changeset viewer.