Plugin Directory

Changeset 2185053


Ignore:
Timestamp:
11/02/2019 08:08:01 PM (6 years ago)
Author:
marcshowpass
Message:

mobile fixes

Location:
showpass/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • showpass/trunk/css/showpass-flex-box.css

    r2183454 r2185053  
    5050  .showpass-full-width {
    5151    width: 100% !important;
     52    max-width: 100%!important;
    5253  }
    5354  .showpass-flex-table .showpass-layout-flex .w50, .showpass-flex-box .showpass-layout-flex .w50 {
    5455    width: 100% !important;
     56    max-width: 100%!important;
    5557  }
    5658  .showpass-flex-table .showpass-layout-flex .w75, .showpass-flex-box .showpass-layout-flex .w75 {
    5759    width: 100% !important;
     60    max-width: 100%!important;
    5861  }
    5962  .showpass-flex-table .showpass-layout-flex .w100, .showpass-flex-box .showpass-layout-flex .w100 {
    6063    width: 100% !important;
     64    max-width: 100%!important;
    6165  }
    6266  .showpass-flex-table .showpass-layout-flex .w150, .showpass-flex-box .showpass-layout-flex .w150 {
    6367    width: 100% !important;
     68    max-width: 100%!important;
    6469  }
    6570  .showpass-flex-table .showpass-layout-flex .w200, .showpass-flex-box .showpass-layout-flex .w200 {
    6671    width: 100% !important;
     72    max-width: 100%!important;
    6773  }
    6874  .showpass-flex-table .showpass-layout-flex .w250, .showpass-flex-box .showpass-layout-flex .w250 {
    6975    width: 100% !important;
     76    max-width: 100%!important;
    7077  }
    7178  .showpass-flex-table .showpass-layout-flex .w300, .showpass-flex-box .showpass-layout-flex .w300 {
    7279    width: 100% !important;
     80    max-width: 100%!important;
    7381  }
    7482
    7583  .showpass-flex-table .showpass-layout-flex .flex-10, .showpass-flex-box .showpass-layout-flex .flex-10 {
    7684    flex: 1 1 100% !important;
     85    max-width: 100%!important;
    7786  }
    7887  .showpass-flex-table .showpass-layout-flex .flex-20, .showpass-flex-box .showpass-layout-flex .flex-20 {
    7988    flex: 1 1 100% !important;
     89    max-width: 100%!important;
    8090  }
    8191  .showpass-flex-table .showpass-layout-flex .flex-25, .showpass-flex-box .showpass-layout-flex .flex-25 {
    8292    flex: 1 1 100% !important;
     93    max-width: 100%!important;
    8394  }
    8495  .showpass-flex-table .showpass-layout-flex .flex-30, .showpass-flex-box .showpass-layout-flex .flex-30 {
    8596    flex: 1 1 100% !important;
     97    max-width: 100%!important;
    8698  }
    8799  .showpass-flex-table .showpass-layout-flex .flex-33, .showpass-flex-box .showpass-layout-flex .flex-33 {
    88100    flex: 1 1 100% !important;
     101    max-width: 100%!important;
    89102  }
    90103  .showpass-flex-table .showpass-layout-flex .flex-40, .showpass-flex-box .showpass-layout-flex .flex-40 {
    91104    flex: 1 1 100% !important;
     105    max-width: 100%!important;
    92106  }
    93107  .showpass-flex-table .showpass-layout-flex .flex-50, .showpass-flex-box .showpass-layout-flex .flex-50 {
    94108    flex: 1 1 100% !important;
     109    max-width: 100%!important;
    95110  }
    96111  .showpass-flex-table .showpass-layout-flex .flex-60, .showpass-flex-box .showpass-layout-flex .flex-60 {
    97112    flex: 1 1 100% !important;
     113    max-width: 100%!important;
    98114  }
    99115  .showpass-flex-table .showpass-layout-flex .flex-66, .showpass-flex-box .showpass-layout-flex .flex-66 {
    100116    flex: 1 1 100% !important;
     117    max-width: 100%!important;
    101118  }
    102119  .showpass-flex-table .showpass-layout-flex .flex-70, .showpass-flex-box .showpass-layout-flex .flex-70 {
    103120    flex: 1 1 100% !important;
     121    max-width: 100%!important;
    104122  }
    105123  .showpass-flex-table .showpass-layout-flex .flex-75, .showpass-flex-box .showpass-layout-flex .flex-75 {
    106124    flex: 1 1 100% !important;
     125    max-width: 100%!important;
    107126  }
    108127  .showpass-flex-table .showpass-layout-flex .flex-80, .showpass-flex-box .showpass-layout-flex .flex-80 {
    109128    flex: 1 1 100% !important;
     129    max-width: 100%!important;
    110130  }
    111131  .showpass-flex-table .showpass-layout-flex .flex-100, .showpass-flex-box .showpass-layout-flex .flex-100 {
    112132    flex: 1 1 100% !important;
     133    max-width: 100%!important;
    113134  }
    114135
  • showpass/trunk/inc/default-detail.php

    r2183454 r2185053  
    2929            <div class="flex-66 showpass-flex-column showpass-no-border">
    3030                <div class="w100">
    31                     <?php if(showpass_ticket_sold_out($event['ticket_types'])) { ?>
     31                    <?php if(showpass_ticket_sold_out($event)) { ?>
    3232                        <span class="showpass-detail-buy showpass-hide-medium showpass-soldout">
    3333                            <?php echo($event['inventory_sold_out'] || $event['sold_out'] ? 'SOLD OUT' : 'NOT AVAILABLE'); ?>
  • showpass/trunk/showpass-wordpress-plugin.php

    r2183481 r2185053  
    55     Description: List events, display event details and products. Use the Showpass purchase widget for on site ticket & product purchases all with easy to use shortcodes. See our git repo here for full documentation. https://github.com/showpass/showpass-wordpress-plugin
    66     Author: Showpass / Up In Code Inc.
    7      Version: 3.4.1
     7     Version: 3.4.2
    88     Author URI: https://www.showpass.com
    99     */
Note: See TracChangeset for help on using the changeset viewer.