Changeset 2185053
- Timestamp:
- 11/02/2019 08:08:01 PM (6 years ago)
- Location:
- showpass/trunk
- Files:
-
- 3 edited
-
css/showpass-flex-box.css (modified) (1 diff)
-
inc/default-detail.php (modified) (1 diff)
-
showpass-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showpass/trunk/css/showpass-flex-box.css
r2183454 r2185053 50 50 .showpass-full-width { 51 51 width: 100% !important; 52 max-width: 100%!important; 52 53 } 53 54 .showpass-flex-table .showpass-layout-flex .w50, .showpass-flex-box .showpass-layout-flex .w50 { 54 55 width: 100% !important; 56 max-width: 100%!important; 55 57 } 56 58 .showpass-flex-table .showpass-layout-flex .w75, .showpass-flex-box .showpass-layout-flex .w75 { 57 59 width: 100% !important; 60 max-width: 100%!important; 58 61 } 59 62 .showpass-flex-table .showpass-layout-flex .w100, .showpass-flex-box .showpass-layout-flex .w100 { 60 63 width: 100% !important; 64 max-width: 100%!important; 61 65 } 62 66 .showpass-flex-table .showpass-layout-flex .w150, .showpass-flex-box .showpass-layout-flex .w150 { 63 67 width: 100% !important; 68 max-width: 100%!important; 64 69 } 65 70 .showpass-flex-table .showpass-layout-flex .w200, .showpass-flex-box .showpass-layout-flex .w200 { 66 71 width: 100% !important; 72 max-width: 100%!important; 67 73 } 68 74 .showpass-flex-table .showpass-layout-flex .w250, .showpass-flex-box .showpass-layout-flex .w250 { 69 75 width: 100% !important; 76 max-width: 100%!important; 70 77 } 71 78 .showpass-flex-table .showpass-layout-flex .w300, .showpass-flex-box .showpass-layout-flex .w300 { 72 79 width: 100% !important; 80 max-width: 100%!important; 73 81 } 74 82 75 83 .showpass-flex-table .showpass-layout-flex .flex-10, .showpass-flex-box .showpass-layout-flex .flex-10 { 76 84 flex: 1 1 100% !important; 85 max-width: 100%!important; 77 86 } 78 87 .showpass-flex-table .showpass-layout-flex .flex-20, .showpass-flex-box .showpass-layout-flex .flex-20 { 79 88 flex: 1 1 100% !important; 89 max-width: 100%!important; 80 90 } 81 91 .showpass-flex-table .showpass-layout-flex .flex-25, .showpass-flex-box .showpass-layout-flex .flex-25 { 82 92 flex: 1 1 100% !important; 93 max-width: 100%!important; 83 94 } 84 95 .showpass-flex-table .showpass-layout-flex .flex-30, .showpass-flex-box .showpass-layout-flex .flex-30 { 85 96 flex: 1 1 100% !important; 97 max-width: 100%!important; 86 98 } 87 99 .showpass-flex-table .showpass-layout-flex .flex-33, .showpass-flex-box .showpass-layout-flex .flex-33 { 88 100 flex: 1 1 100% !important; 101 max-width: 100%!important; 89 102 } 90 103 .showpass-flex-table .showpass-layout-flex .flex-40, .showpass-flex-box .showpass-layout-flex .flex-40 { 91 104 flex: 1 1 100% !important; 105 max-width: 100%!important; 92 106 } 93 107 .showpass-flex-table .showpass-layout-flex .flex-50, .showpass-flex-box .showpass-layout-flex .flex-50 { 94 108 flex: 1 1 100% !important; 109 max-width: 100%!important; 95 110 } 96 111 .showpass-flex-table .showpass-layout-flex .flex-60, .showpass-flex-box .showpass-layout-flex .flex-60 { 97 112 flex: 1 1 100% !important; 113 max-width: 100%!important; 98 114 } 99 115 .showpass-flex-table .showpass-layout-flex .flex-66, .showpass-flex-box .showpass-layout-flex .flex-66 { 100 116 flex: 1 1 100% !important; 117 max-width: 100%!important; 101 118 } 102 119 .showpass-flex-table .showpass-layout-flex .flex-70, .showpass-flex-box .showpass-layout-flex .flex-70 { 103 120 flex: 1 1 100% !important; 121 max-width: 100%!important; 104 122 } 105 123 .showpass-flex-table .showpass-layout-flex .flex-75, .showpass-flex-box .showpass-layout-flex .flex-75 { 106 124 flex: 1 1 100% !important; 125 max-width: 100%!important; 107 126 } 108 127 .showpass-flex-table .showpass-layout-flex .flex-80, .showpass-flex-box .showpass-layout-flex .flex-80 { 109 128 flex: 1 1 100% !important; 129 max-width: 100%!important; 110 130 } 111 131 .showpass-flex-table .showpass-layout-flex .flex-100, .showpass-flex-box .showpass-layout-flex .flex-100 { 112 132 flex: 1 1 100% !important; 133 max-width: 100%!important; 113 134 } 114 135 -
showpass/trunk/inc/default-detail.php
r2183454 r2185053 29 29 <div class="flex-66 showpass-flex-column showpass-no-border"> 30 30 <div class="w100"> 31 <?php if(showpass_ticket_sold_out($event ['ticket_types'])) { ?>31 <?php if(showpass_ticket_sold_out($event)) { ?> 32 32 <span class="showpass-detail-buy showpass-hide-medium showpass-soldout"> 33 33 <?php echo($event['inventory_sold_out'] || $event['sold_out'] ? 'SOLD OUT' : 'NOT AVAILABLE'); ?> -
showpass/trunk/showpass-wordpress-plugin.php
r2183481 r2185053 5 5 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 6 6 Author: Showpass / Up In Code Inc. 7 Version: 3.4. 17 Version: 3.4.2 8 8 Author URI: https://www.showpass.com 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.