Changeset 2806566
- Timestamp:
- 10/28/2022 01:31:18 PM (3 years ago)
- Location:
- registerone-event-forms/trunk
- Files:
-
- 1 added
- 4 edited
-
admin/classes/RegisteroneShortcodes.php (modified) (2 diffs)
-
front-end/assets/autogrow/autogrow.js (added)
-
front-end/assets/css/form-custom.css (modified) (18 diffs)
-
readme.txt (modified) (2 diffs)
-
registerone-wordpress-client.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
registerone-event-forms/trunk/admin/classes/RegisteroneShortcodes.php
r2804103 r2806566 8307 8307 <div class="col-lg-8"> 8308 8308 <div class="selectors-shift-left"> 8309 <textarea <?= $max_length_attr ?> name="<?= $input_data['model_label']; ?>[<?= $input_data['model_field']; ?>]" id="clients-<?= $input_data['model_field']; ?>" class="form-control " <?= $required; ?>><?= esc_textarea($input_data['value']); ?></textarea>8309 <textarea <?= $max_length_attr ?> name="<?= $input_data['model_label']; ?>[<?= $input_data['model_field']; ?>]" id="clients-<?= $input_data['model_field']; ?>" class="form-control form-textarea" <?= $required; ?>><?= esc_textarea($input_data['value']); ?></textarea> 8310 8310 </div> 8311 8311 </div> … … 10060 10060 10061 10061 <?php echo $form; ?> 10062 10063 <div id="poweredby"> 10064 <?php 10065 if ($this->footer_powered_by_option == 1){ 10066 ?> 10067 Powered by <a href="https://www.registerone.com">RegisterONE</a> 10068 <?php 10069 } 10070 ?> 10071 v3.6.4 10072 : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a> 10073 <?php 10074 if(1 == 2){ 10075 echo "<hr>"; 10076 if($_SESSION['temp_pk']){ 10077 echo "session::temp_pk: "; 10078 echo $_SESSION['temp_pk']; 10079 echo "<br>"; 10080 } 10081 if($_SESSION['pk']){ 10082 echo "session::pk: "; 10083 echo $_SESSION['pk']; 10084 echo "<br>"; 10085 } 10086 } 10087 ?> 10062 10088 </div> 10063 <div class="clear"></div> 10089 10090 <div class="clear"></div> 10091 </div> 10064 10092 </div> 10065 <?php if( isset( $_GET['pk']) && $_GET['pk'] != null ): ?>10066 <div class="bottom-right-container">10067 Please <strong>BOOKMARK</strong> this page so you can edit your order later.10068 </div>10069 <?php endif; ?>10070 </div>10071 <div id="poweredby">10072 <?php10073 if ($this->footer_powered_by_option == 1){10074 ?>10075 Powered by <a href="https://www.registerone.com">RegisterONE</a>10076 <?php10077 }10078 ?>10079 v3.6.310080 : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a>10081 <?php10082 if(1 == 2){10083 echo "<hr>";10084 if($_SESSION['temp_pk']){10085 echo "session::temp_pk: ";10086 echo $_SESSION['temp_pk'];10087 echo "<br>";10088 }10089 if($_SESSION['pk']){10090 echo "session::pk: ";10091 echo $_SESSION['pk'];10092 echo "<br>";10093 }10094 }10095 ?>10096 10093 </div> 10097 10094 </div> -
registerone-event-forms/trunk/front-end/assets/css/form-custom.css
r2804103 r2806566 32 32 33 33 div#wrapper { 34 margin: 0 pxauto 0;34 margin: 0 auto 0; 35 35 } 36 36 … … 60 60 margin: auto; 61 61 padding-top: 15px; 62 -webkit-box-shadow: 1px 0px 10px 0px #6b6b6b; 63 -moz-box-shadow: 1px 0px 10px 0px #6b6b6b; 64 box-shadow: 1px 0px 10px 0px #6b6b6b; 62 padding-bottom: 5px; 63 -webkit-box-shadow: 1px 0 10px 0 #6b6b6b; 64 -moz-box-shadow: 1px 0 10px 0 #6b6b6b; 65 box-shadow: 1px 0 10px 0 #6b6b6b; 65 66 } 66 67 … … 328 329 padding: 5px 10px; 329 330 background-color: #fffdea; 330 margin: 4px 0 px6px 4px;331 margin: 4px 0 6px 4px; 331 332 } 332 333 … … 505 506 float: right; 506 507 padding: 10px; 507 /*margin: -10px -40px 0 px10px;*/508 /*margin: -10px -40px 0 10px;*/ 508 509 font-size: 18px; 509 510 text-align: center; … … 538 539 .btn-mini { 539 540 display: inline-block; 540 padding: 0 px 5px 0px5px;541 padding: 0 5px 0 5px; 541 542 margin-bottom: 0; 542 543 font-size: 15px; … … 586 587 border-color: #428bca; 587 588 color: white; 588 margin: 4px 0 px;589 margin: 4px 0; 589 590 float: right; 590 591 } … … 600 601 border-color: #428bca; 601 602 color: white; 602 margin: 4px 0 px;603 margin: 4px 0; 603 604 float: right; 604 605 } … … 843 844 } 844 845 846 .form-textarea { 847 width: 95%; 848 } 849 845 850 .easy-autocomplete input { 846 851 padding: 4px 10px; … … 1219 1224 border: solid #ccc; 1220 1225 padding: 5px 5px 5px 10px; 1221 border-width: 1px 1px 1px 0 px;1226 border-width: 1px 1px 1px 0; 1222 1227 background-color: #f6f6f6; 1223 1228 } … … 1295 1300 text-align: center; 1296 1301 background-color: #fff; 1297 margin: 0 px 0px20px 20px;1302 margin: 0 0 20px 20px; 1298 1303 width: 250px; 1299 1304 color: black; … … 1508 1513 width: 70%; 1509 1514 } 1515 .form-textarea { 1516 width: 95%; 1517 } 1510 1518 } 1511 1519 … … 1518 1526 1519 1527 .trumbowyg-box, .trumbowyg-editor { 1520 margin: 5px auto 0 pxauto;1528 margin: 5px auto 0 auto; 1521 1529 } 1522 1530 … … 1526 1534 .trumbowyg-editor li { 1527 1535 list-style: disc; 1528 padding-left: 0 px;1536 padding-left: 0; 1529 1537 margin-left: 40px; 1530 1538 } … … 1599 1607 -webkit-box-shadow: none; 1600 1608 box-shadow: none; 1601 margin: 0 px;1609 margin: 0; 1602 1610 border: 1px solid #CCC; 1603 1611 } … … 1624 1632 li.select2-search, 1625 1633 li.select2-search--inline{ 1626 margin: 0 px;1627 padding: 0 px;1634 margin: 0; 1635 padding: 0; 1628 1636 } 1629 1637 … … 1655 1663 .doc-thumb { 1656 1664 float: left; 1657 margin: 0 px10px;1665 margin: 0 10px; 1658 1666 } 1659 1667 … … 1662 1670 z-index: 1; 1663 1671 position: absolute; 1664 bottom: 0 px;1672 bottom: 0; 1665 1673 margin: 4px auto; 1666 1674 width: 100%; … … 1789 1797 color: #D8000C; 1790 1798 background-color: #FFD2D2; 1791 margin: 10px 0 px;1799 margin: 10px 0; 1792 1800 padding: 12px; 1793 1801 } -
registerone-event-forms/trunk/readme.txt
r2804103 r2806566 7 7 Requires at least: 5 8 8 Tested up to: 6.0 9 Version 3.6. 310 Stable tag: 3.6. 39 Version 3.6.4 10 Stable tag: 3.6.4 11 11 Requires PHP: 5.6 12 12 License: GPLv2 or later … … 138 138 == Changelog == 139 139 140 = 3.6.4 = 141 * UPDATE: Change footer formatting so it doesn't extend beyond main content block 142 * FIX: Autogrow js libs updated to correct hard width bug in hidden div style 143 140 144 = 3.6.3 = 141 145 * UPDATE: Added support for checkbox T&C agreement -
registerone-event-forms/trunk/registerone-wordpress-client.php
r2804103 r2806566 4 4 Plugin URI: https://www.registerone.com 5 5 Description: RegisterONE – Exhibitor & Speaker Registration, Advanced Booth Mapping, Ticketing 6 Version: 3.6. 36 Version: 3.6.4 7 7 Author: RegisterONE 8 8 Author URI: http://www.registerone.com … … 318 318 global $post; 319 319 320 $script_rev = '2022102 51530';320 $script_rev = '202210280918'; 321 321 322 322 if( is_a( $post, 'WP_Post' ) && has_shortcode( $post->post_content, $this->short_code)){ … … 831 831 wp_enqueue_style('dwc frontend jbox css'); 832 832 833 wp_register_script('dwc autogrow js', REGISTERONE_WORDPRESS_CLIENT_URL . '/front-end/assets/autogrow/ jquery.autogrow.min.js', array(), $script_rev);833 wp_register_script('dwc autogrow js', REGISTERONE_WORDPRESS_CLIENT_URL . '/front-end/assets/autogrow/autogrow.js', array(), $script_rev); 834 834 wp_enqueue_script('dwc autogrow js'); 835 836 wp_register_style('dwc autogrow css', REGISTERONE_WORDPRESS_CLIENT_URL . '/front-end/assets/autogrow/jquery.autogrow.min.css');837 wp_enqueue_style('dwc autogrow css');838 835 839 836 wp_register_style('dwc parsley css', REGISTERONE_WORDPRESS_CLIENT_URL . '/front-end/assets/css/parsley.css');
Note: See TracChangeset
for help on using the changeset viewer.