User Registration – Custom Registration Form, Login Form And User Profile For WordPress - Version 1.5.8

Version Description

  • 02/26/2019 =
  • Feature - Custom profile picture upload on account profile and admin profile.
  • Feature - Dashboard widget for users activity.
  • Feature - Default value for country field.
  • Feature - Option to delete user registration data on plugin deletion.
  • Feature - Password strength meter on lost password and change password form.
  • Add - Admin notice to leave review on wp.org
  • Add - Scroll to error message due to minimum password strength.
  • Remove - Caching prevention after header sent. Should've been as earlier as wp hook.
  • Fix - Minimum password strength bug
Download this release

Release Info

Developer wpeverest
Plugin Icon 128x128 User Registration – Custom Registration Form, Login Form And User Profile For WordPress
Version 1.5.8
Comparing to
See all releases

Code changes from version 1.5.7 to 1.5.8

Files changed (46) hide show
  1. assets/css/admin-rtl.css +1 -1
  2. assets/css/admin.css +1 -1
  3. assets/css/admin.scss +2 -0
  4. assets/css/dashboard-rtl.css +1 -0
  5. assets/css/dashboard.css +1 -0
  6. assets/css/dashboard.scss +55 -0
  7. assets/css/review-rtl.css +1 -0
  8. assets/css/review.css +1 -0
  9. assets/css/review.scss +60 -0
  10. assets/images/default_profile.png +0 -0
  11. assets/images/logo.png +0 -0
  12. assets/js/admin/dashboard-widget.js +26 -0
  13. assets/js/admin/dashboard-widget.min.js +1 -0
  14. assets/js/admin/review.js +19 -0
  15. assets/js/admin/review.min.js +1 -0
  16. assets/js/frontend/my-account.js +57 -0
  17. assets/js/frontend/my-account.min.js +1 -0
  18. assets/js/frontend/password-strength-meter.js +13 -5
  19. assets/js/frontend/password-strength-meter.min.js +1 -1
  20. assets/js/frontend/user-registration.js +6 -1
  21. assets/js/frontend/user-registration.min.js +1 -1
  22. includes/admin/class-ur-admin-assets.php +40 -0
  23. includes/admin/class-ur-admin-profile.php +40 -9
  24. includes/admin/class-ur-admin.php +45 -0
  25. includes/admin/functions-ur-admin.php +129 -0
  26. includes/admin/settings/class-ur-settings-general.php +9 -0
  27. includes/class-ur-ajax.php +34 -0
  28. includes/class-ur-cache-helper.php +0 -19
  29. includes/class-ur-email-confirmation.php +1 -1
  30. includes/class-ur-form-handler.php +5 -1
  31. includes/class-ur-frontend-scripts.php +6 -0
  32. includes/class-ur-install.php +15 -0
  33. includes/class-ur-plugin-updater.php +1 -0
  34. includes/class-ur-shortcodes.php +0 -1
  35. includes/form/settings/class-ur-setting-country.php +11 -0
  36. includes/functions-ur-account.php +104 -1
  37. includes/shortcodes/class-ur-shortcode-my-account.php +34 -2
  38. languages/user-registration.pot +297 -201
  39. package-lock.json +1 -1
  40. readme.txt +13 -1
  41. templates/dashboard-widget.php +81 -0
  42. templates/myaccount/form-edit-password.php +1 -1
  43. templates/myaccount/form-edit-profile.php +20 -4
  44. templates/myaccount/form-reset-password.php +1 -1
  45. uninstall.php +4 -1
  46. user-registration.php +2 -2
assets/css/admin-rtl.css CHANGED
@@ -1,2 +1,2 @@
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
- @charset "UTF-8";.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-left:3px}.blockUI.blockOverlay::before{height:1em;width:1em;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.ur-export-users-page{margin-top:15px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1;margin:0 15px 10px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .stuffbox .hndle{margin:10px}.ur_addons_wrap .products{overflow:hidden}.ur_addons_wrap .products li{margin:0 0 1% 1%!important;padding:0;vertical-align:top;width:19.2%;float:right}.ur_addons_wrap .products li:nth-child(5n){margin:0 0 1% 0!important}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #post-body{background-color:#fff}.user-registration_page_add-new-registration #post-body .error,.user-registration_page_add-new-registration #post-body .updated{margin:0}.user-registration_page_add-new-registration #post-body-content{position:relative;float:none}.user-registration_page_add-new-registration .howto span{float:right;margin-top:6px}.user-registration_page_add-new-registration .list-wrap{display:none;clear:both;margin-bottom:10px}.user-registration_page_add-new-registration .list li{display:none;margin:0;margin-bottom:5px}.user-registration_page_add-new-registration .list li .menu-item-title{cursor:pointer;display:block}.user-registration_page_add-new-registration .list li .menu-item-title input{margin-left:3px;margin-top:-3px}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:23px}.user-registration_page_add-new-registration .postbox p.submit{margin-bottom:0}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:left}.user-registration_page_add-new-registration .major-publishing-actions .form-invalid{padding-right:4px;margin-right:-4px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:25%}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-right:-5px;border-radius:3px 0 0 3px}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-top:4px}.user-registration_page_add-new-registration .blank-slate .menu-settings{display:none}.user-registration_page_add-new-registration .delete-action{float:right;line-height:28px}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background-color:#000;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#ddd;border-color:#ccc;color:#000}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:left;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration h2.ur-nav-tab-wrapper{margin-bottom:1em}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em;border-bottom:1px solid #ccc}.user-registration .subsubsub{margin:-8px 0 0}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table .select2-container{display:block;max-width:350px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .user-registration-help-tip,.user-registration table.form-table img.help_tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table span.help_tip{cursor:help;color:#2ea2cc}.user-registration table.form-table th{position:relative;padding-left:24px}.user-registration table.form-table .select2-container{vertical-align:top;margin-bottom:3px}.user-registration table.form-table table.widefat th{padding-left:inherit}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 0 0 -24px;float:left}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-right:20px;border:1px solid #ddd;border-left:0}.user-registration table.form-table .colorpick{border-right:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-right:10px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:32.66%}.ur_addons_wrap .products li:nth-child(5n){margin:0 0 1% 1%!important}.ur_addons_wrap .products li:nth-child(3n){margin:0 0 1% 0!important}}@media only screen and (max-width:1120px){.ur_addons_wrap .products li{width:49%;margin:0 0 2% 2%!important}.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){margin:0 0 2% 2%!important}.ur_addons_wrap .products li:nth-child(2n){margin:0 0 2% 0!important}}@media only screen and (max-width:900px){.ur_addons_wrap .products li{width:49%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li,.ur_addons_wrap .products li:nth-child(2n),.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){width:100%;margin:0 0 3% 0!important}}@media only screen and (min-width:769px) and (max-width:1000px){.user-registration_page_add-new-registration #post-body-content{min-width:0}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}}.ur-admin-template-options{display:none}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#f8f8f8;font-family:Roboto,sans-serif;border-bottom:1px solid #ddd}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from .ur-field{line-height:2}.ur-registered-from .ur-registered-inputs{width:35%;background-color:#f9f9f9}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;background-color:transparent;padding:0;font-family:Roboto,sans-serif;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:transparent;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:2px solid #217dbb;border-top:0 none;border-left:0 none;border-right:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;float:none;display:inline-block;border:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#666;background-color:transparent;padding:5px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#217dbb;color:#fff;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:10px;height:calc(100vh - 85px);overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#f2f2f2}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:0;font-size:16px;font-weight:600;font-family:Roboto,sans-serif;color:#404040}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{margin:15px 0;width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::before{content:' ';display:table}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after{clear:both}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:right;padding:10px 45px 10px 15px;height:auto;line-height:25px;width:48%;background-color:#3498db;color:#fff;margin-bottom:7px;word-break:break-word;white-space:normal;position:relative;cursor:move}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item .dashicons{position:absolute;top:0;bottom:0;background:rgba(0,0,0,.3);width:35px;right:0;line-height:2.9;font-size:16px;height:auto;margin-left:5px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n){float:left}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:hover{background-color:#217dbb;color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n+1){clear:both;display:block}.ur-registered-from .ur-selected-inputs{width:70%;box-sizing:border-box;border-right:1px solid #ddd;padding:20px;height:calc(100vh - 50px);overflow-y:auto}.ur-registered-from .ur-selected-inputs .ur-single-row{background-color:#f2f2f2;margin-bottom:20px;border:1px solid #ddd}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{background-color:#f2f2f2;border-bottom:1px solid #ddd;clear:both;display:table;width:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div{border-left:1px solid #ddd;display:inline-block;line-height:25px;color:#787878;float:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-size{padding:0 10px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation{width:25px;height:25px;background-color:#e8e8e8;font-family:dashicons;font-size:16px;cursor:pointer}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation:hover{background-color:#ddd}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row{float:left;border-radius:0;border:0;background-color:transparent;color:#787878;width:25px;height:25px;cursor:pointer;padding:0;line-height:25px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;padding:20px;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:right;border:0 none;padding:15px;background-color:#f7f7f7;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:2px dashed #d3d3d3}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:15px;position:relative;background-color:#f8f8f8;padding:20px;cursor:move;border:1px solid #e8e8e8;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{border:1px solid #3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#f8f8f8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active.ui-sortable-helper{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#e8e8e8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;left:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b1b1b1}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:14px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b1b1b1;padding-right:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;right:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-right:2px solid #f7f7f7}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2).ur-sortable-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-sortable-active{border-left:2px dotted #217dbb;border-right:2px dotted #217dbb;border-top:2px dotted #217dbb;border-bottom:2px dotted #217dbb;background-color:#e1f0fa}.ur-registered-from .ur-selected-inputs .ur-add-new-row{color:#b1b1b1;display:block;margin:0 auto;font-size:30px;width:40px;cursor:pointer;text-align:center;margin-bottom:20px;background-color:transparent;border:0 none}.ur-registered-from .ur-selected-inputs .ur-add-new-row:hover{color:#3498db}.ur-registered-from .ur-selected-inputs li.ur-registered-item{list-style:none;padding:10px 10px;line-height:20px;background-color:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item>span{font-size:14px;line-height:20px;width:auto;height:auto;margin-left:3px}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{padding:20px 0 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=text],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from select,.ur-registered-from textarea{border:1px solid #ddd;display:block;width:100%;color:#787878;box-shadow:0 0 0 transparent;font-size:12px;height:35px;padding:0 10px}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#ddd}.ur-registered-from label{display:block;width:100%;margin-bottom:10px;color:#666;font-size:12px;font-weight:500}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-registered-item.dragging{border:0;box-shadow:0 0 0 transparent;border-radius:0;padding:5px 10px;height:auto;background-color:#3498db;color:#fff;text-align:center;width:200px}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .ur-advance-setting label,.ur-registered-from .ur-general-setting label{display:block}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-left:10px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li input{margin-left:10px}.ur-registered-from .ur-options-list li .add,.ur-registered-from .ur-options-list li .remove{background:#fff;border:1px solid #ddd;color:#666;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 35px;flex:1 0 35px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:35px;position:relative}.ur-registered-from .ur-options-list li .add:hover,.ur-registered-from .ur-options-list li .remove:hover{background:#3498db;border-color:#3498db;color:#fff}.ur-registered-from .ur-options-list li .add i,.ur-registered-from .ur-options-list li .remove i{line-height:22px}.ur-registered-from .ur-options-list li .add{margin-left:10px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{background:#f2f2f2;border:1px solid #3498db;padding:5px;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{border:1px dashed #217dbb;background-color:#e1f0fa;visibility:visible!important}#sortable{min-height:400px}@media screen and (max-width:1400px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{font-size:12px}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-selected-inputs{width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:right;width:48%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-right:0 none;border-top:2px solid #f2f2f2}}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.ur_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{right:50%;margin-right:-6px}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.user-registration-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-dropdown{border-color:#ddd}.select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-left:24px}.select2-container .select2-selection--single .select2-selection__arrow{left:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}#ur-tab-registered-fields li.ur-registered-item.ui-draggable-disabled{background:#ccc}.ur-no-pointer{pointer-events:none}#ur-tab-field-settings{background:#f2f2f2}.dashicons,.user-registration table.form-table dashicons .dashicons{line-height:inherit}#smart-tags{text-align:center}.form-settings-tab{padding:10px 15px;cursor:pointer;background:#c4c4c4;margin-bottom:10px}.form-settings-tab.active{background:#217dbb;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}#ur-tab-registered-fields h2{cursor:pointer}#ur-tab-registered-fields h2:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;left:0;top:0;float:left}#ur-tab-registered-fields h2.closed:before{content:""!important}
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
+ @charset "UTF-8";.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-left:3px}.blockUI.blockOverlay::before{height:1em;width:1em;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.ur-export-users-page{margin-top:15px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1;margin:0 15px 10px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .stuffbox .hndle{margin:10px}.ur_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ur_addons_wrap .products li{margin:0 0 1% 1%!important;padding:0;vertical-align:top;width:19.2%;float:right}.ur_addons_wrap .products li:nth-child(5n){margin:0 0 1% 0!important}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #post-body{background-color:#fff}.user-registration_page_add-new-registration #post-body .error,.user-registration_page_add-new-registration #post-body .updated{margin:0}.user-registration_page_add-new-registration #post-body-content{position:relative;float:none}.user-registration_page_add-new-registration .howto span{float:right;margin-top:6px}.user-registration_page_add-new-registration .list-wrap{display:none;clear:both;margin-bottom:10px}.user-registration_page_add-new-registration .list li{display:none;margin:0;margin-bottom:5px}.user-registration_page_add-new-registration .list li .menu-item-title{cursor:pointer;display:block}.user-registration_page_add-new-registration .list li .menu-item-title input{margin-left:3px;margin-top:-3px}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:23px}.user-registration_page_add-new-registration .postbox p.submit{margin-bottom:0}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:left}.user-registration_page_add-new-registration .major-publishing-actions .form-invalid{padding-right:4px;margin-right:-4px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:25%}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-right:-5px;border-radius:3px 0 0 3px}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-top:4px}.user-registration_page_add-new-registration .blank-slate .menu-settings{display:none}.user-registration_page_add-new-registration .delete-action{float:right;line-height:28px}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background-color:#000;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#ddd;border-color:#ccc;color:#000}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:left;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration h2.ur-nav-tab-wrapper{margin-bottom:1em}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em;border-bottom:1px solid #ccc}.user-registration .subsubsub{margin:-8px 0 0}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table .select2-container{display:block;max-width:350px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .user-registration-help-tip,.user-registration table.form-table img.help_tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table span.help_tip{cursor:help;color:#2ea2cc}.user-registration table.form-table th{position:relative;padding-left:24px}.user-registration table.form-table .select2-container{vertical-align:top;margin-bottom:3px}.user-registration table.form-table table.widefat th{padding-left:inherit}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 0 0 -24px;float:left}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-right:20px;border:1px solid #ddd;border-left:0}.user-registration table.form-table .colorpick{border-right:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-right:10px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:32.66%}.ur_addons_wrap .products li:nth-child(5n){margin:0 0 1% 1%!important}.ur_addons_wrap .products li:nth-child(3n){margin:0 0 1% 0!important}}@media only screen and (max-width:1120px){.ur_addons_wrap .products li{width:49%;margin:0 0 2% 2%!important}.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){margin:0 0 2% 2%!important}.ur_addons_wrap .products li:nth-child(2n){margin:0 0 2% 0!important}}@media only screen and (max-width:900px){.ur_addons_wrap .products li{width:49%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li,.ur_addons_wrap .products li:nth-child(2n),.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){width:100%;margin:0 0 3% 0!important}}@media only screen and (min-width:769px) and (max-width:1000px){.user-registration_page_add-new-registration #post-body-content{min-width:0}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}}.ur-admin-template-options{display:none}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#f8f8f8;font-family:Roboto,sans-serif;border-bottom:1px solid #ddd}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from .ur-field{line-height:2}.ur-registered-from .ur-registered-inputs{width:35%;background-color:#f9f9f9}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;background-color:transparent;padding:0;font-family:Roboto,sans-serif;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:transparent;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:2px solid #217dbb;border-top:0 none;border-left:0 none;border-right:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;float:none;display:inline-block;border:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#666;background-color:transparent;padding:5px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#217dbb;color:#fff;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:10px;height:calc(100vh - 85px);overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#f2f2f2}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:0;font-size:16px;font-weight:600;font-family:Roboto,sans-serif;color:#404040}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{margin:15px 0;width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::before{content:' ';display:table}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after{clear:both}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:right;padding:10px 45px 10px 15px;height:auto;line-height:25px;width:48%;background-color:#3498db;color:#fff;margin-bottom:7px;word-break:break-word;white-space:normal;position:relative;cursor:move}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item .dashicons{position:absolute;top:0;bottom:0;background:rgba(0,0,0,.3);width:35px;right:0;line-height:2.9;font-size:16px;height:auto;margin-left:5px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n){float:left}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:hover{background-color:#217dbb;color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n+1){clear:both;display:block}.ur-registered-from .ur-selected-inputs{width:70%;box-sizing:border-box;border-right:1px solid #ddd;padding:20px;height:calc(100vh - 50px);overflow-y:auto}.ur-registered-from .ur-selected-inputs .ur-single-row{background-color:#f2f2f2;margin-bottom:20px;border:1px solid #ddd}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{background-color:#f2f2f2;border-bottom:1px solid #ddd;clear:both;display:table;width:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div{border-left:1px solid #ddd;display:inline-block;line-height:25px;color:#787878;float:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-size{padding:0 10px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation{width:25px;height:25px;background-color:#e8e8e8;font-family:dashicons;font-size:16px;cursor:pointer}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation:hover{background-color:#ddd}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row{float:left;border-radius:0;border:0;background-color:transparent;color:#787878;width:25px;height:25px;cursor:pointer;padding:0;line-height:25px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;padding:20px;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:right;border:0 none;padding:15px;background-color:#f7f7f7;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:2px dashed #d3d3d3}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:15px;position:relative;background-color:#f8f8f8;padding:20px;cursor:move;border:1px solid #e8e8e8;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{border:1px solid #3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#f8f8f8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active.ui-sortable-helper{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#e8e8e8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;left:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b1b1b1}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:14px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b1b1b1;padding-right:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;right:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-right:2px solid #f7f7f7}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2).ur-sortable-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-sortable-active{border-left:2px dotted #217dbb;border-right:2px dotted #217dbb;border-top:2px dotted #217dbb;border-bottom:2px dotted #217dbb;background-color:#e1f0fa}.ur-registered-from .ur-selected-inputs .ur-add-new-row{color:#b1b1b1;display:block;margin:0 auto;font-size:30px;width:40px;cursor:pointer;text-align:center;margin-bottom:20px;background-color:transparent;border:0 none}.ur-registered-from .ur-selected-inputs .ur-add-new-row:hover{color:#3498db}.ur-registered-from .ur-selected-inputs li.ur-registered-item{list-style:none;padding:10px 10px;line-height:20px;background-color:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item>span{font-size:14px;line-height:20px;width:auto;height:auto;margin-left:3px}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{padding:20px 0 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=text],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from select,.ur-registered-from textarea{border:1px solid #ddd;display:block;width:100%;color:#787878;box-shadow:0 0 0 transparent;font-size:12px;height:35px;padding:0 10px}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#ddd}.ur-registered-from label{display:block;width:100%;margin-bottom:10px;color:#666;font-size:12px;font-weight:500}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-registered-item.dragging{border:0;box-shadow:0 0 0 transparent;border-radius:0;padding:5px 10px;height:auto;background-color:#3498db;color:#fff;text-align:center;width:200px}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .ur-advance-setting label,.ur-registered-from .ur-general-setting label{display:block}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-left:10px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li input{margin-left:10px}.ur-registered-from .ur-options-list li .add,.ur-registered-from .ur-options-list li .remove{background:#fff;border:1px solid #ddd;color:#666;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 35px;flex:1 0 35px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:35px;position:relative}.ur-registered-from .ur-options-list li .add:hover,.ur-registered-from .ur-options-list li .remove:hover{background:#3498db;border-color:#3498db;color:#fff}.ur-registered-from .ur-options-list li .add i,.ur-registered-from .ur-options-list li .remove i{line-height:22px}.ur-registered-from .ur-options-list li .add{margin-left:10px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{background:#f2f2f2;border:1px solid #3498db;padding:5px;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{border:1px dashed #217dbb;background-color:#e1f0fa;visibility:visible!important}#sortable{min-height:400px}@media screen and (max-width:1400px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{font-size:12px}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-selected-inputs{width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:right;width:48%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-right:0 none;border-top:2px solid #f2f2f2}}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.ur_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{right:50%;margin-right:-6px}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.user-registration-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-dropdown{border-color:#ddd}.select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-left:24px}.select2-container .select2-selection--single .select2-selection__arrow{left:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}#ur-tab-registered-fields li.ur-registered-item.ui-draggable-disabled{background:#ccc}.ur-no-pointer{pointer-events:none}#ur-tab-field-settings{background:#f2f2f2}.dashicons,.user-registration table.form-table dashicons .dashicons{line-height:inherit}#smart-tags{text-align:center}.form-settings-tab{padding:10px 15px;cursor:pointer;background:#c4c4c4;margin-bottom:10px}.form-settings-tab.active{background:#217dbb;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}#ur-tab-registered-fields h2{cursor:pointer}#ur-tab-registered-fields h2:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;left:0;top:0;float:left}#ur-tab-registered-fields h2.closed:before{content:""!important}
assets/css/admin.css CHANGED
@@ -1,2 +1,2 @@
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
- @charset "UTF-8";.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-right:3px}.blockUI.blockOverlay::before{height:1em;width:1em;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.ur-export-users-page{margin-top:15px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1;margin:0 15px 10px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .stuffbox .hndle{margin:10px}.ur_addons_wrap .products{overflow:hidden}.ur_addons_wrap .products li{margin:0 1% 1% 0!important;padding:0;vertical-align:top;width:19.2%;float:left}.ur_addons_wrap .products li:nth-child(5n){margin:0 0 1% 0!important}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #post-body{background-color:#fff}.user-registration_page_add-new-registration #post-body .error,.user-registration_page_add-new-registration #post-body .updated{margin:0}.user-registration_page_add-new-registration #post-body-content{position:relative;float:none}.user-registration_page_add-new-registration .howto span{float:left;margin-top:6px}.user-registration_page_add-new-registration .list-wrap{display:none;clear:both;margin-bottom:10px}.user-registration_page_add-new-registration .list li{display:none;margin:0;margin-bottom:5px}.user-registration_page_add-new-registration .list li .menu-item-title{cursor:pointer;display:block}.user-registration_page_add-new-registration .list li .menu-item-title input{margin-right:3px;margin-top:-3px}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:23px}.user-registration_page_add-new-registration .postbox p.submit{margin-bottom:0}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:right}.user-registration_page_add-new-registration .major-publishing-actions .form-invalid{padding-left:4px;margin-left:-4px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:25%}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-left:-5px;border-radius:0 3px 3px 0}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-top:4px}.user-registration_page_add-new-registration .blank-slate .menu-settings{display:none}.user-registration_page_add-new-registration .delete-action{float:left;line-height:28px}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:#000;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#ddd;border-color:#ccc;color:#000}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;left:0;right:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:right;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration h2.ur-nav-tab-wrapper{margin-bottom:1em}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em;border-bottom:1px solid #ccc}.user-registration .subsubsub{margin:-8px 0 0}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table .select2-container{display:block;max-width:350px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .user-registration-help-tip,.user-registration table.form-table img.help_tip{padding:0;margin:-4px 0 0 5px;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table span.help_tip{cursor:help;color:#2ea2cc}.user-registration table.form-table th{position:relative;padding-right:24px}.user-registration table.form-table .select2-container{vertical-align:top;margin-bottom:3px}.user-registration table.form-table table.widefat th{padding-right:inherit}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 -24px 0 0;float:right}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 0 0 5px}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-left:20px;border:1px solid #ddd;border-right:0}.user-registration table.form-table .colorpick{border-left:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-left:10px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:32.66%}.ur_addons_wrap .products li:nth-child(5n){margin:0 1% 1% 0!important}.ur_addons_wrap .products li:nth-child(3n){margin:0 0 1% 0!important}}@media only screen and (max-width:1120px){.ur_addons_wrap .products li{width:49%;margin:0 2% 2% 0!important}.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){margin:0 2% 2% 0!important}.ur_addons_wrap .products li:nth-child(2n){margin:0 0 2% 0!important}}@media only screen and (max-width:900px){.ur_addons_wrap .products li{width:49%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li,.ur_addons_wrap .products li:nth-child(2n),.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){width:100%;margin:0 0 3% 0!important}}@media only screen and (min-width:769px) and (max-width:1000px){.user-registration_page_add-new-registration #post-body-content{min-width:0}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}}.ur-admin-template-options{display:none}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#f8f8f8;font-family:Roboto,sans-serif;border-bottom:1px solid #ddd}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from .ur-field{line-height:2}.ur-registered-from .ur-registered-inputs{width:35%;background-color:#f9f9f9}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;background-color:transparent;padding:0;font-family:Roboto,sans-serif;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:transparent;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:2px solid #217dbb;border-top:0 none;border-right:0 none;border-left:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;float:none;display:inline-block;border:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#666;background-color:transparent;padding:5px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#217dbb;color:#fff;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:10px;height:calc(100vh - 85px);overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#f2f2f2}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:0;font-size:16px;font-weight:600;font-family:Roboto,sans-serif;color:#404040}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{margin:15px 0;width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::before{content:' ';display:table}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after{clear:both}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:left;padding:10px 15px 10px 45px;height:auto;line-height:25px;width:48%;background-color:#3498db;color:#fff;margin-bottom:7px;word-break:break-word;white-space:normal;position:relative;cursor:move}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item .dashicons{position:absolute;top:0;bottom:0;background:rgba(0,0,0,.3);width:35px;left:0;line-height:2.9;font-size:16px;height:auto;margin-right:5px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n){float:right}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:hover{background-color:#217dbb;color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n+1){clear:both;display:block}.ur-registered-from .ur-selected-inputs{width:70%;box-sizing:border-box;border-left:1px solid #ddd;padding:20px;height:calc(100vh - 50px);overflow-y:auto}.ur-registered-from .ur-selected-inputs .ur-single-row{background-color:#f2f2f2;margin-bottom:20px;border:1px solid #ddd}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{background-color:#f2f2f2;border-bottom:1px solid #ddd;clear:both;display:table;width:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div{border-right:1px solid #ddd;display:inline-block;line-height:25px;color:#787878;float:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-size{padding:0 10px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation{width:25px;height:25px;background-color:#e8e8e8;font-family:dashicons;font-size:16px;cursor:pointer}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation:hover{background-color:#ddd}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row{float:right;border-radius:0;border:0;background-color:transparent;color:#787878;width:25px;height:25px;cursor:pointer;padding:0;line-height:25px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;padding:20px;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:left;border:0 none;padding:15px;background-color:#f7f7f7;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:2px dashed #d3d3d3}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:15px;position:relative;background-color:#f8f8f8;padding:20px;cursor:move;border:1px solid #e8e8e8;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{border:1px solid #3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#f8f8f8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active.ui-sortable-helper{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#e8e8e8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;right:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b1b1b1}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:14px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b1b1b1;padding-left:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;left:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-left:2px solid #f7f7f7}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2).ur-sortable-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-sortable-active{border-right:2px dotted #217dbb;border-left:2px dotted #217dbb;border-top:2px dotted #217dbb;border-bottom:2px dotted #217dbb;background-color:#e1f0fa}.ur-registered-from .ur-selected-inputs .ur-add-new-row{color:#b1b1b1;display:block;margin:0 auto;font-size:30px;width:40px;cursor:pointer;text-align:center;margin-bottom:20px;background-color:transparent;border:0 none}.ur-registered-from .ur-selected-inputs .ur-add-new-row:hover{color:#3498db}.ur-registered-from .ur-selected-inputs li.ur-registered-item{list-style:none;padding:10px 10px;line-height:20px;background-color:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item>span{font-size:14px;line-height:20px;width:auto;height:auto;margin-right:3px}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{padding:20px 0 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=text],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from select,.ur-registered-from textarea{border:1px solid #ddd;display:block;width:100%;color:#787878;box-shadow:0 0 0 transparent;font-size:12px;height:35px;padding:0 10px}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#ddd}.ur-registered-from label{display:block;width:100%;margin-bottom:10px;color:#666;font-size:12px;font-weight:500}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-registered-item.dragging{border:0;box-shadow:0 0 0 transparent;border-radius:0;padding:5px 10px;height:auto;background-color:#3498db;color:#fff;text-align:center;width:200px}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .ur-advance-setting label,.ur-registered-from .ur-general-setting label{display:block}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-right:10px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li input{margin-right:10px}.ur-registered-from .ur-options-list li .add,.ur-registered-from .ur-options-list li .remove{background:#fff;border:1px solid #ddd;color:#666;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 35px;flex:1 0 35px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:35px;position:relative}.ur-registered-from .ur-options-list li .add:hover,.ur-registered-from .ur-options-list li .remove:hover{background:#3498db;border-color:#3498db;color:#fff}.ur-registered-from .ur-options-list li .add i,.ur-registered-from .ur-options-list li .remove i{line-height:22px}.ur-registered-from .ur-options-list li .add{margin-right:10px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{background:#f2f2f2;border:1px solid #3498db;padding:5px;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{border:1px dashed #217dbb;background-color:#e1f0fa;visibility:visible!important}#sortable{min-height:400px}@media screen and (max-width:1400px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{font-size:12px}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-selected-inputs{width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:left;width:48%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-left:0 none;border-top:2px solid #f2f2f2}}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.ur_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.user-registration-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-dropdown{border-color:#ddd}.select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-right:24px}.select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}#ur-tab-registered-fields li.ur-registered-item.ui-draggable-disabled{background:#ccc}.ur-no-pointer{pointer-events:none}#ur-tab-field-settings{background:#f2f2f2}.dashicons,.user-registration table.form-table dashicons .dashicons{line-height:inherit}#smart-tags{text-align:center}.form-settings-tab{padding:10px 15px;cursor:pointer;background:#c4c4c4;margin-bottom:10px}.form-settings-tab.active{background:#217dbb;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}#ur-tab-registered-fields h2{cursor:pointer}#ur-tab-registered-fields h2:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;right:0;top:0;float:right}#ur-tab-registered-fields h2.closed:before{content:""!important}
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
+ @charset "UTF-8";.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-right:3px}.blockUI.blockOverlay::before{height:1em;width:1em;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.ur-export-users-page{margin-top:15px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1;margin:0 15px 10px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .stuffbox .hndle{margin:10px}.ur_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ur_addons_wrap .products li{margin:0 1% 1% 0!important;padding:0;vertical-align:top;width:19.2%;float:left}.ur_addons_wrap .products li:nth-child(5n){margin:0 0 1% 0!important}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #post-body{background-color:#fff}.user-registration_page_add-new-registration #post-body .error,.user-registration_page_add-new-registration #post-body .updated{margin:0}.user-registration_page_add-new-registration #post-body-content{position:relative;float:none}.user-registration_page_add-new-registration .howto span{float:left;margin-top:6px}.user-registration_page_add-new-registration .list-wrap{display:none;clear:both;margin-bottom:10px}.user-registration_page_add-new-registration .list li{display:none;margin:0;margin-bottom:5px}.user-registration_page_add-new-registration .list li .menu-item-title{cursor:pointer;display:block}.user-registration_page_add-new-registration .list li .menu-item-title input{margin-right:3px;margin-top:-3px}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:23px}.user-registration_page_add-new-registration .postbox p.submit{margin-bottom:0}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:right}.user-registration_page_add-new-registration .major-publishing-actions .form-invalid{padding-left:4px;margin-left:-4px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:25%}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-left:-5px;border-radius:0 3px 3px 0}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-top:4px}.user-registration_page_add-new-registration .blank-slate .menu-settings{display:none}.user-registration_page_add-new-registration .delete-action{float:left;line-height:28px}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:#000;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#ddd;border-color:#ccc;color:#000}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;left:0;right:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:right;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration h2.ur-nav-tab-wrapper{margin-bottom:1em}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em;border-bottom:1px solid #ccc}.user-registration .subsubsub{margin:-8px 0 0}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table .select2-container{display:block;max-width:350px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .user-registration-help-tip,.user-registration table.form-table img.help_tip{padding:0;margin:-4px 0 0 5px;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table span.help_tip{cursor:help;color:#2ea2cc}.user-registration table.form-table th{position:relative;padding-right:24px}.user-registration table.form-table .select2-container{vertical-align:top;margin-bottom:3px}.user-registration table.form-table table.widefat th{padding-right:inherit}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 -24px 0 0;float:right}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 0 0 5px}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-left:20px;border:1px solid #ddd;border-right:0}.user-registration table.form-table .colorpick{border-left:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-left:10px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:32.66%}.ur_addons_wrap .products li:nth-child(5n){margin:0 1% 1% 0!important}.ur_addons_wrap .products li:nth-child(3n){margin:0 0 1% 0!important}}@media only screen and (max-width:1120px){.ur_addons_wrap .products li{width:49%;margin:0 2% 2% 0!important}.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){margin:0 2% 2% 0!important}.ur_addons_wrap .products li:nth-child(2n){margin:0 0 2% 0!important}}@media only screen and (max-width:900px){.ur_addons_wrap .products li{width:49%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li,.ur_addons_wrap .products li:nth-child(2n),.ur_addons_wrap .products li:nth-child(3n),.ur_addons_wrap .products li:nth-child(5n){width:100%;margin:0 0 3% 0!important}}@media only screen and (min-width:769px) and (max-width:1000px){.user-registration_page_add-new-registration #post-body-content{min-width:0}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}}.ur-admin-template-options{display:none}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#f8f8f8;font-family:Roboto,sans-serif;border-bottom:1px solid #ddd}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from .ur-field{line-height:2}.ur-registered-from .ur-registered-inputs{width:35%;background-color:#f9f9f9}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;background-color:transparent;padding:0;font-family:Roboto,sans-serif;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:transparent;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:2px solid #217dbb;border-top:0 none;border-right:0 none;border-left:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;float:none;display:inline-block;border:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#666;background-color:transparent;padding:5px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#217dbb;color:#fff;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:10px;height:calc(100vh - 85px);overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#f2f2f2}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:0;font-size:16px;font-weight:600;font-family:Roboto,sans-serif;color:#404040}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{margin:15px 0;width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::before{content:' ';display:table}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list::after{clear:both}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:left;padding:10px 15px 10px 45px;height:auto;line-height:25px;width:48%;background-color:#3498db;color:#fff;margin-bottom:7px;word-break:break-word;white-space:normal;position:relative;cursor:move}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item .dashicons{position:absolute;top:0;bottom:0;background:rgba(0,0,0,.3);width:35px;left:0;line-height:2.9;font-size:16px;height:auto;margin-right:5px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n){float:right}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:hover{background-color:#217dbb;color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item:nth-child(2n+1){clear:both;display:block}.ur-registered-from .ur-selected-inputs{width:70%;box-sizing:border-box;border-left:1px solid #ddd;padding:20px;height:calc(100vh - 50px);overflow-y:auto}.ur-registered-from .ur-selected-inputs .ur-single-row{background-color:#f2f2f2;margin-bottom:20px;border:1px solid #ddd}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{background-color:#f2f2f2;border-bottom:1px solid #ddd;clear:both;display:table;width:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div{border-right:1px solid #ddd;display:inline-block;line-height:25px;color:#787878;float:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-size{padding:0 10px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation{width:25px;height:25px;background-color:#e8e8e8;font-family:dashicons;font-size:16px;cursor:pointer}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids div.ur-grid-navigation:hover{background-color:#ddd}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row{float:right;border-radius:0;border:0;background-color:transparent;color:#787878;width:25px;height:25px;cursor:pointer;padding:0;line-height:25px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-remove-row:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;padding:20px;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:left;border:0 none;padding:15px;background-color:#f7f7f7;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:2px dashed #d3d3d3}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:15px;position:relative;background-color:#f8f8f8;padding:20px;cursor:move;border:1px solid #e8e8e8;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{border:1px solid #3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#f8f8f8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active.ui-sortable-helper{box-shadow:0 0 20px rgba(0,0,0,.2);background-color:#e8e8e8}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;right:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b1b1b1}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:14px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#3498db}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#d82223}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b1b1b1;padding-left:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;left:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-left:2px solid #f7f7f7}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2).ur-sortable-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-sortable-active{border-right:2px dotted #217dbb;border-left:2px dotted #217dbb;border-top:2px dotted #217dbb;border-bottom:2px dotted #217dbb;background-color:#e1f0fa}.ur-registered-from .ur-selected-inputs .ur-add-new-row{color:#b1b1b1;display:block;margin:0 auto;font-size:30px;width:40px;cursor:pointer;text-align:center;margin-bottom:20px;background-color:transparent;border:0 none}.ur-registered-from .ur-selected-inputs .ur-add-new-row:hover{color:#3498db}.ur-registered-from .ur-selected-inputs li.ur-registered-item{list-style:none;padding:10px 10px;line-height:20px;background-color:#3498db;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item>span{font-size:14px;line-height:20px;width:auto;height:auto;margin-right:3px}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{padding:20px 0 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=text],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from select,.ur-registered-from textarea{border:1px solid #ddd;display:block;width:100%;color:#787878;box-shadow:0 0 0 transparent;font-size:12px;height:35px;padding:0 10px}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#ddd}.ur-registered-from label{display:block;width:100%;margin-bottom:10px;color:#666;font-size:12px;font-weight:500}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-registered-item.dragging{border:0;box-shadow:0 0 0 transparent;border-radius:0;padding:5px 10px;height:auto;background-color:#3498db;color:#fff;text-align:center;width:200px}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .ur-advance-setting label,.ur-registered-from .ur-general-setting label{display:block}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-right:10px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li input{margin-right:10px}.ur-registered-from .ur-options-list li .add,.ur-registered-from .ur-options-list li .remove{background:#fff;border:1px solid #ddd;color:#666;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 35px;flex:1 0 35px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:35px;position:relative}.ur-registered-from .ur-options-list li .add:hover,.ur-registered-from .ur-options-list li .remove:hover{background:#3498db;border-color:#3498db;color:#fff}.ur-registered-from .ur-options-list li .add i,.ur-registered-from .ur-options-list li .remove i{line-height:22px}.ur-registered-from .ur-options-list li .add{margin-right:10px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{background:#f2f2f2;border:1px solid #3498db;padding:5px;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{border:1px dashed #217dbb;background-color:#e1f0fa;visibility:visible!important}#sortable{min-height:400px}@media screen and (max-width:1400px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{font-size:12px}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-selected-inputs{width:100%}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:left;width:48%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-left:0 none;border-top:2px solid #f2f2f2}}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.ur_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.user-registration-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-dropdown{border-color:#ddd}.select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-right:24px}.select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}#ur-tab-registered-fields li.ur-registered-item.ui-draggable-disabled{background:#ccc}.ur-no-pointer{pointer-events:none}#ur-tab-field-settings{background:#f2f2f2}.dashicons,.user-registration table.form-table dashicons .dashicons{line-height:inherit}#smart-tags{text-align:center}.form-settings-tab{padding:10px 15px;cursor:pointer;background:#c4c4c4;margin-bottom:10px}.form-settings-tab.active{background:#217dbb;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}#ur-tab-registered-fields h2{cursor:pointer}#ur-tab-registered-fields h2:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;right:0;top:0;float:right}#ur-tab-registered-fields h2.closed:before{content:""!important}
assets/css/admin.scss CHANGED
@@ -34,6 +34,8 @@
34
 
35
  .products {
36
  overflow: hidden;
 
 
37
 
38
  li {
39
  margin: 0 1% 1% 0 !important;
34
 
35
  .products {
36
  overflow: hidden;
37
+ display: flex;
38
+ flex-wrap: wrap;
39
 
40
  li {
41
  margin: 0 1% 1% 0 !important;
assets/css/dashboard-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ .ur-dashboard-widget .ur-logo-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:12px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;font-size:14px;font-weight:600;margin-right:15px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info .ur-version{font-size:12px;font-weight:400}.ur-dashboard-widget .ur-dashboard-widget-forms .components-select-control__input{min-width:250px}.ur-dashboard-widget-statictics{margin-right:-12px;margin-left:-12px;margin-top:12px;border-top:1px solid #eee}.ur-dashboard-widget-statictics ul{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.ur-dashboard-widget-statictics ul li{-webkit-box-flex:1;-webkit-flex:1;flex:1;font-weight:600;text-align:center;border-left:1px solid #eee}.ur-dashboard-widget-statictics ul li:last-child{border-left:none}
assets/css/dashboard.css ADDED
@@ -0,0 +1 @@
 
1
+ .ur-dashboard-widget .ur-logo-wrap{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:12px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;font-size:14px;font-weight:600;margin-left:15px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info .ur-version{font-size:12px;font-weight:400}.ur-dashboard-widget .ur-dashboard-widget-forms .components-select-control__input{min-width:250px}.ur-dashboard-widget-statictics{margin-left:-12px;margin-right:-12px;margin-top:12px;border-top:1px solid #eee}.ur-dashboard-widget-statictics ul{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.ur-dashboard-widget-statictics ul li{-webkit-box-flex:1;-webkit-flex:1;flex:1;font-weight:600;text-align:center;border-right:1px solid #eee}.ur-dashboard-widget-statictics ul li:last-child{border-right:none}
assets/css/dashboard.scss ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * User Registration Activity on Dashboard
3
+ */
4
+ .ur-dashboard-widget {
5
+
6
+ .ur-logo-wrap {
7
+ align-items: center;
8
+ display: flex;
9
+ margin-bottom: 12px;
10
+
11
+ .ur-plugin-info {
12
+ display: flex;
13
+ flex-direction: column;
14
+ font-size: 14px;
15
+ font-weight: 600;
16
+ margin-left: 15px;
17
+
18
+ .ur-version {
19
+ font-size:12px;
20
+ font-weight: normal;
21
+ }
22
+ }
23
+ }
24
+
25
+ .ur-dashboard-widget-forms {
26
+
27
+ .components-select-control__input {
28
+ min-width: 250px;
29
+ }
30
+ }
31
+ }
32
+
33
+ .ur-dashboard-widget-statictics {
34
+ margin-left: -12px;
35
+ margin-right: -12px;
36
+ margin-top: 12px;
37
+ border-top: 1px solid #eeeeee;
38
+
39
+ ul {
40
+ display: flex;
41
+ flex-wrap: wrap;
42
+ margin-bottom: 0;
43
+
44
+ li {
45
+ flex: 1;
46
+ font-weight: 600;
47
+ text-align: center;
48
+ border-right: 1px solid #eeeeee;
49
+
50
+ &:last-child {
51
+ border-right: none;
52
+ }
53
+ }
54
+ }
55
+ }
assets/css/review-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ #user-registration-review-notice.user-registration-review-notice{padding:15px 0 15px 15px;background-color:#fff}#user-registration-review-notice .notice-dismiss:before{display:none}#user-registration-review-notice .user-registration-review-thumbnail{float:right;text-align:center;margin:5px 20px}#user-registration-review-notice .user-registration-review-thumbnail img{border-radius:5px;vertical-align:middle}#user-registration-review-notice .user-registration-review-text{overflow:hidden}#user-registration-review-notice .user-registration-review-text h3{font-size:20px;margin:0 0 5px;line-height:1.3}#user-registration-review-notice .user-registration-review-text p{font-size:13px}#user-registration-review-notice .user-registration-review-ul{margin:0;padding:0}#user-registration-review-notice .user-registration-review-ul li{display:inline-block;margin-left:10px}#user-registration-review-notice .user-registration-review-ul li a{display:inline-block;text-decoration:none;position:relative}#user-registration-review-notice .user-registration-review-ul li a span{margin-top:3px;margin-left:5px}
assets/css/review.css ADDED
@@ -0,0 +1 @@
 
1
+ #user-registration-review-notice.user-registration-review-notice{padding:15px 15px 15px 0;background-color:#fff}#user-registration-review-notice .notice-dismiss:before{display:none}#user-registration-review-notice .user-registration-review-thumbnail{float:left;text-align:center;margin:5px 20px}#user-registration-review-notice .user-registration-review-thumbnail img{border-radius:5px;vertical-align:middle}#user-registration-review-notice .user-registration-review-text{overflow:hidden}#user-registration-review-notice .user-registration-review-text h3{font-size:20px;margin:0 0 5px;line-height:1.3}#user-registration-review-notice .user-registration-review-text p{font-size:13px}#user-registration-review-notice .user-registration-review-ul{margin:0;padding:0}#user-registration-review-notice .user-registration-review-ul li{display:inline-block;margin-right:10px}#user-registration-review-notice .user-registration-review-ul li a{display:inline-block;text-decoration:none;position:relative}#user-registration-review-notice .user-registration-review-ul li a span{margin-top:3px;margin-right:5px}
assets/css/review.scss ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #user-registration-review-notice {
2
+
3
+ &.user-registration-review-notice {
4
+ padding: 15px 15px 15px 0;
5
+ background-color: #fff;
6
+ }
7
+
8
+ .notice-dismiss{
9
+
10
+ &:before{
11
+ display: none;
12
+ }
13
+ }
14
+
15
+ .user-registration-review-thumbnail {
16
+ float: left;
17
+ text-align: center;
18
+ margin: 5px 20px;
19
+
20
+ img {
21
+ border-radius: 5px;
22
+ vertical-align: middle;
23
+ }
24
+ }
25
+
26
+ .user-registration-review-text {
27
+ overflow: hidden;
28
+
29
+ h3 {
30
+ font-size: 20px;
31
+ margin: 0 0 5px;
32
+ line-height: 1.3;
33
+ }
34
+
35
+ p {
36
+ font-size: 13px;
37
+ }
38
+ }
39
+
40
+ .user-registration-review-ul {
41
+ margin: 0;
42
+ padding: 0;
43
+
44
+ li {
45
+ display: inline-block;
46
+ margin-right: 10px;
47
+
48
+ a {
49
+ display: inline-block;
50
+ text-decoration: none;
51
+ position: relative;
52
+
53
+ span {
54
+ margin-top: 3px;
55
+ margin-right: 5px;
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
assets/images/default_profile.png ADDED
Binary file
assets/images/logo.png CHANGED
Binary file
assets/js/admin/dashboard-widget.js ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(function ($) {
2
+
3
+ $( '#ur-dashboard-widget-forms' ).on( 'change', function( e ) {
4
+ $('.ur-today-users').html('').html('<i>'+ur_widget_params.loading+'</i>' );
5
+ $('.ur-last-week-users').html('').html( '<i>'+ur_widget_params.loading+'</i>' );
6
+ $('.ur-last-month-users').html('').html( '<i>'+ur_widget_params.loading+'</i>' );
7
+ $('.ur-total-users').html('').html( '<i>'+ur_widget_params.loading+'</i>' );
8
+
9
+ var form_id = $('#ur-dashboard-widget-forms').val();
10
+ var data = {
11
+ action: 'user_registration_dashboard_widget',
12
+ form_id: form_id,
13
+ security: ur_widget_params.widget_nonce
14
+ };
15
+
16
+ $.post( ur_widget_params.ajax_url, data, function( response ) {
17
+ $('.ur-today-users').html('').html( response.today_users );
18
+ $('.ur-last-week-users').html('').html( response.last_week_users );
19
+ $('.ur-last-month-users').html('').html( response.last_month_users );
20
+ $('.ur-total-users').html('').html( response.total_users );
21
+
22
+ }).fail( function( xhr ) {
23
+ window.console.log( xhr.responseText );
24
+ });
25
+ });
26
+ });
assets/js/admin/dashboard-widget.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(t){t("#ur-dashboard-widget-forms").on("change",function(r){t(".ur-today-users").html("").html("<i>"+ur_widget_params.loading+"</i>"),t(".ur-last-week-users").html("").html("<i>"+ur_widget_params.loading+"</i>"),t(".ur-last-month-users").html("").html("<i>"+ur_widget_params.loading+"</i>"),t(".ur-total-users").html("").html("<i>"+ur_widget_params.loading+"</i>");var s={action:"user_registration_dashboard_widget",form_id:t("#ur-dashboard-widget-forms").val(),security:ur_widget_params.widget_nonce};t.post(ur_widget_params.ajax_url,s,function(r){t(".ur-today-users").html("").html(r.today_users),t(".ur-last-week-users").html("").html(r.last_week_users),t(".ur-last-month-users").html("").html(r.last_month_users),t(".ur-total-users").html("").html(r.total_users)}).fail(function(t){window.console.log(t.responseText)})})});
assets/js/admin/review.js ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( function( $ ) {
2
+
3
+ // Review notice.
4
+ jQuery('body').on('click', '#user-registration-review-notice .notice-dismiss', function(e) {
5
+ e.preventDefault();
6
+
7
+ jQuery("#user-registration-review-notice").hide();
8
+
9
+ var data = {
10
+ action: 'user_registration_dismiss_review_notice',
11
+ security: ur_review_params.review_nonce,
12
+ dismissed: true,
13
+ };
14
+
15
+ $.post( ur_review_params.ajax_url, data, function( response ) {
16
+ // Success. Do nothing. Silence is golden.
17
+ });
18
+ });
19
+ });
assets/js/admin/review.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(e){jQuery("body").on("click","#user-registration-review-notice .notice-dismiss",function(i){i.preventDefault(),jQuery("#user-registration-review-notice").hide();var r={action:"user_registration_dismiss_review_notice",security:ur_review_params.review_nonce,dismissed:!0};e.post(ur_review_params.ajax_url,r,function(e){})})});
assets/js/frontend/my-account.js ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(function ( $ ) {
2
+ $('.profile-pic-upload').on('click', function (e) {
3
+ e.preventDefault();
4
+
5
+ if( ! ur_my_account_params.current_user_can ) {
6
+ wp.media.controller.Library.prototype.defaults.contentUserSetting = false;
7
+ wp.media.controller.Library.prototype.defaults.router = false;
8
+ wp.media.controller.Library.prototype.defaults.searchable = true;
9
+ wp.media.controller.Library.prototype.defaults.sortable = false;
10
+ }
11
+
12
+ var preview = $( this ).closest('form').find( 'img.profile-preview' ),
13
+ image = wp.media({
14
+ title: ur_my_account_params.upload_image,
15
+ button: {
16
+ text: ur_my_account_params.select_image
17
+ },
18
+ multiple: false
19
+ }).open(),
20
+ input_hidden = $( this ).closest('form').find( 'input[name="profile-pic-id"]' ),
21
+ remove_button = $( this ).closest('form').find( 'button.profile-pic-remove' );
22
+
23
+ image.on( 'select', function () {
24
+ // This will return the selected image from the Media Uploader, the result is an object.
25
+ var uploadedImage = image.state().get( 'selection' ).first(),
26
+ previewImage = uploadedImage.toJSON().sizes.full.url,
27
+ imageID,
28
+ imageUrl;
29
+
30
+ imageUrl = uploadedImage.toJSON().sizes.full.url;
31
+ imageID = uploadedImage.toJSON().id;
32
+
33
+ if ( !_.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
34
+ previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
35
+ }else{
36
+ previewImage = imageUrl;
37
+ }
38
+
39
+ // Show extra controls if the value has an image.
40
+ if( '' !== previewImage ) {
41
+ preview.attr('src', previewImage);
42
+ input_hidden.val(imageID);
43
+ remove_button.show();
44
+ }
45
+ } );
46
+ });
47
+
48
+ $('.profile-pic-remove').on('click', function (e) {
49
+ e.preventDefault();
50
+ var input_hidden = $( this ).closest('form').find( 'input[name="profile-pic-id"]' ),
51
+ profile_default_input_hidden = $( this ).closest('form').find( 'input[name="profile-default-image"]' ),
52
+ preview = $( this ).closest('form').find( 'img.profile-preview' );
53
+ input_hidden.val('');
54
+ preview.attr('src', profile_default_input_hidden.val());
55
+ $(this).hide();
56
+ });
57
+ });
assets/js/frontend/my-account.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(e){e(".profile-pic-upload").on("click",function(t){t.preventDefault(),ur_my_account_params.current_user_can||(wp.media.controller.Library.prototype.defaults.contentUserSetting=!1,wp.media.controller.Library.prototype.defaults.router=!1,wp.media.controller.Library.prototype.defaults.searchable=!0,wp.media.controller.Library.prototype.defaults.sortable=!1);var i=e(this).closest("form").find("img.profile-preview"),r=wp.media({title:ur_my_account_params.upload_image,button:{text:ur_my_account_params.select_image},multiple:!1}).open(),o=e(this).closest("form").find('input[name="profile-pic-id"]'),l=e(this).closest("form").find("button.profile-pic-remove");r.on("select",function(){var e,t,a=r.state().get("selection").first(),s=a.toJSON().sizes.full.url;t=a.toJSON().sizes.full.url,e=a.toJSON().id,""!==(s=_.isUndefined(a.toJSON().sizes.thumbnail)?t:a.toJSON().sizes.thumbnail.url)&&(i.attr("src",s),o.val(e),l.show())})}),e(".profile-pic-remove").on("click",function(t){t.preventDefault();var i=e(this).closest("form").find('input[name="profile-pic-id"]'),r=e(this).closest("form").find('input[name="profile-default-image"]'),o=e(this).closest("form").find("img.profile-preview");i.val(""),o.attr("src",r.val()),e(this).hide()})});
assets/js/frontend/password-strength-meter.js CHANGED
@@ -5,13 +5,13 @@ jQuery(function ( $ ) {
5
  * Password Strength Meter class.
6
  */
7
  var ur_password_strength_meter = {
 
8
  /**
9
  * Initialize strength meter actions.
10
  */
11
  init: function () {
12
  var $this = this;
13
- $(document.body).on('keyup change', 'input[name="user_pass"]', function () {
14
-
15
  var enable_strength_password = $(this).closest('form').attr('data-enable-strength-password');
16
  if ( 'no' === enable_strength_password ) {
17
  return;
@@ -62,11 +62,15 @@ jQuery(function ( $ ) {
62
  var meter = wrapper.find('.user-registration-password-strength');
63
  var hint = wrapper.find('.user-registration-password-hint');
64
  var hint_html = '<small class="user-registration-password-hint">' + ur_password_strength_meter_params.i18n_password_hint + '</small>';
 
 
 
65
  var blacklistArray = wp.passwordStrength.userInputBlacklist();
66
  blacklistArray.push( wrapper.find('input[data-id="user_email"]').val() ); // Add email address in blacklist.
67
  blacklistArray.push( wrapper.find('input[data-id="user_login"]').val() ); // Add username in blacklist.
68
 
69
  var strength = wp.passwordStrength.meter(field.val(), blacklistArray);
 
70
  var error = '';
71
  // Reset
72
  meter.removeClass('short bad good strong');
@@ -74,6 +78,12 @@ jQuery(function ( $ ) {
74
 
75
  wrapper.find('.user-registration-password-strength').attr('data-current-strength', strength);
76
 
 
 
 
 
 
 
77
  switch ( strength ) {
78
  case 0:
79
  meter.addClass('short').html(pwsL10n.shortpw);
@@ -84,12 +94,10 @@ jQuery(function ( $ ) {
84
  meter.after(hint_html);
85
  break;
86
  case 2:
87
- meter.addClass('bad').html(pwsL10n.bad);
88
  meter.after(hint_html);
89
  break;
90
  case 3:
91
- meter.addClass('good').html(pwsL10n.good);
92
- break;
93
  case 4:
94
  meter.addClass('strong').html(pwsL10n.strong);
95
  break;
5
  * Password Strength Meter class.
6
  */
7
  var ur_password_strength_meter = {
8
+
9
  /**
10
  * Initialize strength meter actions.
11
  */
12
  init: function () {
13
  var $this = this;
14
+ $(document.body).on('keyup change', 'input[name="user_pass"], .user-registration-ResetPassword input[name="password_1"], input[name="password_1"].user-registration-Input--password', function () {
 
15
  var enable_strength_password = $(this).closest('form').attr('data-enable-strength-password');
16
  if ( 'no' === enable_strength_password ) {
17
  return;
62
  var meter = wrapper.find('.user-registration-password-strength');
63
  var hint = wrapper.find('.user-registration-password-hint');
64
  var hint_html = '<small class="user-registration-password-hint">' + ur_password_strength_meter_params.i18n_password_hint + '</small>';
65
+ var submit_button = wrapper.find( 'input[type="submit"].user-registration-Button' );
66
+ var minimum_password_strength = wrapper.attr( 'data-minimum-password-strength' );
67
+
68
  var blacklistArray = wp.passwordStrength.userInputBlacklist();
69
  blacklistArray.push( wrapper.find('input[data-id="user_email"]').val() ); // Add email address in blacklist.
70
  blacklistArray.push( wrapper.find('input[data-id="user_login"]').val() ); // Add username in blacklist.
71
 
72
  var strength = wp.passwordStrength.meter(field.val(), blacklistArray);
73
+
74
  var error = '';
75
  // Reset
76
  meter.removeClass('short bad good strong');
78
 
79
  wrapper.find('.user-registration-password-strength').attr('data-current-strength', strength);
80
 
81
+ if( strength >= minimum_password_strength ) {
82
+ submit_button.removeAttr('disabled');
83
+ }else{
84
+ submit_button.attr('disabled', 'disabled');
85
+ }
86
+
87
  switch ( strength ) {
88
  case 0:
89
  meter.addClass('short').html(pwsL10n.shortpw);
94
  meter.after(hint_html);
95
  break;
96
  case 2:
97
+ meter.addClass('good').html(pwsL10n.good);
98
  meter.after(hint_html);
99
  break;
100
  case 3:
 
 
101
  case 4:
102
  meter.addClass('strong').html(pwsL10n.strong);
103
  break;
assets/js/frontend/password-strength-meter.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(t){var s=ur_password_strength_meter_params.pwsL10n,r={init:function(){var s=this;t(document.body).on("keyup change",'input[name="user_pass"]',function(){"no"!==t(this).closest("form").attr("data-enable-strength-password")&&s.strengthMeter(t(this))})},strengthMeter:function(s){var a=s.closest("form"),e=t(s,a);r.includeMeter(a,e),r.checkPasswordStrength(a,e)},includeMeter:function(s,r){var a=s.attr("data-minimum-password-strength"),e=s.find(".user-registration-password-strength");""===r.val()?(e.remove(),t(document.body).trigger("ur-password-strength-removed")):0===e.length&&(r.after('<div class="user-registration-password-strength" aria-live="polite" data-min-strength="'+a+'"></div>'),t(document.body).trigger("ur-password-strength-added"))},checkPasswordStrength:function(t,r){var a=t.find(".user-registration-password-strength"),e=t.find(".user-registration-password-hint"),n='<small class="user-registration-password-hint">'+ur_password_strength_meter_params.i18n_password_hint+"</small>",d=wp.passwordStrength.userInputBlacklist();d.push(t.find('input[data-id="user_email"]').val()),d.push(t.find('input[data-id="user_login"]').val());var o=wp.passwordStrength.meter(r.val(),d);switch(a.removeClass("short bad good strong"),e.remove(),t.find(".user-registration-password-strength").attr("data-current-strength",o),o){case 0:a.addClass("short").html(s.shortpw),a.after(n);break;case 1:case 2:a.addClass("bad").html(s.bad),a.after(n);break;case 3:a.addClass("good").html(s.good);break;case 4:a.addClass("strong").html(s.strong);break;case 5:a.addClass("short").html(s.mismatch)}return o}};r.init()});
1
+ jQuery(function(t){var s=ur_password_strength_meter_params.pwsL10n,r={init:function(){var s=this;t(document.body).on("keyup change",'input[name="user_pass"], .user-registration-ResetPassword input[name="password_1"], input[name="password_1"].user-registration-Input--password',function(){"no"!==t(this).closest("form").attr("data-enable-strength-password")&&s.strengthMeter(t(this))})},strengthMeter:function(s){var a=s.closest("form"),e=t(s,a);r.includeMeter(a,e),r.checkPasswordStrength(a,e)},includeMeter:function(s,r){var a=s.attr("data-minimum-password-strength"),e=s.find(".user-registration-password-strength");""===r.val()?(e.remove(),t(document.body).trigger("ur-password-strength-removed")):0===e.length&&(r.after('<div class="user-registration-password-strength" aria-live="polite" data-min-strength="'+a+'"></div>'),t(document.body).trigger("ur-password-strength-added"))},checkPasswordStrength:function(t,r){var a=t.find(".user-registration-password-strength"),e=t.find(".user-registration-password-hint"),n='<small class="user-registration-password-hint">'+ur_password_strength_meter_params.i18n_password_hint+"</small>",d=t.find('input[type="submit"].user-registration-Button'),i=t.attr("data-minimum-password-strength"),o=wp.passwordStrength.userInputBlacklist();o.push(t.find('input[data-id="user_email"]').val()),o.push(t.find('input[data-id="user_login"]').val());var u=wp.passwordStrength.meter(r.val(),o);switch(a.removeClass("short bad good strong"),e.remove(),t.find(".user-registration-password-strength").attr("data-current-strength",u),u>=i?d.removeAttr("disabled"):d.attr("disabled","disabled"),u){case 0:a.addClass("short").html(s.shortpw),a.after(n);break;case 1:a.addClass("bad").html(s.bad),a.after(n);break;case 2:a.addClass("good").html(s.good),a.after(n);break;case 3:case 4:a.addClass("strong").html(s.strong);break;case 5:a.addClass("short").html(s.mismatch)}return u}};r.init()});
assets/js/frontend/user-registration.js CHANGED
@@ -311,6 +311,11 @@
311
  var current_strength = $this.find('.user-registration-password-strength').attr('data-current-strength');
312
  var min_strength = $this.find('.user-registration-password-strength').attr('data-min-strength');
313
  if (parseInt(current_strength, 0) < parseInt(min_strength, 0)) {
 
 
 
 
 
314
  return false;
315
  }
316
  }
@@ -506,4 +511,4 @@ function request_recaptcha_token() {
506
  });
507
  });
508
  }
509
- };
311
  var current_strength = $this.find('.user-registration-password-strength').attr('data-current-strength');
312
  var min_strength = $this.find('.user-registration-password-strength').attr('data-min-strength');
313
  if (parseInt(current_strength, 0) < parseInt(min_strength, 0)) {
314
+
315
+ $('html, body').animate({
316
+ scrollTop: $this.find('.user-registration-password-strength').siblings('label').offset().top - 50
317
+ });
318
+
319
  return false;
320
  }
321
  }
511
  });
512
  });
513
  }
514
+ };
assets/js/frontend/user-registration.min.js CHANGED
@@ -1 +1 @@
1
- function request_recaptcha_token(){0!==jQuery(".ur-frontend-form").find("form.register #ur-recaptcha-node #node_recaptcha_register.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"register"}).then(function(e){jQuery("form.register").find("#g-recaptcha-response").text(e)})});0!==jQuery(".ur-frontend-form").find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"login"}).then(function(e){jQuery("form.login").find("#g-recaptcha-response").text(e)})})}!function(e){({$user_registration:e(".ur-frontend-form form.register"),init:function(){this.load_validation(),this.init_inputMask(),this.$user_registration.on("input validate change",".input-text, select, input:checkbox input:radio",this.validate_field)},init_inputMask:function(){"undefined"!=typeof e.fn.inputmask&&e(".ur-masked-input").inputmask()},load_validation:function(){if("undefined"==typeof e.fn.validate)return!1;e.validator.methods.email=function(e,r){var a=new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);return this.optional(r)||a.test(e)},this.$user_registration.each(function(){e(this).validate({errorClass:"user-registration-error",validClass:"user-registration-valid",errorPlacement:function(e,r){"radio"===r.attr("type")||"checkbox"===r.attr("type")?r.parent().parent().parent().append(e):r.is("select")&&r.attr("class").match(/date-month|date-day|date-year/)?0===r.parent().find("label.user-registration-error:visible").length&&r.parent().find("select:last").after(e):r.hasClass("urfu-file-input")?e.insertAfter(r.parent().parent()):e.insertAfter(r)},highlight:function(r,a,t){var i=e(r);i.closest(".form-row"),i.attr("name")},unhighlight:function(r,a,t){var i=e(r),s=i.closest(".form-row"),n=i.attr("name");"radio"===i.attr("type")||"checkbox"===i.attr("type")?s.find("input[name='"+n+"']").addClass(t).removeClass(a):i.addClass(t).removeClass(a),s.removeClass("user-registration-has-error")},submitHandler:function(e){return!1}})})},validate_field:function(r){e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields});var a=e(this),t=a.closest(".form-row"),i=!0,s=t.is(".validate-required"),n=t.is(".validate-email"),u=r.type;if("input"===u&&t.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email user-registration-validated"),"validate"===u||"change"===u){if(s&&("checkbox"!==a.attr("type")||a.is(":checked")?""===a.val()&&(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),i=!1):(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),i=!1)),n&&a.val()){new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i).test(a.val())||(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-email"),i=!1)}i&&t.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email").addClass("user-registration-validated")}}}).init();var r=user_registration_params.ursL10n;e.fn.ur_form_submission=function(){return this.each(function(){var a=e(this),t=[],i=user_registration_params.form_required_fields,s={init:function(){},get_form_data:function(){var r=this,t=[],i=a.closest(".ur-frontend-form").find(".ur-form-grid").find(".ur-frontend-field"),s=new Array;e.each(i,function(){var i=e(this).attr("name");if(a.closest(".ur-frontend-form").find(".ur-form-grid").find('.ur-frontend-field[name="'+i+'"]').length<2){var n=r.get_fieldwise_data(e(this));t.push(n)}else e.inArray(i,s)<0&&s.push(i)});for(var n=0;n<s.length;n++){var u=a.closest(".ur-frontend-form").find(".ur-form-grid").find('.ur-frontend-field[name="'+s[n]+'"]'),o=(u.get(0).tagName.toLowerCase(),"undefined"!==u.eq(0).attr("type")?u.eq(0).attr("type"):"null"),d=new Array;if(e.each(u,function(){var r=e(this),a="";switch(r.get(0).tagName.toLowerCase()){case"input":switch(o){case"checkbox":case"radio":a=r.prop("checked")?r.val():"";break;default:a=r.val()}break;case"select":case"textarea":a=r.val()}""!==a&&d.push(a)}),"checkbox"==o)var l=JSON.stringify(d);else if("radio"==o)l=d[0];else l=u.val();var c=s[n];c=c.replace("[]","");var f={value:l,field_type:o,label:u.eq(0).attr("data-label"),field_name:c};t.push(f)}return e(document).trigger("user_registration_frontend_form_data_filter",[t]),t},get_fieldwise_data:function(r){var a={},s=r.get(0).tagName.toLowerCase(),n="undefined"!==r.attr("type")?r.attr("type"):"null",u=r.get(0).className.split(" ")[0];switch(a.value="",s){case"input":switch(n){case"checkbox":case"radio":a.value=r.prop("checked")?r.val():"";break;default:a.value=r.val()}break;case"select":a.value=r.val();break;case"textarea":switch(u){case"wysiwyg":tinyMCE.triggerSave(),a.value=r.val();break;default:a.value=r.val()}}return e(document).trigger("user_registration_frontend_form_data_render",[r,a]),a.field_type="undefined"!==r.eq(0).attr("type")?r.eq(0).attr("type"):"null",r.attr("data-label")!==undefined?a.label=r.attr("data-label"):"label"===r.prev().get(0).tagName.toLowerCase()?a.label=r.prev().text():a.label=a.field_type,r.attr("name")!==undefined&&""!==r.attr("name")?(a.field_name=r.attr("name"),a.field_name=a.field_name.replace("[]","")):a.field_name="",e.inArray(a.field_name,e.trim(i))>=0&&t.push(a.field_name),a},show_message:function(r,a,t){t.find(".ur-message").remove();var i=e('<div class="ur-message user-registration-'+a+'" id="ur-submit-message-node"/>');i.append(r),t.append(i)}},n={init:function(){this.form_submit_event()},form_submit_event:function(){e("form.register").on("submit",function(t){if(e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields}),a.valid()){if(a.find(".user-registration-password-strength").length>0){var i=a.find(".user-registration-password-strength").attr("data-current-strength"),n=a.find(".user-registration-password-strength").attr("data-min-strength");if(parseInt(i,0)<parseInt(n,0))return!1}t.preventDefault();var u;try{u=JSON.stringify(s.get_form_data())}catch(f){u=""}var o=0;1===e(this).closest("form").find('input[name="ur-user-form-id"]').length&&(o=e(this).closest("form").find('input[name="ur-user-form-id"]').val());var d="0";1===e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').length&&(d=e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').val());var l=a.find("#g-recaptcha-response").val(),c={action:"user_registration_user_form_submit",security:user_registration_params.user_registration_form_data_save,form_data:u,captchaResponse:l,form_id:o,ur_frontend_form_nonce:d};if(e(document).trigger("user_registration_frontend_before_form_submit",[c,a]),"undefined"!=typeof ur_google_recaptcha_code&&"1"===ur_google_recaptcha_code.is_captcha_enable){if(0===(l=a.find("#g-recaptcha-response").val()).length)return void s.show_message("<p>"+r.captcha_error+"</p>","error",a);"v3"==ur_google_recaptcha_code.version?request_recaptcha_token():grecaptcha.reset()}a.find(".ur-submit-button").find("span").addClass("ur-front-spinner"),e.ajax({url:user_registration_params.ajax_url,data:c,type:"POST",async:!0,beforeSend:function(){},complete:function(t){a.find(".ur-submit-button").find("span").removeClass("ur-front-spinner");var i=e('<ul class=""/>'),n="error";try{var u=e.parseJSON(t.responseText);"undefined"!=typeof u.success&&!0===u.success&&"undefined"!=typeof u.data.paypal_redirect&&(window.location=u.data.paypal_redirect),"undefined"!=typeof u.success&&!0===u.success&&(n="message"),"message"===n?(e(".user-registration-password-hint").remove(),e(".user-registration-password-strength").remove(),"admin_approval"==user_registration_params.login_option?i.append("<li>"+r.user_under_approval+"</li>"):"email_confirmation"==user_registration_params.login_option?i.append("<li>"+r.user_email_pending+"</li>"):"payment"==user_registration_params.login_option?i.append("<li>"+u.data.message+"</li>"):i.append("<li>"+r.user_successfully_saved+"</li>"),a[0].reset(),jQuery("#billing_country").trigger("change"),jQuery("#shipping_country").trigger("change"),""!==user_registration_params.redirect_url?window.setTimeout(function(){window.location=user_registration_params.redirect_url},1e3):"undefined"!=typeof u.data.auto_login&&u.data.auto_login&&location.reload()):"error"===n&&("object"==typeof u.data.message?e.each(u.data.message,function(e,r){i.append("<li>"+r+"</li>")}):i.append("<li>"+u.data.message+"</li>"))}catch(o){i.append("<li>"+o.message+"</li>")}s.show_message(i,n,a),e(document).trigger("user_registration_frontend_after_ajax_complete",[t.responseText,n,a])}})}})}};s.init(),n.init()})},e(function(){e("form.register").ur_form_submission();var r=e('.ur-frontend-form input[type="date"]');r.length>0&&r.addClass("flatpickr-field").attr("type","text").flatpickr({disableMobile:!0})}),e(function(){request_recaptcha_token()})}(jQuery);var google_recaptcha_user_registration,onloadURCallback=function(){0!==jQuery(".ur-frontend-form").find("form.register #ur-recaptcha-node #node_recaptcha_register").length&&(google_recaptcha_user_registration=grecaptcha.render("node_recaptcha_register",{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"}));0!==jQuery(".ur-frontend-form").find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login").length&&grecaptcha.render("node_recaptcha_login",{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"})};
1
+ function request_recaptcha_token(){0!==jQuery(".ur-frontend-form").find("form.register #ur-recaptcha-node #node_recaptcha_register.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"register"}).then(function(e){jQuery("form.register").find("#g-recaptcha-response").text(e)})});0!==jQuery(".ur-frontend-form").find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"login"}).then(function(e){jQuery("form.login").find("#g-recaptcha-response").text(e)})})}!function(e){({$user_registration:e(".ur-frontend-form form.register"),init:function(){this.load_validation(),this.init_inputMask(),this.$user_registration.on("input validate change",".input-text, select, input:checkbox input:radio",this.validate_field)},init_inputMask:function(){"undefined"!=typeof e.fn.inputmask&&e(".ur-masked-input").inputmask()},load_validation:function(){if("undefined"==typeof e.fn.validate)return!1;e.validator.methods.email=function(e,r){var a=new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);return this.optional(r)||a.test(e)},this.$user_registration.each(function(){e(this).validate({errorClass:"user-registration-error",validClass:"user-registration-valid",errorPlacement:function(e,r){"radio"===r.attr("type")||"checkbox"===r.attr("type")?r.parent().parent().parent().append(e):r.is("select")&&r.attr("class").match(/date-month|date-day|date-year/)?0===r.parent().find("label.user-registration-error:visible").length&&r.parent().find("select:last").after(e):r.hasClass("urfu-file-input")?e.insertAfter(r.parent().parent()):e.insertAfter(r)},highlight:function(r,a,t){var i=e(r);i.closest(".form-row"),i.attr("name")},unhighlight:function(r,a,t){var i=e(r),s=i.closest(".form-row"),n=i.attr("name");"radio"===i.attr("type")||"checkbox"===i.attr("type")?s.find("input[name='"+n+"']").addClass(t).removeClass(a):i.addClass(t).removeClass(a),s.removeClass("user-registration-has-error")},submitHandler:function(e){return!1}})})},validate_field:function(r){e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields});var a=e(this),t=a.closest(".form-row"),i=!0,s=t.is(".validate-required"),n=t.is(".validate-email"),u=r.type;if("input"===u&&t.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email user-registration-validated"),"validate"===u||"change"===u){if(s&&("checkbox"!==a.attr("type")||a.is(":checked")?""===a.val()&&(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),i=!1):(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),i=!1)),n&&a.val()){new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i).test(a.val())||(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-email"),i=!1)}i&&t.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email").addClass("user-registration-validated")}}}).init();var r=user_registration_params.ursL10n;e.fn.ur_form_submission=function(){return this.each(function(){var a=e(this),t=[],i=user_registration_params.form_required_fields,s={init:function(){},get_form_data:function(){var r=this,t=[],i=a.closest(".ur-frontend-form").find(".ur-form-grid").find(".ur-frontend-field"),s=new Array;e.each(i,function(){var i=e(this).attr("name");if(a.closest(".ur-frontend-form").find(".ur-form-grid").find('.ur-frontend-field[name="'+i+'"]').length<2){var n=r.get_fieldwise_data(e(this));t.push(n)}else e.inArray(i,s)<0&&s.push(i)});for(var n=0;n<s.length;n++){var u=a.closest(".ur-frontend-form").find(".ur-form-grid").find('.ur-frontend-field[name="'+s[n]+'"]'),o=(u.get(0).tagName.toLowerCase(),"undefined"!==u.eq(0).attr("type")?u.eq(0).attr("type"):"null"),d=new Array;if(e.each(u,function(){var r=e(this),a="";switch(r.get(0).tagName.toLowerCase()){case"input":switch(o){case"checkbox":case"radio":a=r.prop("checked")?r.val():"";break;default:a=r.val()}break;case"select":case"textarea":a=r.val()}""!==a&&d.push(a)}),"checkbox"==o)var l=JSON.stringify(d);else if("radio"==o)l=d[0];else l=u.val();var c=s[n];c=c.replace("[]","");var f={value:l,field_type:o,label:u.eq(0).attr("data-label"),field_name:c};t.push(f)}return e(document).trigger("user_registration_frontend_form_data_filter",[t]),t},get_fieldwise_data:function(r){var a={},s=r.get(0).tagName.toLowerCase(),n="undefined"!==r.attr("type")?r.attr("type"):"null",u=r.get(0).className.split(" ")[0];switch(a.value="",s){case"input":switch(n){case"checkbox":case"radio":a.value=r.prop("checked")?r.val():"";break;default:a.value=r.val()}break;case"select":a.value=r.val();break;case"textarea":switch(u){case"wysiwyg":tinyMCE.triggerSave(),a.value=r.val();break;default:a.value=r.val()}}return e(document).trigger("user_registration_frontend_form_data_render",[r,a]),a.field_type="undefined"!==r.eq(0).attr("type")?r.eq(0).attr("type"):"null",r.attr("data-label")!==undefined?a.label=r.attr("data-label"):"label"===r.prev().get(0).tagName.toLowerCase()?a.label=r.prev().text():a.label=a.field_type,r.attr("name")!==undefined&&""!==r.attr("name")?(a.field_name=r.attr("name"),a.field_name=a.field_name.replace("[]","")):a.field_name="",e.inArray(a.field_name,e.trim(i))>=0&&t.push(a.field_name),a},show_message:function(r,a,t){t.find(".ur-message").remove();var i=e('<div class="ur-message user-registration-'+a+'" id="ur-submit-message-node"/>');i.append(r),t.append(i)}},n={init:function(){this.form_submit_event()},form_submit_event:function(){e("form.register").on("submit",function(t){if(e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields}),a.valid()){if(a.find(".user-registration-password-strength").length>0){var i=a.find(".user-registration-password-strength").attr("data-current-strength"),n=a.find(".user-registration-password-strength").attr("data-min-strength");if(parseInt(i,0)<parseInt(n,0))return e("html, body").animate({scrollTop:a.find(".user-registration-password-strength").siblings("label").offset().top-50}),!1}t.preventDefault();var u;try{u=JSON.stringify(s.get_form_data())}catch(f){u=""}var o=0;1===e(this).closest("form").find('input[name="ur-user-form-id"]').length&&(o=e(this).closest("form").find('input[name="ur-user-form-id"]').val());var d="0";1===e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').length&&(d=e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').val());var l=a.find("#g-recaptcha-response").val(),c={action:"user_registration_user_form_submit",security:user_registration_params.user_registration_form_data_save,form_data:u,captchaResponse:l,form_id:o,ur_frontend_form_nonce:d};if(e(document).trigger("user_registration_frontend_before_form_submit",[c,a]),"undefined"!=typeof ur_google_recaptcha_code&&"1"===ur_google_recaptcha_code.is_captcha_enable){if(0===(l=a.find("#g-recaptcha-response").val()).length)return void s.show_message("<p>"+r.captcha_error+"</p>","error",a);"v3"==ur_google_recaptcha_code.version?request_recaptcha_token():grecaptcha.reset()}a.find(".ur-submit-button").find("span").addClass("ur-front-spinner"),e.ajax({url:user_registration_params.ajax_url,data:c,type:"POST",async:!0,beforeSend:function(){},complete:function(t){a.find(".ur-submit-button").find("span").removeClass("ur-front-spinner");var i=e('<ul class=""/>'),n="error";try{var u=e.parseJSON(t.responseText);"undefined"!=typeof u.success&&!0===u.success&&"undefined"!=typeof u.data.paypal_redirect&&(window.location=u.data.paypal_redirect),"undefined"!=typeof u.success&&!0===u.success&&(n="message"),"message"===n?(e(".user-registration-password-hint").remove(),e(".user-registration-password-strength").remove(),"admin_approval"==user_registration_params.login_option?i.append("<li>"+r.user_under_approval+"</li>"):"email_confirmation"==user_registration_params.login_option?i.append("<li>"+r.user_email_pending+"</li>"):"payment"==user_registration_params.login_option?i.append("<li>"+u.data.message+"</li>"):i.append("<li>"+r.user_successfully_saved+"</li>"),a[0].reset(),jQuery("#billing_country").trigger("change"),jQuery("#shipping_country").trigger("change"),""!==user_registration_params.redirect_url?window.setTimeout(function(){window.location=user_registration_params.redirect_url},1e3):"undefined"!=typeof u.data.auto_login&&u.data.auto_login&&location.reload()):"error"===n&&("object"==typeof u.data.message?e.each(u.data.message,function(e,r){i.append("<li>"+r+"</li>")}):i.append("<li>"+u.data.message+"</li>"))}catch(o){i.append("<li>"+o.message+"</li>")}s.show_message(i,n,a),e(document).trigger("user_registration_frontend_after_ajax_complete",[t.responseText,n,a])}})}})}};s.init(),n.init()})},e(function(){e("form.register").ur_form_submission();var r=e('.ur-frontend-form input[type="date"]');r.length>0&&r.addClass("flatpickr-field").attr("type","text").flatpickr({disableMobile:!0})}),e(function(){request_recaptcha_token()})}(jQuery);var google_recaptcha_user_registration,onloadURCallback=function(){0!==jQuery(".ur-frontend-form").find("form.register #ur-recaptcha-node #node_recaptcha_register").length&&(google_recaptcha_user_registration=grecaptcha.render("node_recaptcha_register",{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"}));0!==jQuery(".ur-frontend-form").find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login").length&&grecaptcha.render("node_recaptcha_login",{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"})};
includes/admin/class-ur-admin-assets.php CHANGED
@@ -46,6 +46,10 @@ class UR_Admin_Assets {
46
  wp_register_style( 'jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
47
  wp_register_style( 'flatpickr', UR()->plugin_url() . '/assets/css/flatpickr/flatpickr.min.css', '4.5.1' );
48
 
 
 
 
 
49
  // Add RTL support for admin styles
50
  wp_style_add_data( 'user-registration-menu', 'rtl', 'replace' );
51
  wp_style_add_data( 'user-registration-admin', 'rtl', 'replace' );
@@ -54,6 +58,12 @@ class UR_Admin_Assets {
54
  wp_enqueue_style( 'user-registration-menu' );
55
  wp_enqueue_style( 'user-registration-form-modal-css' );
56
 
 
 
 
 
 
 
57
  // Admin styles for UR pages only
58
  if ( in_array( $screen_id, ur_get_screen_ids() ) ) {
59
  wp_enqueue_style( 'user-registration-admin' );
@@ -65,6 +75,11 @@ class UR_Admin_Assets {
65
  if ( 'user-edit' === $screen_id || 'profile' === $screen_id ) {
66
  wp_enqueue_style( 'flatpickr' );
67
  }
 
 
 
 
 
68
  }
69
 
70
  /**
@@ -112,6 +127,7 @@ class UR_Admin_Assets {
112
  );
113
 
114
  wp_register_script( 'user-registration-form-modal-js', UR()->plugin_url() . '/assets/js/admin/form-modal' . $suffix . '.js', 'jquery' );
 
115
  wp_register_script( 'selectWoo', UR()->plugin_url() . '/assets/js/selectWoo/selectWoo.full' . $suffix . '.js', array( 'jquery' ), '3.5.4' );
116
  wp_register_script(
117
  'ur-enhanced-select',
@@ -122,7 +138,15 @@ class UR_Admin_Assets {
122
  ),
123
  UR_VERSION
124
  );
 
125
  wp_register_script( 'flatpickr', UR()->plugin_url() . '/assets/js/flatpickr/flatpickr.min.js', array( 'jquery' ), '1.17.0' );
 
 
 
 
 
 
 
126
 
127
  if ( 'user-registration_page_add-new-registration' === $screen_id ) {
128
  wp_enqueue_script( 'ur-copy', UR()->plugin_url() . '/assets/js/admin/ur-copy' . $suffix . '.js', 'jquery' );
@@ -130,6 +154,20 @@ class UR_Admin_Assets {
130
 
131
  wp_enqueue_script( 'user-registration-form-modal-js' );
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  wp_localize_script(
134
  'ur-enhanced-select',
135
  'ur_enhanced_select_params',
@@ -189,6 +227,8 @@ class UR_Admin_Assets {
189
  // Enqueue flatpickr on user profile screen.
190
  if ( 'user-edit' === $screen_id || 'profile' === $screen_id ) {
191
  wp_enqueue_script( 'flatpickr' );
 
 
192
  }
193
 
194
  // Plugins page.
46
  wp_register_style( 'jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.css', array(), $jquery_version );
47
  wp_register_style( 'flatpickr', UR()->plugin_url() . '/assets/css/flatpickr/flatpickr.min.css', '4.5.1' );
48
 
49
+ wp_register_style( 'user-registration-dashboard-widget', UR()->plugin_url() . '/assets/css/dashboard.css', UR_VERSION );
50
+
51
+ wp_register_style( 'ur-review', UR()->plugin_url() . '/assets/css/review.css', array(), UR_VERSION );
52
+
53
  // Add RTL support for admin styles
54
  wp_style_add_data( 'user-registration-menu', 'rtl', 'replace' );
55
  wp_style_add_data( 'user-registration-admin', 'rtl', 'replace' );
58
  wp_enqueue_style( 'user-registration-menu' );
59
  wp_enqueue_style( 'user-registration-form-modal-css' );
60
 
61
+ $enqueue_review = ur_check_activation_date();
62
+
63
+ if ( $enqueue_review === true ) {
64
+ wp_enqueue_style( 'ur-review' );
65
+ }
66
+
67
  // Admin styles for UR pages only
68
  if ( in_array( $screen_id, ur_get_screen_ids() ) ) {
69
  wp_enqueue_style( 'user-registration-admin' );
75
  if ( 'user-edit' === $screen_id || 'profile' === $screen_id ) {
76
  wp_enqueue_style( 'flatpickr' );
77
  }
78
+
79
+ // Enqueue dashboard widget CSS in dashboard screen only.
80
+ if ( 'dashboard' === $screen_id ) {
81
+ wp_enqueue_style( 'user-registration-dashboard-widget' );
82
+ }
83
  }
84
 
85
  /**
127
  );
128
 
129
  wp_register_script( 'user-registration-form-modal-js', UR()->plugin_url() . '/assets/js/admin/form-modal' . $suffix . '.js', 'jquery' );
130
+ wp_register_script( 'user-registration-dashboard-widget-js', UR()->plugin_url() . '/assets/js/admin/dashboard-widget' . $suffix . '.js', 'jquery' );
131
  wp_register_script( 'selectWoo', UR()->plugin_url() . '/assets/js/selectWoo/selectWoo.full' . $suffix . '.js', array( 'jquery' ), '3.5.4' );
132
  wp_register_script(
133
  'ur-enhanced-select',
138
  ),
139
  UR_VERSION
140
  );
141
+
142
  wp_register_script( 'flatpickr', UR()->plugin_url() . '/assets/js/flatpickr/flatpickr.min.js', array( 'jquery' ), '1.17.0' );
143
+ wp_register_script( 'ur-my-account', UR()->plugin_url() . '/assets/js/frontend/my-account' . $suffix . '.js', array( 'jquery' ), UR_VERSION );
144
+ wp_localize_script( 'ur-my-account', 'ur_my_account_params', array(
145
+ 'upload_image' => __( 'Upload Profile Picture', 'user-registration' ),
146
+ 'select_image' => __( 'Select Image', 'user-registration' ),
147
+ 'current_user_can' => current_user_can( 'edit_others_posts' )
148
+ )
149
+ );
150
 
151
  if ( 'user-registration_page_add-new-registration' === $screen_id ) {
152
  wp_enqueue_script( 'ur-copy', UR()->plugin_url() . '/assets/js/admin/ur-copy' . $suffix . '.js', 'jquery' );
154
 
155
  wp_enqueue_script( 'user-registration-form-modal-js' );
156
 
157
+ $enqueue_review = ur_check_activation_date();
158
+
159
+ if ( $enqueue_review === true ) {
160
+ wp_enqueue_script( 'ur-review', UR()->plugin_url() . '/assets/js/admin/review' . $suffix . '.js', array(), UR_VERSION );
161
+ wp_localize_script(
162
+ 'ur-review',
163
+ 'ur_review_params',
164
+ array(
165
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
166
+ 'review_nonce' => wp_create_nonce( 'review-nonce' ),
167
+ )
168
+ );
169
+ }
170
+
171
  wp_localize_script(
172
  'ur-enhanced-select',
173
  'ur_enhanced_select_params',
227
  // Enqueue flatpickr on user profile screen.
228
  if ( 'user-edit' === $screen_id || 'profile' === $screen_id ) {
229
  wp_enqueue_script( 'flatpickr' );
230
+ wp_enqueue_media();
231
+ wp_enqueue_script( 'ur-my-account' );
232
  }
233
 
234
  // Plugins page.
includes/admin/class-ur-admin-profile.php CHANGED
@@ -84,6 +84,32 @@ if ( ! class_exists( 'UR_Admin_Profile', false ) ) :
84
  ?>
85
  <h2><?php echo $fieldset['title']; ?></h2>
86
  <table class="form-table" id="<?php echo esc_attr( 'fieldset-' . $fieldset_key ); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  <?php
88
  $profile_field_type = array(
89
  'select',
@@ -286,6 +312,11 @@ if ( ! class_exists( 'UR_Admin_Profile', false ) ) :
286
  */
287
  public function update_user_profile( $user_id ) {
288
 
 
 
 
 
 
289
  $save_fields = $this->get_user_meta_by_form_fields( $user_id );
290
 
291
  foreach ( $save_fields as $fieldset ) {
@@ -424,9 +455,9 @@ if ( ! class_exists( 'UR_Admin_Profile', false ) ) :
424
 
425
  case 'select':
426
  // Backward compatibility. Modified since 1.5.7.
427
- $options = isset( $field->advance_setting->options ) ? explode( ',', $field->advance_setting->options ) : array();
428
- $option_data = isset( $field->general_setting->options ) ? $field->general_setting->options : $options;
429
- $option_data = array_map( 'trim', $option_data );
430
 
431
  if ( is_array( $option_data ) && $field_index != '' ) {
432
  foreach ( $option_data as $index_data => $option ) {
@@ -439,9 +470,9 @@ if ( ! class_exists( 'UR_Admin_Profile', false ) ) :
439
 
440
  case 'radio':
441
  // Backward compatibility. Modified since 1.5.7.
442
- $options = isset( $field->advance_setting->options ) ? explode( ',', $field->advance_setting->options ) : array();
443
- $option_data = isset( $field->general_setting->options ) ? $field->general_setting->options : $options;
444
- $option_data = array_map( 'trim', $option_data );
445
 
446
  if ( is_array( $option_data ) && $field_index != '' ) {
447
  foreach ( $option_data as $index_data => $option ) {
@@ -467,9 +498,9 @@ if ( ! class_exists( 'UR_Admin_Profile', false ) ) :
467
  case 'mailchimp':
468
  case 'checkbox':
469
  // Backward compatibility. Modified since 1.5.7.
470
- $options = isset( $field->advance_setting->choices ) ? explode( ',', $field->advance_setting->choices ) : array();
471
- $choices_data = isset( $field->general_setting->options ) ? $field->general_setting->options : $options;
472
- $choices_data = array_map( 'trim', $choices_data );
473
 
474
  $fields[ $field_index ]['choices'] = $choices_data;
475
  $fields[ $field_index ]['type'] = 'checkbox';
84
  ?>
85
  <h2><?php echo $fieldset['title']; ?></h2>
86
  <table class="form-table" id="<?php echo esc_attr( 'fieldset-' . $fieldset_key ); ?>">
87
+
88
+ <?php
89
+ $default_image = plugins_url( '/assets/images/default_profile.png', UR_PLUGIN_FILE );
90
+ $profile_picture_id = get_user_meta( $user->ID, 'profile_pic_id', true );
91
+
92
+ if ( $profile_picture_id ) {
93
+ $image = wp_get_attachment_thumb_url( $profile_picture_id );
94
+ } else {
95
+ $image = $default_image;
96
+ }
97
+ ?>
98
+ <tr>
99
+ <th>
100
+ <label for=""><?php echo __( 'Profile Picture', 'user-registration' ); ?></label>
101
+ </th>
102
+ <td>
103
+ <img class="profile-preview" alt="profile-picture" src="<?php echo $image; ?>" width="96px" height="96px" /><br/>
104
+
105
+ <input type="hidden" name="profile-pic-id" value="<?php echo $profile_picture_id; ?>" />
106
+ <input type="hidden" name="profile-default-image" value="<?php echo $default_image; ?>" />
107
+
108
+ <button class="button profile-pic-remove" style="<?php echo ( $default_image === $image ) ? 'display:none;' : ''; ?>"><?php echo __( 'Remove', 'user-registration' ); ?></php></button>
109
+ <button class="button profile-pic-upload"><?php echo __( 'Upload Image', 'user-registration' ); ?></php></button>
110
+ </td>
111
+ </tr>
112
+
113
  <?php
114
  $profile_field_type = array(
115
  'select',
312
  */
313
  public function update_user_profile( $user_id ) {
314
 
315
+ if ( isset( $_POST['profile-pic-id'] ) ) {
316
+ $picture_id = absint( $_POST['profile-pic-id'] );
317
+ update_user_meta( $user_id, 'profile_pic_id', $picture_id );
318
+ }
319
+
320
  $save_fields = $this->get_user_meta_by_form_fields( $user_id );
321
 
322
  foreach ( $save_fields as $fieldset ) {
455
 
456
  case 'select':
457
  // Backward compatibility. Modified since 1.5.7.
458
+ $options = isset( $field->advance_setting->options ) ? explode( ',', $field->advance_setting->options ) : array();
459
+ $option_data = isset( $field->general_setting->options ) ? $field->general_setting->options : $options;
460
+ $option_data = array_map( 'trim', $option_data );
461
 
462
  if ( is_array( $option_data ) && $field_index != '' ) {
463
  foreach ( $option_data as $index_data => $option ) {
470
 
471
  case 'radio':
472
  // Backward compatibility. Modified since 1.5.7.
473
+ $options = isset( $field->advance_setting->options ) ? explode( ',', $field->advance_setting->options ) : array();
474
+ $option_data = isset( $field->general_setting->options ) ? $field->general_setting->options : $options;
475
+ $option_data = array_map( 'trim', $option_data );
476
 
477
  if ( is_array( $option_data ) && $field_index != '' ) {
478
  foreach ( $option_data as $index_data => $option ) {
498
  case 'mailchimp':
499
  case 'checkbox':
500
  // Backward compatibility. Modified since 1.5.7.
501
+ $options = isset( $field->advance_setting->choices ) ? explode( ',', $field->advance_setting->choices ) : array();
502
+ $choices_data = isset( $field->general_setting->options ) ? $field->general_setting->options : $options;
503
+ $choices_data = array_map( 'trim', $choices_data );
504
 
505
  $fields[ $field_index ]['choices'] = $choices_data;
506
  $fields[ $field_index ]['type'] = 'checkbox';
includes/admin/class-ur-admin.php CHANGED
@@ -26,6 +26,7 @@ class UR_Admin {
26
  add_action( 'current_screen', array( $this, 'conditional_includes' ) );
27
  add_action( 'admin_init', array( $this, 'prevent_admin_access' ), 10, 2 );
28
  add_filter( 'admin_footer_text', array( $this, 'admin_footer_text' ), 1 );
 
29
  add_action( 'admin_footer', 'ur_print_js', 25 );
30
 
31
  if ( 'admin_approval' === get_option( 'user_registration_general_setting_login_options' ) ) {
@@ -133,6 +134,50 @@ class UR_Admin {
133
 
134
  return $footer_text;
135
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  }
137
 
138
  return new UR_Admin();
26
  add_action( 'current_screen', array( $this, 'conditional_includes' ) );
27
  add_action( 'admin_init', array( $this, 'prevent_admin_access' ), 10, 2 );
28
  add_filter( 'admin_footer_text', array( $this, 'admin_footer_text' ), 1 );
29
+ add_action( 'admin_notices', array( $this, 'review_notice' ) );
30
  add_action( 'admin_footer', 'ur_print_js', 25 );
31
 
32
  if ( 'admin_approval' === get_option( 'user_registration_general_setting_login_options' ) ) {
134
 
135
  return $footer_text;
136
  }
137
+
138
+ /**
139
+ * Review notice on header.
140
+ *
141
+ * @since 1.5.8
142
+ * @return void
143
+ */
144
+ public function review_notice() {
145
+
146
+ // Show only to Admins
147
+ if ( ! current_user_can( 'manage_options' ) ) {
148
+ return;
149
+ }
150
+
151
+ $notice_dismissed = get_option( 'ur_review_notice_dismissed', 'no' );
152
+
153
+ if ( 'yes' == $notice_dismissed ) {
154
+ return;
155
+ }
156
+
157
+ // Return if activation date is less than 30 days.
158
+ if ( ur_check_activation_date() === false ) {
159
+ return;
160
+ }
161
+
162
+ ?>
163
+ <div id="user-registration-review-notice" class="notice notice-info user-registration-review-notice">
164
+ <div class="user-registration-review-thumbnail">
165
+ <img src="<?php echo UR()->plugin_url() . '/assets/images/logo.png'; ?>" alt="">
166
+ </div>
167
+ <div class="user-registration-review-text">
168
+
169
+ <h3><?php _e( 'Enjoying <strong>User Registration</strong>?', 'user-registration' ); ?></h3>
170
+ <p><?php _e( 'Looks like you have been using user registration for a while. Would you do us some favour and leave a review on <a href="https://wordpress.org/support/plugin/user-registration/reviews/#new-post" target="_blank"><strong>WordPress.org</strong></a>?', 'user-registration' ); ?></p>
171
+
172
+ <ul class="user-registration-review-ul">
173
+ <li><a class="button button-primary" href="https://wordpress.org/support/plugin/user-registration/reviews/#postform" target="_blank"><span class="dashicons dashicons-external"></span><?php _e( 'Sure, I\'d love to!', 'user-registration' ); ?></a></li>
174
+ <li><a href="#" class="button button-secondary notice-dismiss"><span class="dashicons dashicons-smiley"></span><?php _e( 'I already did!', 'user-registration' ); ?></a></li>
175
+ <li><a href="#" class="button button-link notice-dismiss"><span class="dashicons dashicons-dismiss"></span><?php _e( 'Never show again', 'user-registration' ); ?></a></li>
176
+ </ul>
177
+ </div>
178
+ </div>
179
+ <?php
180
+ }
181
  }
182
 
183
  return new UR_Admin();
includes/admin/functions-ur-admin.php CHANGED
@@ -12,6 +12,110 @@ if ( ! defined( 'ABSPATH' ) ) {
12
  exit; // Exit if accessed directly.
13
  }
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  /**
16
  * Get all UserRegistration screen ids.
17
  *
@@ -419,3 +523,28 @@ function ur_format_setting_data( $setting_data ) {
419
 
420
  return $settings;
421
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  exit; // Exit if accessed directly.
13
  }
14
 
15
+ add_action( 'wp_dashboard_setup', 'ur_add_dashboard_widget' );
16
+
17
+ /**
18
+ * Register the user registration user activity dashboard widget.
19
+ *
20
+ * @since 1.5.8
21
+ */
22
+ function ur_add_dashboard_widget() {
23
+
24
+ if( ! current_user_can( 'manage_user_registration' ) ) {
25
+ return;
26
+ }
27
+
28
+ wp_add_dashboard_widget( 'user_registration_dashboard_status', __( 'User Registration Activity', 'user-registration' ), 'ur_status_widget' );
29
+ }
30
+
31
+ /**
32
+ * Content to the user_registration_dashboard_status widget.
33
+ *
34
+ * @since 1.5.8
35
+ */
36
+ function ur_status_widget() {
37
+
38
+ wp_enqueue_script( 'user-registration-dashboard-widget-js' );
39
+ wp_localize_script(
40
+ 'user-registration-dashboard-widget-js',
41
+ 'ur_widget_params',
42
+ array(
43
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
44
+ 'loading' => __( 'loading...', 'user-registration' ),
45
+ 'widget_nonce' => wp_create_nonce( 'dashboard-widget' ),
46
+ )
47
+ );
48
+
49
+ $forms = ur_get_all_user_registration_form();
50
+ $form_id = key( $forms );
51
+ $user_report = ur_get_user_report( $form_id );
52
+
53
+ ur_get_template(
54
+ 'dashboard-widget.php',
55
+ array(
56
+ 'user_report' => $user_report,
57
+ 'forms' => $forms,
58
+ )
59
+ );
60
+ }
61
+
62
+ /**
63
+ * Report for the user registration activity.
64
+ *
65
+ * @return array
66
+ */
67
+ function ur_get_user_report( $form_id ) {
68
+
69
+ $current_date = current_time( 'Y-m-d' );
70
+ $users = get_users();
71
+ $total_users = 0;
72
+ $today_users = 0;
73
+ $last_week_users = 0;
74
+ $last_month_users = 0;
75
+
76
+ foreach( $users as $user ) {
77
+ $user_registered = date( 'Y-m-d', strtotime( $user->data->user_registered ) );
78
+ $user_form = get_user_meta( $user->ID, 'ur_form_id', true );
79
+
80
+ if( ( int ) $form_id === ( int ) $user_form ) {
81
+
82
+ // Count today users.
83
+ if( $user_registered === $current_date ) {
84
+ $today_users++;
85
+ }
86
+
87
+ // Get last week date.
88
+ $last_week = strtotime( 'now' ) - WEEK_IN_SECONDS;
89
+ $last_week = date( 'Y-m-d', $last_week );
90
+
91
+ // Get last month date.
92
+ $last_month = strtotime( 'now' ) - MONTH_IN_SECONDS;
93
+ $last_month = date( 'Y-m-d', $last_month );
94
+
95
+ // Get last week users count.
96
+ if( $user_registered > $last_week ) {
97
+ $last_week_users++;
98
+ }
99
+
100
+ // Get last month users count.
101
+ if( $user_registered > $last_month ) {
102
+ $last_month_users++;
103
+ }
104
+
105
+ $total_users++; // Total users of selected form.
106
+ }
107
+ }
108
+
109
+ $report = array(
110
+ 'total_users' => $total_users,
111
+ 'today_users' => $today_users,
112
+ 'last_week_users' => $last_week_users,
113
+ 'last_month_users' => $last_month_users,
114
+ );
115
+
116
+ return $report;
117
+ }
118
+
119
  /**
120
  * Get all UserRegistration screen ids.
121
  *
523
 
524
  return $settings;
525
  }
526
+
527
+ /**
528
+ * Check for plugin activation date.
529
+ *
530
+ * True if user registration has been installed 30 days ago.
531
+ *
532
+ * @since 1.5.8
533
+ *
534
+ * @return bool
535
+ */
536
+ function ur_check_activation_date() {
537
+
538
+ // Plugin Activation Time.
539
+ $activation_date = get_option( 'user_registration_activated' );
540
+ $last_month = strtotime( 'now' ) - MONTH_IN_SECONDS;
541
+ $last_month = date( 'Y-m-d', $last_month );
542
+
543
+ if( ! empty( $activation_date ) ) {
544
+ if ( $activation_date < $last_month ) {
545
+ return true;
546
+ }
547
+ }
548
+
549
+ return false;
550
+ }
includes/admin/settings/class-ur-settings-general.php CHANGED
@@ -103,6 +103,15 @@ if ( ! class_exists( 'UR_Settings_General' ) ) :
103
  'desc_tip' => true,
104
  'options' => $all_roles_except_admin,
105
  ),
 
 
 
 
 
 
 
 
 
106
  array(
107
  'type' => 'sectionend',
108
  'id' => 'general_options',
103
  'desc_tip' => true,
104
  'options' => $all_roles_except_admin,
105
  ),
106
+ array(
107
+ 'title' => __( 'Uninstall Option', 'user-registration' ),
108
+ 'desc' => __( 'Heads Up! Check this if you would like to remove ALL User Registration data upon plugin deletion.', 'user-registration' ),
109
+ 'id' => 'user_registration_general_setting_uninstall_option',
110
+ 'type' => 'checkbox',
111
+ 'desc_tip' => 'All user registration forms, pages and users data will be unrecoverable.',
112
+ 'css' => 'min-width: 350px;',
113
+ 'default' => 'no',
114
+ ),
115
  array(
116
  'type' => 'sectionend',
117
  'id' => 'general_options',
includes/class-ur-ajax.php CHANGED
@@ -36,11 +36,14 @@ class UR_AJAX {
36
  */
37
  public static function add_ajax_events() {
38
  $ajax_events = array(
 
39
  'user_input_dropped' => true,
40
  'form_save_action' => true,
41
  'user_form_submit' => true,
42
  'deactivation_notice' => false,
43
  'rated' => false,
 
 
44
  );
45
 
46
  foreach ( $ajax_events as $ajax_event => $nopriv ) {
@@ -283,6 +286,21 @@ class UR_AJAX {
283
  wp_send_json( $content ); // WPCS: XSS OK.
284
  }
285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  /**
287
  * Checks if the string passes the regex
288
  *
@@ -408,6 +426,22 @@ class UR_AJAX {
408
 
409
  return $post_data;
410
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
  }
412
 
413
  UR_AJAX::init();
36
  */
37
  public static function add_ajax_events() {
38
  $ajax_events = array(
39
+
40
  'user_input_dropped' => true,
41
  'form_save_action' => true,
42
  'user_form_submit' => true,
43
  'deactivation_notice' => false,
44
  'rated' => false,
45
+ 'dashboard_widget' => false,
46
+ 'dismiss_review_notice' => false,
47
  );
48
 
49
  foreach ( $ajax_events as $ajax_event => $nopriv ) {
286
  wp_send_json( $content ); // WPCS: XSS OK.
287
  }
288
 
289
+ /**
290
+ * Dashboard Widget data.
291
+ *
292
+ * @since 1.5.8
293
+ */
294
+ public function dashboard_widget() {
295
+
296
+ check_ajax_referer( 'dashboard-widget', 'security' );
297
+
298
+ $form_id = isset( $_POST['form_id'] ) ? $_POST['form_id'] : 0;
299
+ $user_report = ur_get_user_report( $form_id );
300
+
301
+ wp_send_json( $user_report ); // WPCS: XSS OK.
302
+ }
303
+
304
  /**
305
  * Checks if the string passes the regex
306
  *
426
 
427
  return $post_data;
428
  }
429
+
430
+ /**
431
+ * Dismiss review notice
432
+ *
433
+ * @since 1.5.8
434
+ *
435
+ * @return void
436
+ **/
437
+ public static function dismiss_review_notice() {
438
+
439
+ check_admin_referer( 'review-nonce', 'security' );
440
+
441
+ if ( ! empty( $_POST['dismissed'] ) ) {
442
+ update_option( 'ur_review_notice_dismissed', 'yes' );
443
+ }
444
+ }
445
  }
446
 
447
  UR_AJAX::init();
includes/class-ur-cache-helper.php CHANGED
@@ -20,30 +20,11 @@ class UR_Cache_Helper {
20
  */
21
  public static function init() {
22
  add_action( 'admin_notices', array( __CLASS__, 'notices' ) );
23
- add_action( 'wp', array( __CLASS__, 'prevent_caching' ) );
24
  add_action( 'user_registration_before_registration_form', array( __CLASS__, 'flush_w3tc_cache' ) );
25
  add_action( 'user_registration_before_registration_form', array( __CLASS__, 'flush_wpsuper_cache' ) );
26
  add_action( 'user_registration_before_registration_form', array( __CLASS__, 'flush_wprocket_cache' ) );
27
  }
28
 
29
- /**
30
- * Prevent caching on certain pages
31
- */
32
- public static function prevent_caching( $id = '' ) {
33
-
34
- if ( ! is_blog_installed() ) {
35
- return;
36
- }
37
-
38
- $id = is_integer( $id ) ? $id : -1;
39
- $page_ids = array_filter( array( ur_get_page_id( 'myaccount' ), $id ) );
40
-
41
- if ( is_page( $page_ids ) ) {
42
- self::set_nocache_constants();
43
- nocache_headers();
44
- }
45
- }
46
-
47
  /**
48
  * Flush already set cache by w3total cache plugin on registration page.
49
  */
20
  */
21
  public static function init() {
22
  add_action( 'admin_notices', array( __CLASS__, 'notices' ) );
 
23
  add_action( 'user_registration_before_registration_form', array( __CLASS__, 'flush_w3tc_cache' ) );
24
  add_action( 'user_registration_before_registration_form', array( __CLASS__, 'flush_wpsuper_cache' ) );
25
  add_action( 'user_registration_before_registration_form', array( __CLASS__, 'flush_wprocket_cache' ) );
26
  }
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  /**
29
  * Flush already set cache by w3total cache plugin on registration page.
30
  */
includes/class-ur-email-confirmation.php CHANGED
@@ -369,7 +369,7 @@ class UR_Email_Confirmation {
369
  $email_status = get_user_meta( $user_id, 'ur_confirm_email', true );
370
 
371
  if ( $email_status === '0' ) {
372
- $error_message = __( 'Email not verified! Verifiy your email by clicking on the link sent to your email.', 'user-registration' );
373
  $result = new WP_Error( 'user_email_not_verified', $error_message );
374
  }
375
 
369
  $email_status = get_user_meta( $user_id, 'ur_confirm_email', true );
370
 
371
  if ( $email_status === '0' ) {
372
+ $error_message = __( 'Email not verified! Verify your email by clicking on the link sent to your email.', 'user-registration' );
373
  $result = new WP_Error( 'user_email_not_verified', $error_message );
374
  }
375
 
includes/class-ur-form-handler.php CHANGED
@@ -47,7 +47,6 @@ class UR_Form_Handler {
47
  * @return mixed
48
  */
49
  public static function save_profile_details() {
50
-
51
  if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
52
  return;
53
  }
@@ -62,6 +61,11 @@ class UR_Form_Handler {
62
  return;
63
  }
64
 
 
 
 
 
 
65
  $form_id_array = get_user_meta( $user_id, 'ur_form_id' );
66
  $form_id = 0;
67
 
47
  * @return mixed
48
  */
49
  public static function save_profile_details() {
 
50
  if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
51
  return;
52
  }
61
  return;
62
  }
63
 
64
+ if ( isset( $_POST['profile-pic-id'] ) ) {
65
+ $picture_id = absint( $_POST['profile-pic-id'] );
66
+ update_user_meta( $user_id, 'profile_pic_id', $picture_id );
67
+ }
68
+
69
  $form_id_array = get_user_meta( $user_id, 'ur_form_id' );
70
  $form_id = 0;
71
 
includes/class-ur-frontend-scripts.php CHANGED
@@ -55,6 +55,7 @@ class UR_Frontend_Scripts {
55
  * @return array
56
  */
57
  public static function get_styles() {
 
58
  return apply_filters(
59
  'user_registration_enqueue_styles',
60
  array(
@@ -218,6 +219,11 @@ class UR_Frontend_Scripts {
218
  'deps' => array(),
219
  'version' => '3.0.0',
220
  ),
 
 
 
 
 
221
  );
222
  foreach ( $register_scripts as $name => $props ) {
223
  self::register_script( $name, $props['src'], $props['deps'], $props['version'] );
55
  * @return array
56
  */
57
  public static function get_styles() {
58
+
59
  return apply_filters(
60
  'user_registration_enqueue_styles',
61
  array(
219
  'deps' => array(),
220
  'version' => '3.0.0',
221
  ),
222
+ 'ur-my-account' => array(
223
+ 'src' => self::get_asset_url( 'assets/js/frontend/my-account' . $suffix . '.js' ),
224
+ 'deps' => array( 'jquery', 'user-registration' ),
225
+ 'version' => UR_VERSION,
226
+ ),
227
  );
228
  foreach ( $register_scripts as $name => $props ) {
229
  self::register_script( $name, $props['src'], $props['deps'], $props['version'] );
includes/class-ur-install.php CHANGED
@@ -128,6 +128,7 @@ class UR_Install {
128
  self::maybe_enable_setup_wizard();
129
  self::update_ur_version();
130
  self::maybe_update_db_version();
 
131
 
132
  delete_transient( 'ur_installing' );
133
 
@@ -207,6 +208,20 @@ class UR_Install {
207
  }
208
  }
209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  /**
211
  * Update UR version to current.
212
  */
128
  self::maybe_enable_setup_wizard();
129
  self::update_ur_version();
130
  self::maybe_update_db_version();
131
+ self::maybe_add_installation_date();
132
 
133
  delete_transient( 'ur_installing' );
134
 
208
  }
209
  }
210
 
211
+ /**
212
+ * May be add installation date. Donot insert on every update.
213
+ *
214
+ * @since 1.5.8
215
+ */
216
+ private static function maybe_add_installation_date() {
217
+
218
+ $installed_date = get_option( 'user_registration_activated' );
219
+
220
+ if( empty( $installed_date ) ) {
221
+ update_option( 'user_registration_activated', current_time( 'Y-m-d' ) );
222
+ }
223
+ }
224
+
225
  /**
226
  * Update UR version to current.
227
  */
includes/class-ur-plugin-updater.php CHANGED
@@ -224,6 +224,7 @@ class UR_Plugin_Updater extends UR_Plugin_Updates {
224
  * Ran on plugin-deactivation.
225
  */
226
  public function plugin_deactivation() {
 
227
  $this->deactivate_license();
228
  }
229
 
224
  * Ran on plugin-deactivation.
225
  */
226
  public function plugin_deactivation() {
227
+ delete_option( 'user_registration_activated' );
228
  $this->deactivate_license();
229
  }
230
 
includes/class-ur-shortcodes.php CHANGED
@@ -159,7 +159,6 @@ class UR_Shortcodes {
159
  private static function render_form( $form_id ) {
160
 
161
  $page_id = get_the_ID();
162
- UR_Cache_Helper::prevent_caching( $page_id );
163
 
164
  $args = array(
165
  'post_type' => 'user_registration',
159
  private static function render_form( $form_id ) {
160
 
161
  $page_id = get_the_ID();
 
162
 
163
  $args = array(
164
  'post_type' => 'user_registration',
includes/form/settings/class-ur-setting-country.php CHANGED
@@ -40,6 +40,17 @@ class UR_Setting_Country extends UR_Field_Settings {
40
  'default' => '',
41
  'placeholder' => __( 'Custom Class', 'user-registration' ),
42
  ),
 
 
 
 
 
 
 
 
 
 
 
43
  );
44
 
45
  $this->render_html( $fields );
40
  'default' => '',
41
  'placeholder' => __( 'Custom Class', 'user-registration' ),
42
  ),
43
+ 'default_value' => array(
44
+ 'label' => __( 'Default Value', 'user-registration' ),
45
+ 'data-id' => $this->field_id . '_default_value',
46
+ 'name' => $this->field_id . '[default_value]',
47
+ 'class' => $this->default_class . ' ur-settings-default-value',
48
+ 'type' => 'text',
49
+ 'required' => false,
50
+ 'default' => '',
51
+ 'placeholder' => __( 'Default Value', 'user-registration' ),
52
+
53
+ ),
54
  );
55
 
56
  $this->render_html( $fields );
includes/functions-ur-account.php CHANGED
@@ -15,10 +15,47 @@ if ( ! defined( 'ABSPATH' ) ) {
15
  }
16
 
17
  add_filter( 'login_errors', 'ur_login_error_message' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  // Modify error message on invalid username or password.
20
  function ur_login_error_message( $error ) {
21
- // Don't change login error messages on admin site.
22
  if ( isset( $_POST['redirect_to'] ) && false !== strpos( $_POST['redirect_to'], network_admin_url() ) ) {
23
  return $error;
24
  }
@@ -159,3 +196,69 @@ function ur_get_account_endpoint_url( $endpoint ) {
159
 
160
  return ur_get_endpoint_url( $endpoint, '', ur_get_page_permalink( 'myaccount' ) );
161
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
16
 
17
  add_filter( 'login_errors', 'ur_login_error_message' );
18
+ add_filter( 'get_avatar', 'ur_replace_gravatar_image', 10, 6 );
19
+ add_filter( 'ajax_query_attachments_args', 'ur_show_current_user_attachments' );
20
+ add_action( 'admin_init', 'ur_allow_all_user_uploads' );
21
+
22
+ /**
23
+ * Limit media library access to own uploads.
24
+ *
25
+ * @since 1.5.8
26
+ *
27
+ * @param array $query
28
+ *
29
+ * @return array
30
+ */
31
+ function ur_show_current_user_attachments( $query ) {
32
+ $user_id = get_current_user_id();
33
+
34
+ if ( $user_id && ! current_user_can( 'edit_others_posts' ) ) {
35
+ $query['author'] = $user_id;
36
+ }
37
+
38
+ return $query;
39
+ }
40
+
41
+ /**
42
+ * Allow uploads to all users
43
+ *
44
+ * @since 1.5.8
45
+ *
46
+ * @global $wp_roles
47
+ */
48
+ function ur_allow_all_user_uploads() {
49
+ global $wp_roles;
50
+ foreach ( $wp_roles->roles as $role => $role_data ) {
51
+ $user_role = get_role( $role );
52
+ $user_role->add_cap( 'upload_files' );
53
+ }
54
+ }
55
 
56
  // Modify error message on invalid username or password.
57
  function ur_login_error_message( $error ) {
58
+ // Don't change login error messages on admin site .
59
  if ( isset( $_POST['redirect_to'] ) && false !== strpos( $_POST['redirect_to'], network_admin_url() ) ) {
60
  return $error;
61
  }
196
 
197
  return ur_get_endpoint_url( $endpoint, '', ur_get_page_permalink( 'myaccount' ) );
198
  }
199
+
200
+ /**
201
+ * Custom function to override get_gavatar function.
202
+ *
203
+ * @param [type] $avatar
204
+ * @param [type] $id_or_email
205
+ * @param [type] $size
206
+ * @param [type] $default
207
+ * @param [type] $alt
208
+ * @param array $args
209
+ */
210
+ function ur_replace_gravatar_image( $avatar, $id_or_email, $size, $default, $alt, $args = array() ) {
211
+ // Process the user identifier.
212
+ $user = false;
213
+ if ( is_numeric( $id_or_email ) ) {
214
+ $user = get_user_by( 'id', absint( $id_or_email ) );
215
+ } elseif ( is_string( $id_or_email ) ) {
216
+ $user = get_user_by( 'email', $id_or_email );
217
+ } elseif ( $id_or_email instanceof WP_User ) {
218
+ // User Object.
219
+ $user = $id_or_email;
220
+ } elseif ( $id_or_email instanceof WP_Post ) {
221
+ // Post Object.
222
+ $user = get_user_by( 'id', (int) $id_or_email->post_author );
223
+ } elseif ( $id_or_email instanceof WP_Comment ) {
224
+
225
+ if ( ! empty( $id_or_email->user_id ) ) {
226
+ $user = get_user_by( 'id', (int) $id_or_email->user_id );
227
+ }
228
+ }
229
+
230
+ if ( ! $user || is_wp_error( $user ) ) {
231
+ return $avatar;
232
+ }
233
+
234
+ $profile_picture_id = get_user_meta( $user->ID, 'profile_pic_id', true );
235
+ $class = array( 'avatar', 'avatar-' . (int) $args['size'], 'photo' );
236
+
237
+ if ( ! $args['found_avatar'] || $args['force_default'] ) {
238
+ $class[] = 'avatar-default';
239
+ }
240
+
241
+ if ( $args['class'] ) {
242
+ if ( is_array( $args['class'] ) ) {
243
+ $class = array_merge( $class, $args['class'] );
244
+ } else {
245
+ $class[] = $args['class'];
246
+ }
247
+ }
248
+
249
+ if ( $profile_picture_id ) {
250
+ $profile_image = wp_get_attachment_thumb_url( $profile_picture_id );
251
+ $avatar = sprintf(
252
+ "<img alt='%s' src='%s' srcset='%s' class='%s' height='%d' width='%d' %s/>",
253
+ esc_attr( $args['alt'] ),
254
+ esc_url( $profile_image ),
255
+ esc_url( $profile_image ) . ' 2x',
256
+ esc_attr( join( ' ', $class ) ),
257
+ (int) $args['height'],
258
+ (int) $args['width'],
259
+ $args['extra_attr']
260
+ );
261
+ }
262
+
263
+ return $avatar;
264
+ }
includes/shortcodes/class-ur-shortcode-my-account.php CHANGED
@@ -39,6 +39,14 @@ class UR_Shortcode_My_Account {
39
 
40
  global $wp, $post;
41
  wp_enqueue_script( 'user-registration' );
 
 
 
 
 
 
 
 
42
 
43
  if ( ! is_user_logged_in() ) {
44
 
@@ -168,10 +176,21 @@ class UR_Shortcode_My_Account {
168
  * Edit account details page.
169
  */
170
  public static function edit_account() {
 
 
 
 
 
 
 
 
 
171
  ur_get_template(
172
  'myaccount/form-edit-password.php',
173
  array(
174
  'user' => get_user_by( 'id', get_current_user_id() ),
 
 
175
  )
176
  );
177
  }
@@ -193,14 +212,27 @@ class UR_Shortcode_My_Account {
193
  if ( isset( $_COOKIE[ 'wp-resetpass-' . COOKIEHASH ] ) && 0 < strpos( $_COOKIE[ 'wp-resetpass-' . COOKIEHASH ], ':' ) ) {
194
  list( $rp_login, $rp_key ) = array_map( 'ur_clean', explode( ':', wp_unslash( $_COOKIE[ 'wp-resetpass-' . COOKIEHASH ] ), 2 ) );
195
  $user = self::check_password_reset_key( $rp_key, $rp_login );
 
 
 
 
 
 
 
 
 
 
 
196
 
197
  // reset key / login is correct, display reset password form with hidden key / login values
198
  if ( is_object( $user ) ) {
199
  return ur_get_template(
200
  'myaccount/form-reset-password.php',
201
  array(
202
- 'key' => $rp_key,
203
- 'login' => $rp_login,
 
 
204
  )
205
  );
206
  } else {
39
 
40
  global $wp, $post;
41
  wp_enqueue_script( 'user-registration' );
42
+ wp_enqueue_media();
43
+ wp_enqueue_script( 'ur-my-account' );
44
+ wp_localize_script( 'ur-my-account', 'ur_my_account_params', array(
45
+ 'upload_image' => __( 'Upload Profile Picture', 'user-registration' ),
46
+ 'select_image' => __( 'Select Image', 'user-registration' ),
47
+ 'current_user_can' => current_user_can( 'edit_others_posts' )
48
+ )
49
+ );
50
 
51
  if ( ! is_user_logged_in() ) {
52
 
176
  * Edit account details page.
177
  */
178
  public static function edit_account() {
179
+ $user_id = get_current_user_id();
180
+ $form_id = get_user_meta( $user_id, 'ur_form_id', true );
181
+ $enable_strong_password = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_enable_strong_password' );
182
+ $minimum_password_strength = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_minimum_password_strength' );
183
+
184
+ if ( 'yes' === $enable_strong_password ) {
185
+ wp_enqueue_script( 'ur-password-strength-meter' );
186
+ }
187
+
188
  ur_get_template(
189
  'myaccount/form-edit-password.php',
190
  array(
191
  'user' => get_user_by( 'id', get_current_user_id() ),
192
+ 'enable_strong_password' => $enable_strong_password,
193
+ 'minimum_password_strength' => $minimum_password_strength,
194
  )
195
  );
196
  }
212
  if ( isset( $_COOKIE[ 'wp-resetpass-' . COOKIEHASH ] ) && 0 < strpos( $_COOKIE[ 'wp-resetpass-' . COOKIEHASH ], ':' ) ) {
213
  list( $rp_login, $rp_key ) = array_map( 'ur_clean', explode( ':', wp_unslash( $_COOKIE[ 'wp-resetpass-' . COOKIEHASH ] ), 2 ) );
214
  $user = self::check_password_reset_key( $rp_key, $rp_login );
215
+ $form_id = get_user_meta( $user->ID, 'ur_form_id', true );
216
+
217
+ $enable_strong_password = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_enable_strong_password' );
218
+ $minimum_password_strength = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_minimum_password_strength' );
219
+
220
+ if ( 'yes' === $enable_strong_password ) {
221
+
222
+ // Enqueue script.
223
+ wp_enqueue_script( 'ur-password-strength-meter' );
224
+ wp_localize_script( 'ur-password-strength-meter', 'enable_strong_password', $enable_strong_password );
225
+ }
226
 
227
  // reset key / login is correct, display reset password form with hidden key / login values
228
  if ( is_object( $user ) ) {
229
  return ur_get_template(
230
  'myaccount/form-reset-password.php',
231
  array(
232
+ 'key' => $rp_key,
233
+ 'login' => $rp_login,
234
+ 'enable_strong_password' => $enable_strong_password,
235
+ 'minimum_password_strength' => $minimum_password_strength,
236
  )
237
  );
238
  } else {
languages/user-registration.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the User Registration package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: User Registration 1.5.7\n"
6
  "Report-Msgid-Bugs-To: wpeverest@gmail.com\n"
7
- "POT-Creation-Date: 2019-02-05 07:13:12+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "X-Generator: grunt-wp-i18n 1.0.3\n"
15
 
16
  #: includes/abstracts/abstract-ur-form-field.php:375
17
- #: includes/admin/functions-ur-admin.php:327
18
  msgid "General Settings"
19
  msgstr ""
20
 
@@ -22,15 +22,25 @@ msgstr ""
22
  msgid "Advance Settings"
23
  msgstr ""
24
 
25
- #: includes/admin/class-ur-admin-assets.php:158
 
 
 
 
 
 
 
 
 
 
26
  msgid "Could not install."
27
  msgstr ""
28
 
29
- #: includes/admin/class-ur-admin-assets.php:231
30
  msgid "Clone"
31
  msgstr ""
32
 
33
- #: includes/admin/class-ur-admin-assets.php:231
34
  #: includes/admin/class-ur-admin-registrations-table-list.php:114
35
  msgid "Trash"
36
  msgstr ""
@@ -113,7 +123,7 @@ msgid "User Registration settings"
113
  msgstr ""
114
 
115
  #: includes/admin/class-ur-admin-menus.php:305
116
- #: includes/class-ur-install.php:611
117
  msgid "Settings"
118
  msgstr ""
119
 
@@ -158,7 +168,7 @@ msgid "User Registration endpoints"
158
  msgstr ""
159
 
160
  #: includes/admin/class-ur-admin-menus.php:479
161
- #: includes/admin/settings/class-ur-settings-general.php:168
162
  #: includes/class-ur-query.php:79
163
  msgid "Lost password"
164
  msgstr ""
@@ -184,8 +194,22 @@ msgstr ""
184
  msgid "User Extra Information %s"
185
  msgstr ""
186
 
187
- #: includes/admin/class-ur-admin-profile.php:133
188
- #: includes/admin/class-ur-admin-profile.php:145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  #: includes/form/class-ur-form-field-select.php:35
190
  #: includes/form/class-ur-form-field-select.php:40
191
  msgid "Select"
@@ -372,25 +396,57 @@ msgstr ""
372
  msgid "denied"
373
  msgstr ""
374
 
375
- #: includes/admin/class-ur-admin.php:117
376
  #. translators: 1: WooCommerce 2:: five stars
377
  msgid "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
378
  msgstr ""
379
 
380
- #: includes/admin/class-ur-admin.php:119
381
  msgid "Thank You!"
382
  msgstr ""
383
 
384
- #: includes/admin/class-ur-admin.php:130
385
  msgid "Thank you for using User Registration."
386
  msgstr ""
387
 
388
- #: includes/admin/functions-ur-admin.php:51
389
- #: includes/admin/functions-ur-admin.php:114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
390
  msgid "User Extra Information"
391
  msgstr ""
392
 
393
- #: includes/admin/functions-ur-admin.php:134
394
  msgid "WordPress User Extra Information"
395
  msgstr ""
396
 
@@ -433,7 +489,7 @@ msgid "How the sender email appears in outgoing user registration emails."
433
  msgstr ""
434
 
435
  #: includes/admin/settings/class-ur-settings-email.php:159
436
- #: includes/admin/settings/class-ur-settings-general.php:264
437
  msgid "Email"
438
  msgstr ""
439
 
@@ -456,7 +512,7 @@ msgid "General Options"
456
  msgstr ""
457
 
458
  #: includes/admin/settings/class-ur-settings-general.php:45
459
- #: includes/admin/settings/class-ur-settings-general.php:334
460
  msgid "Login Options"
461
  msgstr ""
462
 
@@ -495,288 +551,298 @@ msgid ""
495
  "access."
496
  msgstr ""
497
 
498
- #: includes/admin/settings/class-ur-settings-general.php:112
 
 
 
 
 
 
 
 
 
 
499
  msgid "My account Section"
500
  msgstr ""
501
 
502
- #: includes/admin/settings/class-ur-settings-general.php:117
503
  msgid "My account page"
504
  msgstr ""
505
 
506
- #: includes/admin/settings/class-ur-settings-general.php:118
507
  msgid "Page contents: [%s]"
508
  msgstr ""
509
 
510
- #: includes/admin/settings/class-ur-settings-general.php:127
511
  msgid "Layout"
512
  msgstr ""
513
 
514
- #: includes/admin/settings/class-ur-settings-general.php:128
515
  msgid "This option lets you choose layout for user registration my account tab."
516
  msgstr ""
517
 
518
- #: includes/admin/settings/class-ur-settings-general.php:136
519
  msgid "Horizontal"
520
  msgstr ""
521
 
522
- #: includes/admin/settings/class-ur-settings-general.php:137
523
  msgid "Vertical"
524
  msgstr ""
525
 
526
- #: includes/admin/settings/class-ur-settings-general.php:147
527
  msgid "Endpoints: "
528
  msgstr ""
529
 
530
- #: includes/admin/settings/class-ur-settings-general.php:147
531
  msgid ""
532
  "Endpoints are appended to your page URLs to handle specific actions on the "
533
  "accounts pages. They should be unique and can be left blank to disable the "
534
  "endpoint."
535
  msgstr ""
536
 
537
- #: includes/admin/settings/class-ur-settings-general.php:152
538
  msgid "Edit profile"
539
  msgstr ""
540
 
541
- #: includes/admin/settings/class-ur-settings-general.php:153
542
  msgid "Endpoint for the \"My account &rarr; Edit profile\" page."
543
  msgstr ""
544
 
545
- #: includes/admin/settings/class-ur-settings-general.php:160
546
- #: includes/class-ur-query.php:73 includes/functions-ur-account.php:88
547
  msgid "Change Password"
548
  msgstr ""
549
 
550
- #: includes/admin/settings/class-ur-settings-general.php:161
551
  msgid "Endpoint for the \"My account &rarr; Change Password\" page."
552
  msgstr ""
553
 
554
- #: includes/admin/settings/class-ur-settings-general.php:169
555
  msgid "Endpoint for the \"My account &rarr; Lost password\" page."
556
  msgstr ""
557
 
558
- #: includes/admin/settings/class-ur-settings-general.php:176
559
  msgid "User logout"
560
  msgstr ""
561
 
562
- #: includes/admin/settings/class-ur-settings-general.php:177
563
  msgid ""
564
  "Endpoint for the triggering logout. You can add this to your menus via a "
565
  "custom link: yoursite.com/?user-logout=true"
566
  msgstr ""
567
 
568
- #: includes/admin/settings/class-ur-settings-general.php:205
569
  msgid "Success Messages"
570
  msgstr ""
571
 
572
- #: includes/admin/settings/class-ur-settings-general.php:212
573
  #: includes/functions-ur-core.php:880
574
  msgid "Manual login after registration"
575
  msgstr ""
576
 
577
- #: includes/admin/settings/class-ur-settings-general.php:213
578
  msgid ""
579
  "Enter the text message after successful form submission on manual login "
580
  "after registration."
581
  msgstr ""
582
 
583
- #: includes/admin/settings/class-ur-settings-general.php:218
584
- #: includes/class-ur-frontend-scripts.php:330
585
  msgid "User successfully registered."
586
  msgstr ""
587
 
588
- #: includes/admin/settings/class-ur-settings-general.php:222
589
  #: includes/functions-ur-core.php:881
590
  msgid "Email confirmation to login"
591
  msgstr ""
592
 
593
- #: includes/admin/settings/class-ur-settings-general.php:223
594
  msgid ""
595
  "Enter the text message after successful form submission on email "
596
  "confirmation to login."
597
  msgstr ""
598
 
599
- #: includes/admin/settings/class-ur-settings-general.php:228
600
- #: includes/class-ur-frontend-scripts.php:332
601
  msgid ""
602
  "User registered. Verify your email by clicking on the link sent to your "
603
  "email."
604
  msgstr ""
605
 
606
- #: includes/admin/settings/class-ur-settings-general.php:232
607
  #: includes/functions-ur-core.php:883
608
  msgid "Admin approval after registration"
609
  msgstr ""
610
 
611
- #: includes/admin/settings/class-ur-settings-general.php:233
612
  msgid ""
613
  "Enter the text message after successful form submission on admin approval "
614
  "after registration."
615
  msgstr ""
616
 
617
- #: includes/admin/settings/class-ur-settings-general.php:238
618
- #: includes/class-ur-frontend-scripts.php:331
619
  msgid "User registered. Wait until admin approves your registration."
620
  msgstr ""
621
 
622
- #: includes/admin/settings/class-ur-settings-general.php:247
623
  msgid "Error Messages"
624
  msgstr ""
625
 
626
- #: includes/admin/settings/class-ur-settings-general.php:254
627
  #: includes/functions-ur-core.php:591
628
  msgid "Required"
629
  msgstr ""
630
 
631
- #: includes/admin/settings/class-ur-settings-general.php:255
632
  msgid "Enter the error message in form submission on required fields."
633
  msgstr ""
634
 
635
- #: includes/admin/settings/class-ur-settings-general.php:260
636
- #: includes/class-ur-frontend-scripts.php:324
637
  msgid "This field is required."
638
  msgstr ""
639
 
640
- #: includes/admin/settings/class-ur-settings-general.php:265
641
  msgid "Enter the error message in form submission on Email."
642
  msgstr ""
643
 
644
- #: includes/admin/settings/class-ur-settings-general.php:270
645
- #: includes/class-ur-frontend-scripts.php:325
646
  msgid "Please enter a valid email address."
647
  msgstr ""
648
 
649
- #: includes/admin/settings/class-ur-settings-general.php:274
650
  msgid "Website URL"
651
  msgstr ""
652
 
653
- #: includes/admin/settings/class-ur-settings-general.php:275
654
  msgid "Enter the error message in form submission on website/URL."
655
  msgstr ""
656
 
657
- #: includes/admin/settings/class-ur-settings-general.php:280
658
- #: includes/class-ur-frontend-scripts.php:326
659
  msgid "Please enter a valid URL."
660
  msgstr ""
661
 
662
- #: includes/admin/settings/class-ur-settings-general.php:284
663
  #: includes/form/class-ur-form-field-number.php:37
664
  #: includes/form/class-ur-form-field-number.php:42
665
  msgid "Number"
666
  msgstr ""
667
 
668
- #: includes/admin/settings/class-ur-settings-general.php:285
669
  msgid "Enter the error message in form submission on Number."
670
  msgstr ""
671
 
672
- #: includes/admin/settings/class-ur-settings-general.php:290
673
- #: includes/class-ur-frontend-scripts.php:327
674
  msgid "Please enter a valid number."
675
  msgstr ""
676
 
677
- #: includes/admin/settings/class-ur-settings-general.php:294
678
  #: includes/form/class-ur-form-field-user-confirm-password.php:40
679
  msgid "Confirm Password"
680
  msgstr ""
681
 
682
- #: includes/admin/settings/class-ur-settings-general.php:295
683
  msgid "Enter the error message in form submission on Confim Password."
684
  msgstr ""
685
 
686
- #: includes/admin/settings/class-ur-settings-general.php:300
687
- #: includes/class-ur-frontend-scripts.php:328
688
  msgid "Password and confirm password not matched."
689
  msgstr ""
690
 
691
- #: includes/admin/settings/class-ur-settings-general.php:304
692
  msgid "Google reCaptcha"
693
  msgstr ""
694
 
695
- #: includes/admin/settings/class-ur-settings-general.php:305
696
  msgid "Enter the error message in form submission on google recaptcha."
697
  msgstr ""
698
 
699
- #: includes/admin/settings/class-ur-settings-general.php:310
700
- #: includes/class-ur-ajax.php:88 includes/class-ur-form-handler.php:276
701
- #: includes/class-ur-frontend-scripts.php:333
702
  msgid "Captcha code error, please try again."
703
  msgstr ""
704
 
705
- #: includes/admin/settings/class-ur-settings-general.php:341
706
  #: includes/functions-ur-core.php:835
707
  msgid "Form Template"
708
  msgstr ""
709
 
710
- #: includes/admin/settings/class-ur-settings-general.php:342
711
  msgid "Choose the login form template."
712
  msgstr ""
713
 
714
- #: includes/admin/settings/class-ur-settings-general.php:349
715
  #: includes/functions-ur-core.php:842
716
  msgid "Default"
717
  msgstr ""
718
 
719
- #: includes/admin/settings/class-ur-settings-general.php:350
720
  #: includes/functions-ur-core.php:843
721
  msgid "Bordered"
722
  msgstr ""
723
 
724
- #: includes/admin/settings/class-ur-settings-general.php:351
725
  #: includes/functions-ur-core.php:844
726
  msgid "Flat"
727
  msgstr ""
728
 
729
- #: includes/admin/settings/class-ur-settings-general.php:352
730
  #: includes/functions-ur-core.php:845
731
  msgid "Rounded"
732
  msgstr ""
733
 
734
- #: includes/admin/settings/class-ur-settings-general.php:353
735
  #: includes/functions-ur-core.php:846
736
  msgid "Rounded Edge"
737
  msgstr ""
738
 
739
- #: includes/admin/settings/class-ur-settings-general.php:358
740
  msgid "Enable remember me"
741
  msgstr ""
742
 
743
- #: includes/admin/settings/class-ur-settings-general.php:359
744
  msgid "Check to enable/disable remember me."
745
  msgstr ""
746
 
747
- #: includes/admin/settings/class-ur-settings-general.php:368
748
  msgid "Enable lost password"
749
  msgstr ""
750
 
751
- #: includes/admin/settings/class-ur-settings-general.php:369
752
  msgid "Check to enable/disable lost password."
753
  msgstr ""
754
 
755
- #: includes/admin/settings/class-ur-settings-general.php:378
756
  msgid "Enable google reCaptcha"
757
  msgstr ""
758
 
759
- #: includes/admin/settings/class-ur-settings-general.php:379
760
  msgid "Enable %1$s %2$s reCaptcha %3$s support"
761
  msgstr ""
762
 
763
- #: includes/admin/settings/class-ur-settings-general.php:388
764
  msgid "Registration URL"
765
  msgstr ""
766
 
767
- #: includes/admin/settings/class-ur-settings-general.php:389
768
  msgid "This option lets you enter the registration page url in login form."
769
  msgstr ""
770
 
771
- #: includes/admin/settings/class-ur-settings-general.php:397
772
  msgid "Registration URL label"
773
  msgstr ""
774
 
775
- #: includes/admin/settings/class-ur-settings-general.php:398
776
  msgid "This option lets you enter the label to registration url in login form."
777
  msgstr ""
778
 
779
- #: includes/admin/settings/class-ur-settings-general.php:403
780
  #: templates/myaccount/form-login.php:113
781
  msgid "Not a member yet? Register now."
782
  msgstr ""
@@ -1335,40 +1401,40 @@ msgstr ""
1335
  msgid "Taking a while? Click here to run it now."
1336
  msgstr ""
1337
 
1338
- #: includes/class-ur-ajax.php:81 includes/class-ur-form-handler.php:273
1339
  msgid "Error on google reCaptcha. Contact your site administrator."
1340
  msgstr ""
1341
 
1342
- #: includes/class-ur-ajax.php:97
1343
  msgid "Nonce error, please reload."
1344
  msgstr ""
1345
 
1346
- #: includes/class-ur-ajax.php:109 includes/class-ur-shortcodes.php:122
1347
  msgid "Only administrators can add new users."
1348
  msgstr ""
1349
 
1350
- #: includes/class-ur-ajax.php:127 includes/class-ur-shortcodes.php:136
1351
  msgid "You are currently logged in as %1$1s. %2$2s"
1352
  msgstr ""
1353
 
1354
- #: includes/class-ur-ajax.php:127 includes/class-ur-shortcodes.php:136
1355
  msgid "Log out of this account."
1356
  msgstr ""
1357
 
1358
- #: includes/class-ur-ajax.php:127 includes/class-ur-shortcodes.php:136
1359
- #: includes/functions-ur-account.php:89
1360
  msgid "Logout"
1361
  msgstr ""
1362
 
1363
- #: includes/class-ur-ajax.php:193 includes/class-ur-ajax.php:199
1364
  msgid "post data not set"
1365
  msgstr ""
1366
 
1367
- #: includes/class-ur-ajax.php:216
1368
  msgid "Could not save form. Invalid field name. Please check all field name"
1369
  msgstr ""
1370
 
1371
- #: includes/class-ur-cache-helper.php:105
1372
  msgid ""
1373
  "In order for <strong>database caching</strong> to work with User "
1374
  "Registration you must add %1$s to the \"Ignored Query Strings\" option in "
@@ -1400,14 +1466,14 @@ msgid "User doesnot exist!"
1400
  msgstr ""
1401
 
1402
  #: includes/class-ur-email-confirmation.php:351
1403
- #: includes/class-ur-form-handler.php:273
1404
- #: includes/class-ur-form-handler.php:276
1405
- #: includes/class-ur-form-handler.php:281
1406
  #: includes/class-ur-form-handler.php:285
1407
- #: includes/class-ur-form-handler.php:294
 
1408
  #: includes/class-ur-user-approval.php:183
1409
- #: includes/class-ur-user-approval.php:188 includes/functions-ur-account.php:32
1410
- #: includes/functions-ur-account.php:35
1411
  msgid "ERROR:"
1412
  msgstr ""
1413
 
@@ -1423,7 +1489,7 @@ msgstr ""
1423
 
1424
  #: includes/class-ur-email-confirmation.php:372
1425
  msgid ""
1426
- "Email not verified! Verifiy your email by clicking on the link sent to your "
1427
  "email."
1428
  msgstr ""
1429
 
@@ -1447,125 +1513,125 @@ msgstr ""
1447
  msgid "Form"
1448
  msgstr ""
1449
 
1450
- #: includes/class-ur-form-handler.php:97
1451
  msgid "%s is a required field."
1452
  msgstr ""
1453
 
1454
- #: includes/class-ur-form-handler.php:110
1455
  msgid "%s is not a valid email address."
1456
  msgstr ""
1457
 
1458
- #: includes/class-ur-form-handler.php:153
1459
  msgid "User profile updated successfully."
1460
  msgstr ""
1461
 
1462
- #: includes/class-ur-form-handler.php:199
1463
  msgid "Please fill out all password fields."
1464
  msgstr ""
1465
 
1466
- #: includes/class-ur-form-handler.php:202
1467
  msgid "Please enter your current password."
1468
  msgstr ""
1469
 
1470
- #: includes/class-ur-form-handler.php:205
1471
  msgid "Please re-enter your password."
1472
  msgstr ""
1473
 
1474
- #: includes/class-ur-form-handler.php:208
1475
  msgid "New passwords do not match."
1476
  msgstr ""
1477
 
1478
- #: includes/class-ur-form-handler.php:211
1479
  msgid "Your current password is incorrect."
1480
  msgstr ""
1481
 
1482
- #: includes/class-ur-form-handler.php:232
1483
  msgid "Password changed successfully."
1484
  msgstr ""
1485
 
1486
- #: includes/class-ur-form-handler.php:285
1487
  msgid "Username is required."
1488
  msgstr ""
1489
 
1490
- #: includes/class-ur-form-handler.php:294
1491
  msgid "A user could not be found with this email address."
1492
  msgstr ""
1493
 
1494
- #: includes/class-ur-form-handler.php:391
1495
  msgid "Please enter your password."
1496
  msgstr ""
1497
 
1498
- #: includes/class-ur-form-handler.php:395
1499
  msgid "Passwords do not match."
1500
  msgstr ""
1501
 
1502
- #: includes/class-ur-form-handler.php:430
1503
  msgid "Invalid Key"
1504
  msgstr ""
1505
 
1506
- #: includes/class-ur-form-handler.php:445
1507
  msgid "Thanks for confirming your export request."
1508
  msgstr ""
1509
 
1510
- #: includes/class-ur-form-handler.php:447
1511
  msgid "Thanks for confirming your erasure request."
1512
  msgstr ""
1513
 
1514
- #: includes/class-ur-frontend-scripts.php:341
1515
  msgid "Please enter a stronger password."
1516
  msgstr ""
1517
 
1518
- #: includes/class-ur-frontend-scripts.php:343
1519
  #: includes/functions-ur-core.php:799
1520
  msgid "Very Weak"
1521
  msgstr ""
1522
 
1523
- #: includes/class-ur-frontend-scripts.php:344
1524
  #: includes/functions-ur-core.php:800
1525
  msgid "Weak"
1526
  msgstr ""
1527
 
1528
- #: includes/class-ur-frontend-scripts.php:345
1529
  #: includes/functions-ur-core.php:801
1530
  msgid "Medium"
1531
  msgstr ""
1532
 
1533
- #: includes/class-ur-frontend-scripts.php:346
1534
  #: includes/functions-ur-core.php:802
1535
  msgid "Strong"
1536
  msgstr ""
1537
 
1538
- #: includes/class-ur-frontend-scripts.php:347
1539
  msgid "Password with confirm password not matched."
1540
  msgstr ""
1541
 
1542
- #: includes/class-ur-frontend-scripts.php:350
1543
  msgid ""
1544
  "Hint: To make password stronger, use upper and lower case letters, numbers, "
1545
  "and symbols like ! \" ? $ % ^ & )."
1546
  msgstr ""
1547
 
1548
- #: includes/class-ur-install.php:341
1549
  msgid "Default form"
1550
  msgstr ""
1551
 
1552
- #: includes/class-ur-install.php:611
1553
  msgid "View User Registration settings"
1554
  msgstr ""
1555
 
1556
- #: includes/class-ur-install.php:627
1557
  msgid "View User Registration documentation"
1558
  msgstr ""
1559
 
1560
- #: includes/class-ur-install.php:627
1561
  msgid "Docs"
1562
  msgstr ""
1563
 
1564
- #: includes/class-ur-install.php:628
1565
  msgid "Visit free customer support"
1566
  msgstr ""
1567
 
1568
- #: includes/class-ur-install.php:628
1569
  msgid "Free support"
1570
  msgstr ""
1571
 
@@ -1579,62 +1645,62 @@ msgstr ""
1579
  msgid "UR_Logger::log was called with an invalid level \"%s\"."
1580
  msgstr ""
1581
 
1582
- #: includes/class-ur-plugin-updater.php:247
1583
  msgid "Deactivate License Key"
1584
  msgstr ""
1585
 
1586
- #: includes/class-ur-plugin-updater.php:247
1587
  msgid "Deactivate License"
1588
  msgstr ""
1589
 
1590
- #: includes/class-ur-plugin-updater.php:282
1591
  msgid ""
1592
  "The provided license key expired on %1$s. Please <a href=\"%2$s\" "
1593
  "target=\"_blank\">renew your license key</a>."
1594
  msgstr ""
1595
 
1596
- #: includes/class-ur-plugin-updater.php:286
1597
  msgid ""
1598
  "The provided license key has been disabled. Please <a href=\"%s\" "
1599
  "target=\"_blank\">contact support</a> for more information."
1600
  msgstr ""
1601
 
1602
- #: includes/class-ur-plugin-updater.php:290
1603
  msgid ""
1604
  "The provided license is invalid. Please <a href=\"%s\" "
1605
  "target=\"_blank\">visit your account page</a> and verify it."
1606
  msgstr ""
1607
 
1608
- #: includes/class-ur-plugin-updater.php:295
1609
  msgid ""
1610
  "The provided license is not active for this URL. Please <a href=\"%s\" "
1611
  "target=\"_blank\">visit your account page</a> to manage your license key "
1612
  "URLs."
1613
  msgstr ""
1614
 
1615
- #: includes/class-ur-plugin-updater.php:300
1616
  msgid "This appears to be an invalid license key for <strong>%1$s</strong>."
1617
  msgstr ""
1618
 
1619
- #: includes/class-ur-plugin-updater.php:304
1620
  msgid ""
1621
  "The provided license key has reached its activation limit. Please <a "
1622
  "href=\"%1$s\" target=\"_blank\">View possible upgrades</a> now."
1623
  msgstr ""
1624
 
1625
- #: includes/class-ur-plugin-updater.php:308
1626
  msgid ""
1627
  "The key you entered belongs to a bundle, please use the product specific "
1628
  "license key."
1629
  msgstr ""
1630
 
1631
- #: includes/class-ur-plugin-updater.php:312
1632
  msgid ""
1633
  "The provided license key could not be found. Please <a href=\"%s\" "
1634
  "target=\"_blank\">contact support</a> for more information."
1635
  msgstr ""
1636
 
1637
- #: includes/class-ur-plugin-updater.php:316
1638
  msgid "<strong>Activation error:</strong> %1$s"
1639
  msgstr ""
1640
 
@@ -1883,7 +1949,7 @@ msgid ""
1883
  "Privacy Policy</a> for more details."
1884
  msgstr ""
1885
 
1886
- #: includes/class-ur-query.php:76 includes/functions-ur-account.php:87
1887
  msgid "Profile Details"
1888
  msgstr ""
1889
 
@@ -3056,6 +3122,15 @@ msgstr ""
3056
  msgid "Custom Class"
3057
  msgstr ""
3058
 
 
 
 
 
 
 
 
 
 
3059
  #: includes/form/settings/class-ur-setting-password.php:31
3060
  #: includes/form/settings/class-ur-setting-password.php:38
3061
  msgid "Password Size"
@@ -3066,13 +3141,6 @@ msgstr ""
3066
  msgid "Size"
3067
  msgstr ""
3068
 
3069
- #: includes/form/settings/class-ur-setting-text.php:42
3070
- #: includes/form/settings/class-ur-setting-text.php:49
3071
- #: includes/form/settings/class-ur-setting-textarea.php:33
3072
- #: includes/form/settings/class-ur-setting-textarea.php:40
3073
- msgid "Default Value"
3074
- msgstr ""
3075
-
3076
  #: includes/frontend/class-ur-frontend-form-handler.php:101
3077
  msgid "Something went wrong! please try again"
3078
  msgstr ""
@@ -3099,19 +3167,19 @@ msgid ""
3099
  "upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ & )."
3100
  msgstr ""
3101
 
3102
- #: includes/functions-ur-account.php:32
3103
  msgid "The password you entered for username %1$1s is incorrect. %2$2s"
3104
  msgstr ""
3105
 
3106
- #: includes/functions-ur-account.php:32 includes/functions-ur-account.php:35
3107
  msgid "Lost Your Password?"
3108
  msgstr ""
3109
 
3110
- #: includes/functions-ur-account.php:35
3111
  msgid "Invalid username. %1s"
3112
  msgstr ""
3113
 
3114
- #: includes/functions-ur-account.php:86
3115
  msgid "Dashboard"
3116
  msgstr ""
3117
 
@@ -3218,31 +3286,55 @@ msgstr ""
3218
  msgid "You are already logged in. <a href=\"%s\">Log out?</a>"
3219
  msgstr ""
3220
 
3221
- #: includes/shortcodes/class-ur-shortcode-my-account.php:56
3222
  msgid "Your password has been reset successfully."
3223
  msgstr ""
3224
 
3225
- #: includes/shortcodes/class-ur-shortcode-my-account.php:90
3226
  msgid "Are you sure you want to log out? <a href=\"%s\">Confirm and log out</a>"
3227
  msgstr ""
3228
 
3229
- #: includes/shortcodes/class-ur-shortcode-my-account.php:235
3230
  msgid "Enter a username or email address."
3231
  msgstr ""
3232
 
3233
- #: includes/shortcodes/class-ur-shortcode-my-account.php:256
3234
- #: includes/shortcodes/class-ur-shortcode-my-account.php:261
3235
  msgid "Invalid username or email."
3236
  msgstr ""
3237
 
3238
- #: includes/shortcodes/class-ur-shortcode-my-account.php:271
3239
  msgid "Password reset is not allowed for this user"
3240
  msgstr ""
3241
 
3242
- #: includes/shortcodes/class-ur-shortcode-my-account.php:284
3243
  msgid "The email could not be sent. Contact your site administrator. "
3244
  msgstr ""
3245
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3246
  #: templates/myaccount/dashboard.php:30
3247
  #. translators: 1: user display name 2: logout url
3248
  msgid "Hello %1$s (not %1$s? <a href=\"%2$s\">Sign out</a>)"
@@ -3273,11 +3365,15 @@ msgid "Confirm new password"
3273
  msgstr ""
3274
 
3275
  #: templates/myaccount/form-edit-password.php:59
3276
- #: templates/myaccount/form-edit-profile.php:43
3277
  msgid "Save changes"
3278
  msgstr ""
3279
 
3280
- #: templates/myaccount/form-edit-profile.php:32
 
 
 
 
3281
  msgid "Gravatar"
3282
  msgstr ""
3283
 
@@ -3354,144 +3450,144 @@ msgstr ""
3354
  msgid "https://wpeverest.com"
3355
  msgstr ""
3356
 
3357
- #: includes/admin/class-ur-admin-assets.php:137
3358
  msgctxt "enhanced select"
3359
  msgid "No matches found"
3360
  msgstr ""
3361
 
3362
- #: includes/admin/class-ur-admin-assets.php:138
3363
  msgctxt "enhanced select"
3364
  msgid "Loading failed"
3365
  msgstr ""
3366
 
3367
- #: includes/admin/class-ur-admin-assets.php:139
3368
  msgctxt "enhanced select"
3369
  msgid "Please enter 1 or more characters"
3370
  msgstr ""
3371
 
3372
- #: includes/admin/class-ur-admin-assets.php:140
3373
  msgctxt "enhanced select"
3374
  msgid "Please enter %qty% or more characters"
3375
  msgstr ""
3376
 
3377
- #: includes/admin/class-ur-admin-assets.php:141
3378
  msgctxt "enhanced select"
3379
  msgid "Please delete 1 character"
3380
  msgstr ""
3381
 
3382
- #: includes/admin/class-ur-admin-assets.php:142
3383
  msgctxt "enhanced select"
3384
  msgid "Please delete %qty% characters"
3385
  msgstr ""
3386
 
3387
- #: includes/admin/class-ur-admin-assets.php:143
3388
  msgctxt "enhanced select"
3389
  msgid "You can only select 1 item"
3390
  msgstr ""
3391
 
3392
- #: includes/admin/class-ur-admin-assets.php:144
3393
  msgctxt "enhanced select"
3394
  msgid "You can only select %qty% items"
3395
  msgstr ""
3396
 
3397
- #: includes/admin/class-ur-admin-assets.php:145
3398
  msgctxt "enhanced select"
3399
  msgid "Loading more results&hellip;"
3400
  msgstr ""
3401
 
3402
- #: includes/admin/class-ur-admin-assets.php:146
3403
  msgctxt "enhanced select"
3404
  msgid "Searching&hellip;"
3405
  msgstr ""
3406
 
3407
- #: includes/admin/class-ur-admin-assets.php:251
3408
  msgctxt "user-registration admin"
3409
  msgid "User Email"
3410
  msgstr ""
3411
 
3412
- #: includes/admin/class-ur-admin-assets.php:252
3413
  msgctxt "user-registration admin"
3414
  msgid "User Password"
3415
  msgstr ""
3416
 
3417
- #: includes/admin/class-ur-admin-assets.php:253
3418
  msgctxt "user registration admin"
3419
  msgid "Are you sure want to delete?"
3420
  msgstr ""
3421
 
3422
- #: includes/admin/class-ur-admin-assets.php:254
3423
  msgctxt "user registration admin"
3424
  msgid "At least one row needs to be selected."
3425
  msgstr ""
3426
 
3427
- #: includes/admin/class-ur-admin-assets.php:255
3428
  msgctxt "user registration admin"
3429
  msgid "This field is one time draggable."
3430
  msgstr ""
3431
 
3432
- #: includes/admin/class-ur-admin-assets.php:256
3433
  msgctxt "user registration admin"
3434
  msgid "Could not clone this field."
3435
  msgstr ""
3436
 
3437
- #: includes/admin/class-ur-admin-assets.php:257
3438
  msgctxt "user registration admin"
3439
  msgid "Form successfully saved."
3440
  msgstr ""
3441
 
3442
- #: includes/admin/class-ur-admin-assets.php:258
3443
  msgctxt "user registration admin"
3444
  msgid "Success"
3445
  msgstr ""
3446
 
3447
- #: includes/admin/class-ur-admin-assets.php:259
3448
  msgctxt "user registration admin"
3449
  msgid "Error"
3450
  msgstr ""
3451
 
3452
- #: includes/admin/class-ur-admin-assets.php:260
3453
  msgctxt "user registration admin"
3454
  msgid "At least one field needs to be selected."
3455
  msgstr ""
3456
 
3457
- #: includes/admin/class-ur-admin-assets.php:261
3458
  msgctxt "user registration admin"
3459
  msgid "Empty form name."
3460
  msgstr ""
3461
 
3462
- #: includes/admin/class-ur-admin-assets.php:262
3463
  msgctxt "user registration admin"
3464
  msgid "Previous save action on going."
3465
  msgstr ""
3466
 
3467
- #: includes/admin/class-ur-admin-assets.php:263
3468
  msgctxt "user registration admin"
3469
  msgid "Duplicate field name."
3470
  msgstr ""
3471
 
3472
- #: includes/admin/class-ur-admin-assets.php:264
3473
  msgctxt "user registration admin"
3474
  msgid "Empty field label."
3475
  msgstr ""
3476
 
3477
- #: includes/admin/class-ur-admin-assets.php:265
3478
  msgctxt "user registration admin"
3479
  msgid ""
3480
  "Invalid field name. Please do not use space, empty or special character, "
3481
  "you can use underscore."
3482
  msgstr ""
3483
 
3484
- #: includes/admin/class-ur-admin-assets.php:266
3485
  msgctxt "user registration admin"
3486
  msgid "Multiple field key "
3487
  msgstr ""
3488
 
3489
- #: includes/admin/class-ur-admin-assets.php:267
3490
  msgctxt "user registration admin"
3491
  msgid "field is required."
3492
  msgstr ""
3493
 
3494
- #: includes/admin/class-ur-admin-assets.php:268
3495
  msgctxt "user registration admin"
3496
  msgid "Drag your first form item here."
3497
  msgstr ""
@@ -3524,22 +3620,22 @@ msgctxt "The action on users list page"
3524
  msgid "Unverify"
3525
  msgstr ""
3526
 
3527
- #: includes/class-ur-install.php:280
3528
  msgctxt "Page slug"
3529
  msgid "my-account"
3530
  msgstr ""
3531
 
3532
- #: includes/class-ur-install.php:289
3533
  msgctxt "Page slug"
3534
  msgid "registration"
3535
  msgstr ""
3536
 
3537
- #: includes/class-ur-install.php:281
3538
  msgctxt "Page title"
3539
  msgid "My Account"
3540
  msgstr ""
3541
 
3542
- #: includes/class-ur-install.php:290
3543
  msgctxt "Page title"
3544
  msgid "Registration"
3545
  msgstr ""
2
  # This file is distributed under the same license as the User Registration package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: User Registration 1.5.8\n"
6
  "Report-Msgid-Bugs-To: wpeverest@gmail.com\n"
7
+ "POT-Creation-Date: 2019-02-25 05:30:12+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Generator: grunt-wp-i18n 1.0.3\n"
15
 
16
  #: includes/abstracts/abstract-ur-form-field.php:375
17
+ #: includes/admin/functions-ur-admin.php:431
18
  msgid "General Settings"
19
  msgstr ""
20
 
22
  msgid "Advance Settings"
23
  msgstr ""
24
 
25
+ #: includes/admin/class-ur-admin-assets.php:145
26
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:45
27
+ msgid "Upload Profile Picture"
28
+ msgstr ""
29
+
30
+ #: includes/admin/class-ur-admin-assets.php:146
31
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:46
32
+ msgid "Select Image"
33
+ msgstr ""
34
+
35
+ #: includes/admin/class-ur-admin-assets.php:196
36
  msgid "Could not install."
37
  msgstr ""
38
 
39
+ #: includes/admin/class-ur-admin-assets.php:271
40
  msgid "Clone"
41
  msgstr ""
42
 
43
+ #: includes/admin/class-ur-admin-assets.php:271
44
  #: includes/admin/class-ur-admin-registrations-table-list.php:114
45
  msgid "Trash"
46
  msgstr ""
123
  msgstr ""
124
 
125
  #: includes/admin/class-ur-admin-menus.php:305
126
+ #: includes/class-ur-install.php:626
127
  msgid "Settings"
128
  msgstr ""
129
 
168
  msgstr ""
169
 
170
  #: includes/admin/class-ur-admin-menus.php:479
171
+ #: includes/admin/settings/class-ur-settings-general.php:177
172
  #: includes/class-ur-query.php:79
173
  msgid "Lost password"
174
  msgstr ""
194
  msgid "User Extra Information %s"
195
  msgstr ""
196
 
197
+ #: includes/admin/class-ur-admin-profile.php:100
198
+ msgid "Profile Picture"
199
+ msgstr ""
200
+
201
+ #: includes/admin/class-ur-admin-profile.php:108
202
+ #: templates/myaccount/form-edit-profile.php:45
203
+ msgid "Remove"
204
+ msgstr ""
205
+
206
+ #: includes/admin/class-ur-admin-profile.php:109
207
+ #: templates/myaccount/form-edit-profile.php:46
208
+ msgid "Upload Image"
209
+ msgstr ""
210
+
211
+ #: includes/admin/class-ur-admin-profile.php:159
212
+ #: includes/admin/class-ur-admin-profile.php:171
213
  #: includes/form/class-ur-form-field-select.php:35
214
  #: includes/form/class-ur-form-field-select.php:40
215
  msgid "Select"
396
  msgid "denied"
397
  msgstr ""
398
 
399
+ #: includes/admin/class-ur-admin.php:118
400
  #. translators: 1: WooCommerce 2:: five stars
401
  msgid "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
402
  msgstr ""
403
 
404
+ #: includes/admin/class-ur-admin.php:120
405
  msgid "Thank You!"
406
  msgstr ""
407
 
408
+ #: includes/admin/class-ur-admin.php:131
409
  msgid "Thank you for using User Registration."
410
  msgstr ""
411
 
412
+ #: includes/admin/class-ur-admin.php:169
413
+ msgid "Enjoying <strong>User Registration</strong>?"
414
+ msgstr ""
415
+
416
+ #: includes/admin/class-ur-admin.php:170
417
+ msgid ""
418
+ "Looks like you have been using user registration for a while. Would you do "
419
+ "us some favour and leave a review on <a "
420
+ "href=\"https://wordpress.org/support/plugin/user-registration/reviews/#new-"
421
+ "post\" target=\"_blank\"><strong>WordPress.org</strong></a>?"
422
+ msgstr ""
423
+
424
+ #: includes/admin/class-ur-admin.php:173
425
+ msgid "Sure, I'd love to!"
426
+ msgstr ""
427
+
428
+ #: includes/admin/class-ur-admin.php:174
429
+ msgid "I already did!"
430
+ msgstr ""
431
+
432
+ #: includes/admin/class-ur-admin.php:175
433
+ msgid "Never show again"
434
+ msgstr ""
435
+
436
+ #: includes/admin/functions-ur-admin.php:28
437
+ msgid "User Registration Activity"
438
+ msgstr ""
439
+
440
+ #: includes/admin/functions-ur-admin.php:44
441
+ msgid "loading..."
442
+ msgstr ""
443
+
444
+ #: includes/admin/functions-ur-admin.php:155
445
+ #: includes/admin/functions-ur-admin.php:218
446
  msgid "User Extra Information"
447
  msgstr ""
448
 
449
+ #: includes/admin/functions-ur-admin.php:238
450
  msgid "WordPress User Extra Information"
451
  msgstr ""
452
 
489
  msgstr ""
490
 
491
  #: includes/admin/settings/class-ur-settings-email.php:159
492
+ #: includes/admin/settings/class-ur-settings-general.php:273
493
  msgid "Email"
494
  msgstr ""
495
 
512
  msgstr ""
513
 
514
  #: includes/admin/settings/class-ur-settings-general.php:45
515
+ #: includes/admin/settings/class-ur-settings-general.php:343
516
  msgid "Login Options"
517
  msgstr ""
518
 
551
  "access."
552
  msgstr ""
553
 
554
+ #: includes/admin/settings/class-ur-settings-general.php:107
555
+ msgid "Uninstall Option"
556
+ msgstr ""
557
+
558
+ #: includes/admin/settings/class-ur-settings-general.php:108
559
+ msgid ""
560
+ "Heads Up! Check this if you would like to remove ALL User Registration data "
561
+ "upon plugin deletion."
562
+ msgstr ""
563
+
564
+ #: includes/admin/settings/class-ur-settings-general.php:121
565
  msgid "My account Section"
566
  msgstr ""
567
 
568
+ #: includes/admin/settings/class-ur-settings-general.php:126
569
  msgid "My account page"
570
  msgstr ""
571
 
572
+ #: includes/admin/settings/class-ur-settings-general.php:127
573
  msgid "Page contents: [%s]"
574
  msgstr ""
575
 
576
+ #: includes/admin/settings/class-ur-settings-general.php:136
577
  msgid "Layout"
578
  msgstr ""
579
 
580
+ #: includes/admin/settings/class-ur-settings-general.php:137
581
  msgid "This option lets you choose layout for user registration my account tab."
582
  msgstr ""
583
 
584
+ #: includes/admin/settings/class-ur-settings-general.php:145
585
  msgid "Horizontal"
586
  msgstr ""
587
 
588
+ #: includes/admin/settings/class-ur-settings-general.php:146
589
  msgid "Vertical"
590
  msgstr ""
591
 
592
+ #: includes/admin/settings/class-ur-settings-general.php:156
593
  msgid "Endpoints: "
594
  msgstr ""
595
 
596
+ #: includes/admin/settings/class-ur-settings-general.php:156
597
  msgid ""
598
  "Endpoints are appended to your page URLs to handle specific actions on the "
599
  "accounts pages. They should be unique and can be left blank to disable the "
600
  "endpoint."
601
  msgstr ""
602
 
603
+ #: includes/admin/settings/class-ur-settings-general.php:161
604
  msgid "Edit profile"
605
  msgstr ""
606
 
607
+ #: includes/admin/settings/class-ur-settings-general.php:162
608
  msgid "Endpoint for the \"My account &rarr; Edit profile\" page."
609
  msgstr ""
610
 
611
+ #: includes/admin/settings/class-ur-settings-general.php:169
612
+ #: includes/class-ur-query.php:73 includes/functions-ur-account.php:125
613
  msgid "Change Password"
614
  msgstr ""
615
 
616
+ #: includes/admin/settings/class-ur-settings-general.php:170
617
  msgid "Endpoint for the \"My account &rarr; Change Password\" page."
618
  msgstr ""
619
 
620
+ #: includes/admin/settings/class-ur-settings-general.php:178
621
  msgid "Endpoint for the \"My account &rarr; Lost password\" page."
622
  msgstr ""
623
 
624
+ #: includes/admin/settings/class-ur-settings-general.php:185
625
  msgid "User logout"
626
  msgstr ""
627
 
628
+ #: includes/admin/settings/class-ur-settings-general.php:186
629
  msgid ""
630
  "Endpoint for the triggering logout. You can add this to your menus via a "
631
  "custom link: yoursite.com/?user-logout=true"
632
  msgstr ""
633
 
634
+ #: includes/admin/settings/class-ur-settings-general.php:214
635
  msgid "Success Messages"
636
  msgstr ""
637
 
638
+ #: includes/admin/settings/class-ur-settings-general.php:221
639
  #: includes/functions-ur-core.php:880
640
  msgid "Manual login after registration"
641
  msgstr ""
642
 
643
+ #: includes/admin/settings/class-ur-settings-general.php:222
644
  msgid ""
645
  "Enter the text message after successful form submission on manual login "
646
  "after registration."
647
  msgstr ""
648
 
649
+ #: includes/admin/settings/class-ur-settings-general.php:227
650
+ #: includes/class-ur-frontend-scripts.php:336
651
  msgid "User successfully registered."
652
  msgstr ""
653
 
654
+ #: includes/admin/settings/class-ur-settings-general.php:231
655
  #: includes/functions-ur-core.php:881
656
  msgid "Email confirmation to login"
657
  msgstr ""
658
 
659
+ #: includes/admin/settings/class-ur-settings-general.php:232
660
  msgid ""
661
  "Enter the text message after successful form submission on email "
662
  "confirmation to login."
663
  msgstr ""
664
 
665
+ #: includes/admin/settings/class-ur-settings-general.php:237
666
+ #: includes/class-ur-frontend-scripts.php:338
667
  msgid ""
668
  "User registered. Verify your email by clicking on the link sent to your "
669
  "email."
670
  msgstr ""
671
 
672
+ #: includes/admin/settings/class-ur-settings-general.php:241
673
  #: includes/functions-ur-core.php:883
674
  msgid "Admin approval after registration"
675
  msgstr ""
676
 
677
+ #: includes/admin/settings/class-ur-settings-general.php:242
678
  msgid ""
679
  "Enter the text message after successful form submission on admin approval "
680
  "after registration."
681
  msgstr ""
682
 
683
+ #: includes/admin/settings/class-ur-settings-general.php:247
684
+ #: includes/class-ur-frontend-scripts.php:337
685
  msgid "User registered. Wait until admin approves your registration."
686
  msgstr ""
687
 
688
+ #: includes/admin/settings/class-ur-settings-general.php:256
689
  msgid "Error Messages"
690
  msgstr ""
691
 
692
+ #: includes/admin/settings/class-ur-settings-general.php:263
693
  #: includes/functions-ur-core.php:591
694
  msgid "Required"
695
  msgstr ""
696
 
697
+ #: includes/admin/settings/class-ur-settings-general.php:264
698
  msgid "Enter the error message in form submission on required fields."
699
  msgstr ""
700
 
701
+ #: includes/admin/settings/class-ur-settings-general.php:269
702
+ #: includes/class-ur-frontend-scripts.php:330
703
  msgid "This field is required."
704
  msgstr ""
705
 
706
+ #: includes/admin/settings/class-ur-settings-general.php:274
707
  msgid "Enter the error message in form submission on Email."
708
  msgstr ""
709
 
710
+ #: includes/admin/settings/class-ur-settings-general.php:279
711
+ #: includes/class-ur-frontend-scripts.php:331
712
  msgid "Please enter a valid email address."
713
  msgstr ""
714
 
715
+ #: includes/admin/settings/class-ur-settings-general.php:283
716
  msgid "Website URL"
717
  msgstr ""
718
 
719
+ #: includes/admin/settings/class-ur-settings-general.php:284
720
  msgid "Enter the error message in form submission on website/URL."
721
  msgstr ""
722
 
723
+ #: includes/admin/settings/class-ur-settings-general.php:289
724
+ #: includes/class-ur-frontend-scripts.php:332
725
  msgid "Please enter a valid URL."
726
  msgstr ""
727
 
728
+ #: includes/admin/settings/class-ur-settings-general.php:293
729
  #: includes/form/class-ur-form-field-number.php:37
730
  #: includes/form/class-ur-form-field-number.php:42
731
  msgid "Number"
732
  msgstr ""
733
 
734
+ #: includes/admin/settings/class-ur-settings-general.php:294
735
  msgid "Enter the error message in form submission on Number."
736
  msgstr ""
737
 
738
+ #: includes/admin/settings/class-ur-settings-general.php:299
739
+ #: includes/class-ur-frontend-scripts.php:333
740
  msgid "Please enter a valid number."
741
  msgstr ""
742
 
743
+ #: includes/admin/settings/class-ur-settings-general.php:303
744
  #: includes/form/class-ur-form-field-user-confirm-password.php:40
745
  msgid "Confirm Password"
746
  msgstr ""
747
 
748
+ #: includes/admin/settings/class-ur-settings-general.php:304
749
  msgid "Enter the error message in form submission on Confim Password."
750
  msgstr ""
751
 
752
+ #: includes/admin/settings/class-ur-settings-general.php:309
753
+ #: includes/class-ur-frontend-scripts.php:334
754
  msgid "Password and confirm password not matched."
755
  msgstr ""
756
 
757
+ #: includes/admin/settings/class-ur-settings-general.php:313
758
  msgid "Google reCaptcha"
759
  msgstr ""
760
 
761
+ #: includes/admin/settings/class-ur-settings-general.php:314
762
  msgid "Enter the error message in form submission on google recaptcha."
763
  msgstr ""
764
 
765
+ #: includes/admin/settings/class-ur-settings-general.php:319
766
+ #: includes/class-ur-ajax.php:91 includes/class-ur-form-handler.php:280
767
+ #: includes/class-ur-frontend-scripts.php:339
768
  msgid "Captcha code error, please try again."
769
  msgstr ""
770
 
771
+ #: includes/admin/settings/class-ur-settings-general.php:350
772
  #: includes/functions-ur-core.php:835
773
  msgid "Form Template"
774
  msgstr ""
775
 
776
+ #: includes/admin/settings/class-ur-settings-general.php:351
777
  msgid "Choose the login form template."
778
  msgstr ""
779
 
780
+ #: includes/admin/settings/class-ur-settings-general.php:358
781
  #: includes/functions-ur-core.php:842
782
  msgid "Default"
783
  msgstr ""
784
 
785
+ #: includes/admin/settings/class-ur-settings-general.php:359
786
  #: includes/functions-ur-core.php:843
787
  msgid "Bordered"
788
  msgstr ""
789
 
790
+ #: includes/admin/settings/class-ur-settings-general.php:360
791
  #: includes/functions-ur-core.php:844
792
  msgid "Flat"
793
  msgstr ""
794
 
795
+ #: includes/admin/settings/class-ur-settings-general.php:361
796
  #: includes/functions-ur-core.php:845
797
  msgid "Rounded"
798
  msgstr ""
799
 
800
+ #: includes/admin/settings/class-ur-settings-general.php:362
801
  #: includes/functions-ur-core.php:846
802
  msgid "Rounded Edge"
803
  msgstr ""
804
 
805
+ #: includes/admin/settings/class-ur-settings-general.php:367
806
  msgid "Enable remember me"
807
  msgstr ""
808
 
809
+ #: includes/admin/settings/class-ur-settings-general.php:368
810
  msgid "Check to enable/disable remember me."
811
  msgstr ""
812
 
813
+ #: includes/admin/settings/class-ur-settings-general.php:377
814
  msgid "Enable lost password"
815
  msgstr ""
816
 
817
+ #: includes/admin/settings/class-ur-settings-general.php:378
818
  msgid "Check to enable/disable lost password."
819
  msgstr ""
820
 
821
+ #: includes/admin/settings/class-ur-settings-general.php:387
822
  msgid "Enable google reCaptcha"
823
  msgstr ""
824
 
825
+ #: includes/admin/settings/class-ur-settings-general.php:388
826
  msgid "Enable %1$s %2$s reCaptcha %3$s support"
827
  msgstr ""
828
 
829
+ #: includes/admin/settings/class-ur-settings-general.php:397
830
  msgid "Registration URL"
831
  msgstr ""
832
 
833
+ #: includes/admin/settings/class-ur-settings-general.php:398
834
  msgid "This option lets you enter the registration page url in login form."
835
  msgstr ""
836
 
837
+ #: includes/admin/settings/class-ur-settings-general.php:406
838
  msgid "Registration URL label"
839
  msgstr ""
840
 
841
+ #: includes/admin/settings/class-ur-settings-general.php:407
842
  msgid "This option lets you enter the label to registration url in login form."
843
  msgstr ""
844
 
845
+ #: includes/admin/settings/class-ur-settings-general.php:412
846
  #: templates/myaccount/form-login.php:113
847
  msgid "Not a member yet? Register now."
848
  msgstr ""
1401
  msgid "Taking a while? Click here to run it now."
1402
  msgstr ""
1403
 
1404
+ #: includes/class-ur-ajax.php:84 includes/class-ur-form-handler.php:277
1405
  msgid "Error on google reCaptcha. Contact your site administrator."
1406
  msgstr ""
1407
 
1408
+ #: includes/class-ur-ajax.php:100
1409
  msgid "Nonce error, please reload."
1410
  msgstr ""
1411
 
1412
+ #: includes/class-ur-ajax.php:112 includes/class-ur-shortcodes.php:122
1413
  msgid "Only administrators can add new users."
1414
  msgstr ""
1415
 
1416
+ #: includes/class-ur-ajax.php:130 includes/class-ur-shortcodes.php:136
1417
  msgid "You are currently logged in as %1$1s. %2$2s"
1418
  msgstr ""
1419
 
1420
+ #: includes/class-ur-ajax.php:130 includes/class-ur-shortcodes.php:136
1421
  msgid "Log out of this account."
1422
  msgstr ""
1423
 
1424
+ #: includes/class-ur-ajax.php:130 includes/class-ur-shortcodes.php:136
1425
+ #: includes/functions-ur-account.php:126
1426
  msgid "Logout"
1427
  msgstr ""
1428
 
1429
+ #: includes/class-ur-ajax.php:196 includes/class-ur-ajax.php:202
1430
  msgid "post data not set"
1431
  msgstr ""
1432
 
1433
+ #: includes/class-ur-ajax.php:219
1434
  msgid "Could not save form. Invalid field name. Please check all field name"
1435
  msgstr ""
1436
 
1437
+ #: includes/class-ur-cache-helper.php:86
1438
  msgid ""
1439
  "In order for <strong>database caching</strong> to work with User "
1440
  "Registration you must add %1$s to the \"Ignored Query Strings\" option in "
1466
  msgstr ""
1467
 
1468
  #: includes/class-ur-email-confirmation.php:351
1469
+ #: includes/class-ur-form-handler.php:277
1470
+ #: includes/class-ur-form-handler.php:280
 
1471
  #: includes/class-ur-form-handler.php:285
1472
+ #: includes/class-ur-form-handler.php:289
1473
+ #: includes/class-ur-form-handler.php:298
1474
  #: includes/class-ur-user-approval.php:183
1475
+ #: includes/class-ur-user-approval.php:188 includes/functions-ur-account.php:69
1476
+ #: includes/functions-ur-account.php:72
1477
  msgid "ERROR:"
1478
  msgstr ""
1479
 
1489
 
1490
  #: includes/class-ur-email-confirmation.php:372
1491
  msgid ""
1492
+ "Email not verified! Verify your email by clicking on the link sent to your "
1493
  "email."
1494
  msgstr ""
1495
 
1513
  msgid "Form"
1514
  msgstr ""
1515
 
1516
+ #: includes/class-ur-form-handler.php:101
1517
  msgid "%s is a required field."
1518
  msgstr ""
1519
 
1520
+ #: includes/class-ur-form-handler.php:114
1521
  msgid "%s is not a valid email address."
1522
  msgstr ""
1523
 
1524
+ #: includes/class-ur-form-handler.php:157
1525
  msgid "User profile updated successfully."
1526
  msgstr ""
1527
 
1528
+ #: includes/class-ur-form-handler.php:203
1529
  msgid "Please fill out all password fields."
1530
  msgstr ""
1531
 
1532
+ #: includes/class-ur-form-handler.php:206
1533
  msgid "Please enter your current password."
1534
  msgstr ""
1535
 
1536
+ #: includes/class-ur-form-handler.php:209
1537
  msgid "Please re-enter your password."
1538
  msgstr ""
1539
 
1540
+ #: includes/class-ur-form-handler.php:212
1541
  msgid "New passwords do not match."
1542
  msgstr ""
1543
 
1544
+ #: includes/class-ur-form-handler.php:215
1545
  msgid "Your current password is incorrect."
1546
  msgstr ""
1547
 
1548
+ #: includes/class-ur-form-handler.php:236
1549
  msgid "Password changed successfully."
1550
  msgstr ""
1551
 
1552
+ #: includes/class-ur-form-handler.php:289
1553
  msgid "Username is required."
1554
  msgstr ""
1555
 
1556
+ #: includes/class-ur-form-handler.php:298
1557
  msgid "A user could not be found with this email address."
1558
  msgstr ""
1559
 
1560
+ #: includes/class-ur-form-handler.php:395
1561
  msgid "Please enter your password."
1562
  msgstr ""
1563
 
1564
+ #: includes/class-ur-form-handler.php:399
1565
  msgid "Passwords do not match."
1566
  msgstr ""
1567
 
1568
+ #: includes/class-ur-form-handler.php:434
1569
  msgid "Invalid Key"
1570
  msgstr ""
1571
 
1572
+ #: includes/class-ur-form-handler.php:449
1573
  msgid "Thanks for confirming your export request."
1574
  msgstr ""
1575
 
1576
+ #: includes/class-ur-form-handler.php:451
1577
  msgid "Thanks for confirming your erasure request."
1578
  msgstr ""
1579
 
1580
+ #: includes/class-ur-frontend-scripts.php:347
1581
  msgid "Please enter a stronger password."
1582
  msgstr ""
1583
 
1584
+ #: includes/class-ur-frontend-scripts.php:349
1585
  #: includes/functions-ur-core.php:799
1586
  msgid "Very Weak"
1587
  msgstr ""
1588
 
1589
+ #: includes/class-ur-frontend-scripts.php:350
1590
  #: includes/functions-ur-core.php:800
1591
  msgid "Weak"
1592
  msgstr ""
1593
 
1594
+ #: includes/class-ur-frontend-scripts.php:351
1595
  #: includes/functions-ur-core.php:801
1596
  msgid "Medium"
1597
  msgstr ""
1598
 
1599
+ #: includes/class-ur-frontend-scripts.php:352
1600
  #: includes/functions-ur-core.php:802
1601
  msgid "Strong"
1602
  msgstr ""
1603
 
1604
+ #: includes/class-ur-frontend-scripts.php:353
1605
  msgid "Password with confirm password not matched."
1606
  msgstr ""
1607
 
1608
+ #: includes/class-ur-frontend-scripts.php:356
1609
  msgid ""
1610
  "Hint: To make password stronger, use upper and lower case letters, numbers, "
1611
  "and symbols like ! \" ? $ % ^ & )."
1612
  msgstr ""
1613
 
1614
+ #: includes/class-ur-install.php:356
1615
  msgid "Default form"
1616
  msgstr ""
1617
 
1618
+ #: includes/class-ur-install.php:626
1619
  msgid "View User Registration settings"
1620
  msgstr ""
1621
 
1622
+ #: includes/class-ur-install.php:642
1623
  msgid "View User Registration documentation"
1624
  msgstr ""
1625
 
1626
+ #: includes/class-ur-install.php:642
1627
  msgid "Docs"
1628
  msgstr ""
1629
 
1630
+ #: includes/class-ur-install.php:643
1631
  msgid "Visit free customer support"
1632
  msgstr ""
1633
 
1634
+ #: includes/class-ur-install.php:643
1635
  msgid "Free support"
1636
  msgstr ""
1637
 
1645
  msgid "UR_Logger::log was called with an invalid level \"%s\"."
1646
  msgstr ""
1647
 
1648
+ #: includes/class-ur-plugin-updater.php:248
1649
  msgid "Deactivate License Key"
1650
  msgstr ""
1651
 
1652
+ #: includes/class-ur-plugin-updater.php:248
1653
  msgid "Deactivate License"
1654
  msgstr ""
1655
 
1656
+ #: includes/class-ur-plugin-updater.php:283
1657
  msgid ""
1658
  "The provided license key expired on %1$s. Please <a href=\"%2$s\" "
1659
  "target=\"_blank\">renew your license key</a>."
1660
  msgstr ""
1661
 
1662
+ #: includes/class-ur-plugin-updater.php:287
1663
  msgid ""
1664
  "The provided license key has been disabled. Please <a href=\"%s\" "
1665
  "target=\"_blank\">contact support</a> for more information."
1666
  msgstr ""
1667
 
1668
+ #: includes/class-ur-plugin-updater.php:291
1669
  msgid ""
1670
  "The provided license is invalid. Please <a href=\"%s\" "
1671
  "target=\"_blank\">visit your account page</a> and verify it."
1672
  msgstr ""
1673
 
1674
+ #: includes/class-ur-plugin-updater.php:296
1675
  msgid ""
1676
  "The provided license is not active for this URL. Please <a href=\"%s\" "
1677
  "target=\"_blank\">visit your account page</a> to manage your license key "
1678
  "URLs."
1679
  msgstr ""
1680
 
1681
+ #: includes/class-ur-plugin-updater.php:301
1682
  msgid "This appears to be an invalid license key for <strong>%1$s</strong>."
1683
  msgstr ""
1684
 
1685
+ #: includes/class-ur-plugin-updater.php:305
1686
  msgid ""
1687
  "The provided license key has reached its activation limit. Please <a "
1688
  "href=\"%1$s\" target=\"_blank\">View possible upgrades</a> now."
1689
  msgstr ""
1690
 
1691
+ #: includes/class-ur-plugin-updater.php:309
1692
  msgid ""
1693
  "The key you entered belongs to a bundle, please use the product specific "
1694
  "license key."
1695
  msgstr ""
1696
 
1697
+ #: includes/class-ur-plugin-updater.php:313
1698
  msgid ""
1699
  "The provided license key could not be found. Please <a href=\"%s\" "
1700
  "target=\"_blank\">contact support</a> for more information."
1701
  msgstr ""
1702
 
1703
+ #: includes/class-ur-plugin-updater.php:317
1704
  msgid "<strong>Activation error:</strong> %1$s"
1705
  msgstr ""
1706
 
1949
  "Privacy Policy</a> for more details."
1950
  msgstr ""
1951
 
1952
+ #: includes/class-ur-query.php:76 includes/functions-ur-account.php:124
1953
  msgid "Profile Details"
1954
  msgstr ""
1955
 
3122
  msgid "Custom Class"
3123
  msgstr ""
3124
 
3125
+ #: includes/form/settings/class-ur-setting-country.php:44
3126
+ #: includes/form/settings/class-ur-setting-country.php:51
3127
+ #: includes/form/settings/class-ur-setting-text.php:42
3128
+ #: includes/form/settings/class-ur-setting-text.php:49
3129
+ #: includes/form/settings/class-ur-setting-textarea.php:33
3130
+ #: includes/form/settings/class-ur-setting-textarea.php:40
3131
+ msgid "Default Value"
3132
+ msgstr ""
3133
+
3134
  #: includes/form/settings/class-ur-setting-password.php:31
3135
  #: includes/form/settings/class-ur-setting-password.php:38
3136
  msgid "Password Size"
3141
  msgid "Size"
3142
  msgstr ""
3143
 
 
 
 
 
 
 
 
3144
  #: includes/frontend/class-ur-frontend-form-handler.php:101
3145
  msgid "Something went wrong! please try again"
3146
  msgstr ""
3167
  "upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ & )."
3168
  msgstr ""
3169
 
3170
+ #: includes/functions-ur-account.php:69
3171
  msgid "The password you entered for username %1$1s is incorrect. %2$2s"
3172
  msgstr ""
3173
 
3174
+ #: includes/functions-ur-account.php:69 includes/functions-ur-account.php:72
3175
  msgid "Lost Your Password?"
3176
  msgstr ""
3177
 
3178
+ #: includes/functions-ur-account.php:72
3179
  msgid "Invalid username. %1s"
3180
  msgstr ""
3181
 
3182
+ #: includes/functions-ur-account.php:123
3183
  msgid "Dashboard"
3184
  msgstr ""
3185
 
3286
  msgid "You are already logged in. <a href=\"%s\">Log out?</a>"
3287
  msgstr ""
3288
 
3289
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:64
3290
  msgid "Your password has been reset successfully."
3291
  msgstr ""
3292
 
3293
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:98
3294
  msgid "Are you sure you want to log out? <a href=\"%s\">Confirm and log out</a>"
3295
  msgstr ""
3296
 
3297
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:267
3298
  msgid "Enter a username or email address."
3299
  msgstr ""
3300
 
3301
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:288
3302
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:293
3303
  msgid "Invalid username or email."
3304
  msgstr ""
3305
 
3306
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:303
3307
  msgid "Password reset is not allowed for this user"
3308
  msgstr ""
3309
 
3310
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:316
3311
  msgid "The email could not be sent. Contact your site administrator. "
3312
  msgstr ""
3313
 
3314
+ #: templates/dashboard-widget.php:28
3315
+ msgid "User registration"
3316
+ msgstr ""
3317
+
3318
+ #: templates/dashboard-widget.php:29
3319
+ msgid "Current Version:"
3320
+ msgstr ""
3321
+
3322
+ #: templates/dashboard-widget.php:45
3323
+ msgid "Today"
3324
+ msgstr ""
3325
+
3326
+ #: templates/dashboard-widget.php:52
3327
+ msgid "Last Week"
3328
+ msgstr ""
3329
+
3330
+ #: templates/dashboard-widget.php:59
3331
+ msgid "Last Month"
3332
+ msgstr ""
3333
+
3334
+ #: templates/dashboard-widget.php:66
3335
+ msgid "Total"
3336
+ msgstr ""
3337
+
3338
  #: templates/myaccount/dashboard.php:30
3339
  #. translators: 1: user display name 2: logout url
3340
  msgid "Hello %1$s (not %1$s? <a href=\"%2$s\">Sign out</a>)"
3365
  msgstr ""
3366
 
3367
  #: templates/myaccount/form-edit-password.php:59
3368
+ #: templates/myaccount/form-edit-profile.php:59
3369
  msgid "Save changes"
3370
  msgstr ""
3371
 
3372
+ #: templates/myaccount/form-edit-profile.php:48
3373
+ msgid "You can change your profile picture on"
3374
+ msgstr ""
3375
+
3376
+ #: templates/myaccount/form-edit-profile.php:48
3377
  msgid "Gravatar"
3378
  msgstr ""
3379
 
3450
  msgid "https://wpeverest.com"
3451
  msgstr ""
3452
 
3453
+ #: includes/admin/class-ur-admin-assets.php:175
3454
  msgctxt "enhanced select"
3455
  msgid "No matches found"
3456
  msgstr ""
3457
 
3458
+ #: includes/admin/class-ur-admin-assets.php:176
3459
  msgctxt "enhanced select"
3460
  msgid "Loading failed"
3461
  msgstr ""
3462
 
3463
+ #: includes/admin/class-ur-admin-assets.php:177
3464
  msgctxt "enhanced select"
3465
  msgid "Please enter 1 or more characters"
3466
  msgstr ""
3467
 
3468
+ #: includes/admin/class-ur-admin-assets.php:178
3469
  msgctxt "enhanced select"
3470
  msgid "Please enter %qty% or more characters"
3471
  msgstr ""
3472
 
3473
+ #: includes/admin/class-ur-admin-assets.php:179
3474
  msgctxt "enhanced select"
3475
  msgid "Please delete 1 character"
3476
  msgstr ""
3477
 
3478
+ #: includes/admin/class-ur-admin-assets.php:180
3479
  msgctxt "enhanced select"
3480
  msgid "Please delete %qty% characters"
3481
  msgstr ""
3482
 
3483
+ #: includes/admin/class-ur-admin-assets.php:181
3484
  msgctxt "enhanced select"
3485
  msgid "You can only select 1 item"
3486
  msgstr ""
3487
 
3488
+ #: includes/admin/class-ur-admin-assets.php:182
3489
  msgctxt "enhanced select"
3490
  msgid "You can only select %qty% items"
3491
  msgstr ""
3492
 
3493
+ #: includes/admin/class-ur-admin-assets.php:183
3494
  msgctxt "enhanced select"
3495
  msgid "Loading more results&hellip;"
3496
  msgstr ""
3497
 
3498
+ #: includes/admin/class-ur-admin-assets.php:184
3499
  msgctxt "enhanced select"
3500
  msgid "Searching&hellip;"
3501
  msgstr ""
3502
 
3503
+ #: includes/admin/class-ur-admin-assets.php:291
3504
  msgctxt "user-registration admin"
3505
  msgid "User Email"
3506
  msgstr ""
3507
 
3508
+ #: includes/admin/class-ur-admin-assets.php:292
3509
  msgctxt "user-registration admin"
3510
  msgid "User Password"
3511
  msgstr ""
3512
 
3513
+ #: includes/admin/class-ur-admin-assets.php:293
3514
  msgctxt "user registration admin"
3515
  msgid "Are you sure want to delete?"
3516
  msgstr ""
3517
 
3518
+ #: includes/admin/class-ur-admin-assets.php:294
3519
  msgctxt "user registration admin"
3520
  msgid "At least one row needs to be selected."
3521
  msgstr ""
3522
 
3523
+ #: includes/admin/class-ur-admin-assets.php:295
3524
  msgctxt "user registration admin"
3525
  msgid "This field is one time draggable."
3526
  msgstr ""
3527
 
3528
+ #: includes/admin/class-ur-admin-assets.php:296
3529
  msgctxt "user registration admin"
3530
  msgid "Could not clone this field."
3531
  msgstr ""
3532
 
3533
+ #: includes/admin/class-ur-admin-assets.php:297
3534
  msgctxt "user registration admin"
3535
  msgid "Form successfully saved."
3536
  msgstr ""
3537
 
3538
+ #: includes/admin/class-ur-admin-assets.php:298
3539
  msgctxt "user registration admin"
3540
  msgid "Success"
3541
  msgstr ""
3542
 
3543
+ #: includes/admin/class-ur-admin-assets.php:299
3544
  msgctxt "user registration admin"
3545
  msgid "Error"
3546
  msgstr ""
3547
 
3548
+ #: includes/admin/class-ur-admin-assets.php:300
3549
  msgctxt "user registration admin"
3550
  msgid "At least one field needs to be selected."
3551
  msgstr ""
3552
 
3553
+ #: includes/admin/class-ur-admin-assets.php:301
3554
  msgctxt "user registration admin"
3555
  msgid "Empty form name."
3556
  msgstr ""
3557
 
3558
+ #: includes/admin/class-ur-admin-assets.php:302
3559
  msgctxt "user registration admin"
3560
  msgid "Previous save action on going."
3561
  msgstr ""
3562
 
3563
+ #: includes/admin/class-ur-admin-assets.php:303
3564
  msgctxt "user registration admin"
3565
  msgid "Duplicate field name."
3566
  msgstr ""
3567
 
3568
+ #: includes/admin/class-ur-admin-assets.php:304
3569
  msgctxt "user registration admin"
3570
  msgid "Empty field label."
3571
  msgstr ""
3572
 
3573
+ #: includes/admin/class-ur-admin-assets.php:305
3574
  msgctxt "user registration admin"
3575
  msgid ""
3576
  "Invalid field name. Please do not use space, empty or special character, "
3577
  "you can use underscore."
3578
  msgstr ""
3579
 
3580
+ #: includes/admin/class-ur-admin-assets.php:306
3581
  msgctxt "user registration admin"
3582
  msgid "Multiple field key "
3583
  msgstr ""
3584
 
3585
+ #: includes/admin/class-ur-admin-assets.php:307
3586
  msgctxt "user registration admin"
3587
  msgid "field is required."
3588
  msgstr ""
3589
 
3590
+ #: includes/admin/class-ur-admin-assets.php:308
3591
  msgctxt "user registration admin"
3592
  msgid "Drag your first form item here."
3593
  msgstr ""
3620
  msgid "Unverify"
3621
  msgstr ""
3622
 
3623
+ #: includes/class-ur-install.php:295
3624
  msgctxt "Page slug"
3625
  msgid "my-account"
3626
  msgstr ""
3627
 
3628
+ #: includes/class-ur-install.php:304
3629
  msgctxt "Page slug"
3630
  msgid "registration"
3631
  msgstr ""
3632
 
3633
+ #: includes/class-ur-install.php:296
3634
  msgctxt "Page title"
3635
  msgid "My Account"
3636
  msgstr ""
3637
 
3638
+ #: includes/class-ur-install.php:305
3639
  msgctxt "Page title"
3640
  msgid "Registration"
3641
  msgstr ""
package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "user-registration",
3
- "version": "1.5.7",
4
  "lockfileVersion": 1,
5
  "requires": true,
6
  "dependencies": {
1
  {
2
  "name": "user-registration",
3
+ "version": "1.5.8",
4
  "lockfileVersion": 1,
5
  "requires": true,
6
  "dependencies": {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: user registration, registration, user profile, registration form, login fo
4
  Requires at least: 4.0
5
  Requires PHP: 5.3
6
  Tested up to: 5.0
7
- Stable tag: 1.5.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -111,9 +111,21 @@ Yes, the plugin is designed to work with any themes that have been coded followi
111
 
112
  == Changelog ==
113
 
 
 
 
 
 
 
 
 
 
 
 
114
  = 1.5.7 - 02/05/2018 =
115
  * Refactor - Options for select, checkbox and radio field.
116
  * Add - Placeholder for select and country field.
 
117
  * Fix - Confirmaction of export/erase personal data from custom login form.
118
  * Fix - Privacy policy made required by default.
119
  * Fix - Formatting of form title display.
4
  Requires at least: 4.0
5
  Requires PHP: 5.3
6
  Tested up to: 5.0
7
+ Stable tag: 1.5.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
111
 
112
  == Changelog ==
113
 
114
+ = 1.5.8 - 02/26/2019 =
115
+ * Feature - Custom profile picture upload on account profile and admin profile.
116
+ * Feature - Dashboard widget for users activity.
117
+ * Feature - Default value for country field.
118
+ * Feature - Option to delete user registration data on plugin deletion.
119
+ * Feature - Password strength meter on lost password and change password form.
120
+ * Add - Admin notice to leave review on wp.org
121
+ * Add - Scroll to error message due to minimum password strength.
122
+ * Remove - Caching prevention after header sent. Should've been as earlier as wp hook.
123
+ * Fix - Minimum password strength bug
124
+
125
  = 1.5.7 - 02/05/2018 =
126
  * Refactor - Options for select, checkbox and radio field.
127
  * Add - Placeholder for select and country field.
128
+ * Add - Cache helper class for flushing cache on user registration form.
129
  * Fix - Confirmaction of export/erase personal data from custom login form.
130
  * Fix - Privacy policy made required by default.
131
  * Fix - Formatting of form title display.
templates/dashboard-widget.php ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Dashboard widget for user activity.
4
+ *
5
+ * This template can be overridden by copying it to yourtheme/user-registration/dashboard-widget.php.
6
+ *
7
+ * HOWEVER, on occasion UserRegistration will need to update template files and you
8
+ * (the theme developer) will need to copy the new files to your theme to
9
+ * maintain compatibility. We try to do this as little as possible, but it does
10
+ * happen. When this occurs the version of the template file will be bumped and
11
+ * the readme will list any important changes.
12
+ *
13
+ * @see https://docs.wpeverest.com/user-registration/template-structure/
14
+ * @author WPEverest
15
+ * @package UserRegistration/Templates
16
+ * @since 1.5.8
17
+ */
18
+
19
+ if ( ! defined( 'ABSPATH' ) ) {
20
+ exit; // Exit if accessed directly
21
+ }
22
+ ?>
23
+
24
+ <div class="ur-dashboard-widget">
25
+ <div class="ur-logo-wrap">
26
+ <img src="<?php echo UR()->plugin_url() . '/assets/images/logo.png'; ?>">
27
+ <div class="ur-plugin-info">
28
+ <?php echo __( 'User registration', 'user-registration' );?>
29
+ <span class="ur-version"><?php echo __('Current Version:', 'user-registration' ) . UR_VERSION;?></span>
30
+ </div>
31
+ </div>
32
+ <div class="ur-dashboard-widget-forms">
33
+ <select id="ur-dashboard-widget-forms" class="components-select-control__input">
34
+ <?php
35
+ foreach ( $forms as $form_id => $form_label ) {
36
+ echo '<option value="' . $form_id . '">' . esc_html( $form_label ) . '</option>';
37
+ }
38
+ ?>
39
+ </select>
40
+ </div>
41
+ </div>
42
+ <div class="ur-dashboard-widget-statictics">
43
+ <ul>
44
+ <li>
45
+ <?php echo __( 'Today', 'user-registration' ); ?>
46
+ <div class="ur-today-users">
47
+ <?php echo $user_report['today_users']; ?>
48
+ </div>
49
+ </li>
50
+
51
+ <li>
52
+ <?php echo __( 'Last Week', 'user-registration' ); ?>
53
+ <div class="ur-last-week-users">
54
+ <?php echo $user_report['last_week_users']; ?>
55
+ </div>
56
+ </li>
57
+
58
+ <li>
59
+ <?php echo __( 'Last Month', 'user-registration' ); ?>
60
+ <div class="ur-last-month-users">
61
+ <?php echo $user_report['last_month_users']; ?>
62
+ </div>
63
+ </li>
64
+
65
+ <li>
66
+ <?php echo __( 'Total', 'user-registration' ); ?>
67
+ <div class="ur-total-users">
68
+ <?php echo $user_report['total_users']; ?>
69
+ </div>
70
+ </li>
71
+ </ul>
72
+ </div>
73
+ <?php
74
+ /**
75
+ * Dashboard Widget.
76
+ *
77
+ * @since 1.5.8
78
+ */
79
+ do_action( 'user_registration_dashboard_widget_end' );
80
+
81
+ /* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */
templates/myaccount/form-edit-password.php CHANGED
@@ -24,7 +24,7 @@ ur_do_deprecated_action( 'user_registration_before_edit_account_form', array(),
24
  do_action( 'user_registration_before_change_password_form' );
25
  ?>
26
  <div class="ur-frontend-form login" id="ur-frontend-form">
27
- <form class="user-registration-EditAccountForm edit-password" action="" method="post">
28
  <div class="ur-form-row">
29
  <div class="ur-form-grid">
30
  <?php
24
  do_action( 'user_registration_before_change_password_form' );
25
  ?>
26
  <div class="ur-frontend-form login" id="ur-frontend-form">
27
+ <form class="user-registration-EditAccountForm edit-password" action="" method="post" data-enable-strength-password="<?php echo $enable_strong_password; ?>" data-minimum-password-strength="<?php echo $minimum_password_strength; ?>" >
28
  <div class="ur-form-row">
29
  <div class="ur-form-grid">
30
  <?php
templates/myaccount/form-edit-profile.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Edit account form
4
  *
5
- * This template can be overridden by copying it to yourtheme/user-registration/myaccount/form-edit-password.php.
6
  *
7
  * HOWEVER, on occasion UserRegistration will need to update template files and you
8
  * (the theme developer) will need to copy the new files to your theme to
@@ -27,9 +27,25 @@ do_action( 'user_registration_before_edit_profile_form' ); ?>
27
  <div class="ur-form-row">
28
  <div class="ur-form-grid">
29
  <div class="user-registration-profile-fields">
30
- <?php $image = get_avatar_url( get_current_user_id(), $args = null ); ?>
31
- <img alt="profile-picture" src="<?php echo $image; ?>"><br/>
32
- <span><i>You can change your profile picture on <a href="https://en.gravatar.com/"><?php _e( 'Gravatar', 'user-registration' ); ?></a></i></span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  <?php do_action( 'user_registration_edit_profile_form_start' ); ?>
34
  <div class="user-registration-profile-fields__field-wrapper">
35
 
2
  /**
3
  * Edit account form
4
  *
5
+ * This template can be overridden by copying it to yourtheme/user-registration/myaccount/form-edit-profile.php.
6
  *
7
  * HOWEVER, on occasion UserRegistration will need to update template files and you
8
  * (the theme developer) will need to copy the new files to your theme to
27
  <div class="ur-form-row">
28
  <div class="ur-form-grid">
29
  <div class="user-registration-profile-fields">
30
+ <?php
31
+ $gravatar_image = get_avatar_url( get_current_user_id(), $args = null );
32
+ $profile_picture_id = get_user_meta( get_current_user_id(), 'profile_pic_id', true );
33
+
34
+ if ( $profile_picture_id ) {
35
+ $image = wp_get_attachment_thumb_url( $profile_picture_id );
36
+ } else {
37
+ $image = $gravatar_image;
38
+ }
39
+ ?>
40
+ <img class="profile-preview" alt="profile-picture" src="<?php echo $image; ?>"><br/>
41
+
42
+ <input type="hidden" name="profile-pic-id" value="<?php echo $profile_picture_id; ?>" />
43
+ <input type="hidden" name="profile-default-image" value="<?php echo $gravatar_image; ?>" />
44
+
45
+ <button class="button profile-pic-remove" style="<?php echo ( $gravatar_image === $image ) ? 'display:none;' : ''; ?>"><?php echo __( 'Remove', 'user-registration' ); ?></php></button>
46
+ <button class="button profile-pic-upload"><?php echo __( 'Upload Image', 'user-registration' ); ?></php></button>
47
+ <br/>
48
+ <span><i><?php echo __( 'You can change your profile picture on', 'user-registration' );?> <a href="https://en.gravatar.com/"><?php _e( 'Gravatar', 'user-registration' ); ?></a></i></span>
49
  <?php do_action( 'user_registration_edit_profile_form_start' ); ?>
50
  <div class="user-registration-profile-fields__field-wrapper">
51
 
templates/myaccount/form-reset-password.php CHANGED
@@ -23,7 +23,7 @@ if ( ! defined( 'ABSPATH' ) ) {
23
  ur_print_notices(); ?>
24
 
25
  <div class="ur-frontend-form login" id="ur-frontend-form">
26
- <form method="post" class="user-registration-ResetPassword lost_reset_password">
27
  <div class="ur-form-row">
28
  <div class="ur-form-grid">
29
  <p><?php echo apply_filters( 'user_registration_reset_password_message', __( 'Enter a new password below.', 'user-registration' ) ); ?></p>
23
  ur_print_notices(); ?>
24
 
25
  <div class="ur-frontend-form login" id="ur-frontend-form">
26
+ <form method="post" class="user-registration-ResetPassword lost_reset_password" data-enable-strength-password="<?php echo $enable_strong_password; ?>" data-minimum-password-strength="<?php echo $minimum_password_strength; ?>">
27
  <div class="ur-form-row">
28
  <div class="ur-form-grid">
29
  <p><?php echo apply_filters( 'user_registration_reset_password_message', __( 'Enter a new password below.', 'user-registration' ) ); ?></p>
uninstall.php CHANGED
@@ -19,7 +19,7 @@ global $wpdb;
19
  * wp-config.php. This is to prevent data loss when deleting the plugin from the backend
20
  * and to ensure only the site owner can perform this action.
21
  */
22
- if ( defined( 'UR_REMOVE_ALL_DATA' ) && true === UR_REMOVE_ALL_DATA ) {
23
  include_once( dirname( __FILE__ ) . '/includes/class-ur-install.php' );
24
 
25
  // Roles + caps.
@@ -38,6 +38,9 @@ if ( defined( 'UR_REMOVE_ALL_DATA' ) && true === UR_REMOVE_ALL_DATA ) {
38
  // Delete usermeta.
39
  $wpdb->query( "DELETE FROM $wpdb->usermeta WHERE meta_key LIKE 'user_registration\_%';" );
40
 
 
 
 
41
  // Clear any cached data that has been removed.
42
  wp_cache_flush();
43
  }
19
  * wp-config.php. This is to prevent data loss when deleting the plugin from the backend
20
  * and to ensure only the site owner can perform this action.
21
  */
22
+ if ( defined( 'UR_REMOVE_ALL_DATA' ) && true === UR_REMOVE_ALL_DATA || 'yes' === get_option( 'user_registration_general_setting_uninstall_option' ) ) {
23
  include_once( dirname( __FILE__ ) . '/includes/class-ur-install.php' );
24
 
25
  // Roles + caps.
38
  // Delete usermeta.
39
  $wpdb->query( "DELETE FROM $wpdb->usermeta WHERE meta_key LIKE 'user_registration\_%';" );
40
 
41
+ // Delete form id and confirm key.
42
+ $wpdb->query( "DELETE FROM $wpdb->usermeta WHERE meta_key IN ( 'ur_form_id', 'ur_confirm_email', 'ur_confirm_email_token' ) " );
43
+
44
  // Clear any cached data that has been removed.
45
  wp_cache_flush();
46
  }
user-registration.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: User Registration
4
  * Plugin URI: https://wpeverest.com/plugins/user-registration
5
  * Description: Drag and Drop user registration and login form builder.
6
- * Version: 1.5.7
7
  * Author: WPEverest
8
  * Author URI: https://wpeverest.com
9
  * Text Domain: user-registration
@@ -31,7 +31,7 @@ if ( ! class_exists( 'UserRegistration' ) ) :
31
  *
32
  * @var string
33
  */
34
- public $version = '1.5.7';
35
 
36
  /**
37
  * Session instance.
3
  * Plugin Name: User Registration
4
  * Plugin URI: https://wpeverest.com/plugins/user-registration
5
  * Description: Drag and Drop user registration and login form builder.
6
+ * Version: 1.5.8
7
  * Author: WPEverest
8
  * Author URI: https://wpeverest.com
9
  * Text Domain: user-registration
31
  *
32
  * @var string
33
  */
34
+ public $version = '1.5.8';
35
 
36
  /**
37
  * Session instance.