Plugin Directory

Changeset 1003171


Ignore:
Timestamp:
10/07/2014 09:52:30 AM (11 years ago)
Author:
themeavenue
Message:

Update to version 1.2.3

Location:
betteroptin/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • betteroptin/trunk/admin/class-better-optin-admin.php

    r1002394 r1003171  
    165165
    166166            /* Load colorpicker style */
    167             if( isset( $_GET['action'] ) && 'edit' == $_GET['action'] || isset( $current_screen->action ) && isset( $current_screen->post_type ) && 'add' == $current_screen->action && 'wpbo-popup' == $current_screen->post_type ) {
     167            if( isset( $_GET['action'] ) && 'edit' == $_GET['action'] ||
     168                isset( $current_screen->action ) && isset( $current_screen->post_type ) && 'add' == $current_screen->action && 'wpbo-popup' == $current_screen->post_type ||
     169                isset( $current_screen->base ) && 'wpbo-popup_page_wpbo-customizer' == $current_screen->base
     170            ) {
    168171                wp_enqueue_style( 'wp-color-picker' );
    169172            }
  • betteroptin/trunk/admin/views/addons.php

    r987854 r1003171  
    1212                <img src="<?php echo WPBO_URL; ?>admin/assets/images/addon-mc.png" alt="" class="ta-shadow">
    1313                <h4>MailChimp</h4>
    14                 <p>Collect email opt-ins directly in <strong>MailChimp lists</strong>.<br> <a href="http://betteropt.in/downloads/mailchimp/" target="_blank">Get this extension for $20 &rarr;</a></p>
     14                <p>Collect email opt-ins directly in <strong>MailChimp lists</strong>.<br> <a href="http://betteropt.in/downloads/mailchimp/" target="_blank">Get this extension for $19 &rarr;</a></p>
    1515            </div>
    1616            <div class="col-2 last-feature">
    1717                <img src="<?php echo WPBO_URL; ?>admin/assets/images/addon-aw.png" alt="" class="ta-shadow">
    1818                <h4>Aweber</h4>
    19                 <p>An easy way to collect email opt-ins with <strong>Aweber</strong>.<br> <a href="http://betteropt.in/downloads/aweber/" target="_blank">Get this extension for $20 &rarr;</a></p>
     19                <p>An easy way to collect email opt-ins with <strong>Aweber</strong>.<br> <a href="http://betteropt.in/downloads/aweber/" target="_blank">Get this extension for $19 &rarr;</a></p>
    2020            </div>
    2121        </div>
  • betteroptin/trunk/admin/views/documentation.php

    r987854 r1003171  
    66    <div class="about-text">Thank you very much for purchasing our <strong>BetterOptin WordPress plugin</strong>. We hope that this product will give you entire satisfaction.</div>
    77    <p>If you are thinking about a new feature you would like to see or if you think you spotted a bug, please <a title="BetterOptin Roadmap" href="https://trello.com/b/mWrd0wUg" target="_blank">head to our roadmap</a> first and check what’s currently going on with the development.</p>
     8    <p>In case you need help with the plugin or something isn't working properly, you can open a support request on our <a href="<?php esc_url( 'http://betteropt.in/forums/forum/basic-support/' ); ?>" target="_blank">basic support forum</a>.</p>
    89
    910    <hr>
  • betteroptin/trunk/admin/views/metaboxes/settings.php

    r987854 r1003171  
    118118                </th>
    119119                <td>
    120                     <input name="wpbo_settings[return_url]" type="url" class="medium-text" id="wpbo_return_url"value="<?php echo wpbo_get_option( 'return_url', '', $post_id ); ?>">
    121                     <p><?php printf( __( 'The return URL is optional. If not specified, the URL set in the general settings will be used (currently %s)', 'wpbo' ), '<code>' . wpbo_get_option( 'return_url' ) . '</code>' ); ?></p>
     120                    <input name="wpbo_settings[return_url]" type="url" class="regular-text" id="wpbo_return_url"value="<?php echo wpbo_get_option( 'return_url', '', $post_id ); ?>">
     121                    <?php $returl = '' == ( $url = wpbo_get_option( 'return_url' ) ) ? 'none' : esc_url( $url ); ?>
     122                    <p><?php printf( __( 'The return URL is optional. If not specified, the URL set in the general settings will be used (currently %s)', 'wpbo' ), "<code>$returl</code>" ); ?></p>
    122123                </td>
    123124            </tr>
    124             <!-- <tr valign="top">
    125                 <th scope="row">
    126                     <label for="wpbo_close_button"><?php _e( 'Close Button', 'wpbo' ); ?></label>
    127                 </th>
    128                 <td>
    129                     <label for="wpbo_close_button">
    130                         <input name="wpbo_settings[close_button]" type="checkbox" id="wpbo_close_button" value="1" <?php if( '1' == wpbo_get_option( 'close_button', '1', $post_id ) ): ?>checked="checked"<?php endif; ?>>
    131                         <?php _e( 'Yes', 'wpbo' ); ?>
    132                     </label>
    133                     <p class="description"><?php _e( 'Give the visitor a button to close the popup.', 'wpbo' ); ?></p>
    134                 </td>
    135             </tr> -->
    136125        </tbody>
    137126    </table>
  • betteroptin/trunk/better-optin.php

    r1002394 r1003171  
    1313 * Plugin URI:        http://betteropt.in/
    1414 * Description:       BetterOptin helps you convert your visitors in subscribers and fill up your mailing lists.
    15  * Version:           1.2.2
     15 * Version:           1.2.3
    1616 * Author:            ThemeAvenue
    1717 * Author URI:        http://themeavenue.net
  • betteroptin/trunk/public/assets/css/betteroptin.css

    r1002394 r1003171  
    44 * Open sourced under MIT license by @mdo.
    55 * Some variables and mixins from Bootstrap (Apache 2 license).
    6  */}.wpbo article,.wpbo aside,.wpbo details,.wpbo figcaption,.wpbo figure,.wpbo footer,.wpbo header,.wpbo hgroup,.wpbo main,.wpbo nav,.wpbo section,.wpbo summary{display:block}.wpbo audio,.wpbo canvas,.wpbo video{display:inline-block}.wpbo audio:not([controls]){display:none;height:0}.wpbo [hidden]{display:none}.wpbo html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.wpbo body{margin:0}.wpbo a:focus{outline:thin dotted}.wpbo a:active,.wpbo a:hover{outline:0}.wpbo h1{font-size:2em;margin:0.67em 0}.wpbo abbr[title]{border-bottom:1px dotted}.wpbo b,.wpbo strong{font-weight:bold}.wpbo dfn{font-style:italic}.wpbo hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.wpbo mark{background:#ff0;color:#000}.wpbo code,.wpbo kbd,.wpbo pre,.wpbo samp{font-family:monospace, serif;font-size:1em}.wpbo pre{white-space:pre-wrap}.wpbo q{quotes:"\201C" "\201D" "\2018" "\2019"}.wpbo small{font-size:80%}.wpbo sub,.wpbo sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.wpbo sup{top:-0.5em}.wpbo sub{bottom:-0.25em}.wpbo img{border:0}.wpbo svg:not(:root){overflow:hidden}.wpbo figure{margin:0}.wpbo fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}.wpbo legend{border:0;padding:0}.wpbo button,.wpbo input,.wpbo select,.wpbo textarea{font-family:inherit;font-size:100%;margin:0}.wpbo button,.wpbo input{line-height:normal}.wpbo button,.wpbo select{text-transform:none}.wpbo button,.wpbo html input[type="button"],.wpbo input[type="reset"],.wpbo input[type="submit"]{-webkit-appearance:button;cursor:pointer}.wpbo button[disabled],.wpbo html input[disabled]{cursor:default}.wpbo input[type="checkbox"],.wpbo input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.wpbo input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.wpbo input[type="search"]::-webkit-search-cancel-button,.wpbo input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.wpbo button::-moz-focus-inner,.wpbo input::-moz-focus-inner{border:0;padding:0}.wpbo textarea{overflow:auto;vertical-align:top}.wpbo table{border-collapse:collapse;border-spacing:0}.wpbo .wpbo-modal{width:640px;position:relative;background-color:white;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.25);box-shadow:0 1px 5px rgba(0,0,0,0.25)}.wpbo .wpbo-modal *,.wpbo .wpbo-modal *:before,.wpbo .wpbo-modal *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpbo .wpbo-inner{font-size:14px;padding:30px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.wpbo p{font-size:inherit;line-height:1.6;word-wrap:break-word}.wpbo p.wpbo-lead{font-family:"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;font-size:24px;margin:0;line-height:1.2}.wpbo img{display:block;max-width:100%;height:auto}.wpbo hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.wpbo mark{background-color:#FFFFCC}.wpbo ul{list-style-type:disc;list-style-position:inside}.wpbo ol{list-style-type:decimal;list-style-position:inside}.wpbo ul ul,.wpbo ol ul{list-style-type:circle;list-style-position:inside;margin-left:15px}.wpbo ol ol,.wpbo ul ol{list-style-type:lower-latin;list-style-position:inside;margin-left:15px}.wpbo ul,.wpbo ol{margin:0 0 20px 0;overflow:hidden}.wpbo ul li,.wpbo ol li{margin-bottom:6px}.wpbo .wpbo-list-unstyled{list-style:none;padding:0}.wpbo .wpbo-center{text-align:center}.wpbo .wpbo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.wpbo .wpbo-grid{margin-left:-15px;margin-right:-15px;*zoom:1}.wpbo .wpbo-grid:before,.wpbo .wpbo-grid:after{content:" ";display:table;line-height:0}.wpbo .wpbo-grid:after{clear:both}.wpbo .wpbo-grid .wpbo-col-2{min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:768px){.wpbo .wpbo-grid .wpbo-col-2{float:left;width:40%}}.wpbo .wpbo-grid .wpbo-col-3{min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:768px){.wpbo .wpbo-grid .wpbo-col-3{float:left;width:60%}}.wpbo .wpbo-grid-no-gutter{*zoom:1}.wpbo .wpbo-grid-no-gutter:before,.wpbo .wpbo-grid-no-gutter:after{content:" ";display:table;line-height:0}.wpbo .wpbo-grid-no-gutter:after{clear:both}.wpbo .wpbo-grid-no-gutter .wpbo-col-2{width:40%}.wpbo .wpbo-grid-no-gutter .wpbo-col-3{width:60%}.wpbo .wpbo-grid-no-gutter .wpbo-col-2,.wpbo .wpbo-grid-no-gutter .wpbo-col-3{float:left}.wpbo .wpbo-col p:first-child,.wpbo .wpbo-col h4:first-child{margin-top:0;padding-top:0}.wpbo .wpbo-form-group{*zoom:1;margin-bottom:15px}.wpbo .wpbo-form-group:before,.wpbo .wpbo-form-group:after{content:" ";display:table;line-height:0}.wpbo .wpbo-form-group:after{clear:both}.wpbo .wpbo-form-group label{display:inline-block;margin-bottom:5px}.wpbo .wpbo-form-group .wpbo-form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.wpbo .wpbo-form-group .wpbo-form-control:focus{background-color:#ffd;border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.wpbo .wpbo-form-inline{*zoom:1;text-align:center}.wpbo .wpbo-form-inline:before,.wpbo .wpbo-form-inline:after{content:" ";display:table;line-height:0}.wpbo .wpbo-form-inline:after{clear:both}.wpbo .wpbo-form-inline .wpbo-form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.wpbo .wpbo-form-inline .wpbo-form-control{display:inline-block;width:auto;vertical-align:middle}.wpbo .wpbo-form-inline .wpbo-btn{height:34px;padding:6px 12px;font-size:14px}.wpbo .wpbo-btn{display:inline-block;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid #449d44;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-image:none;background-color:#5cb85c;padding:10px 16px;font-size:18px;line-height:1.33;-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.wpbo .wpbo-btn:hover{border-color:#255625;background-color:#449d44}.wpbo .wpbo-btn.disabled,.wpbo .wpbo-btn[disabled],.wpbo fieldset[disabled] .wpbo-btn{pointer-events:none;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}.wpbo .wpbo-btn-block{display:block;width:100%}.wpbo .wpbo-close{display:block;width:30px;height:30px;line-height:30px;font-size:22px;font-weight:normal;text-align:center;color:#fff;text-decoration:none;background-color:#ddd;position:absolute;top:0;right:0;-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.wpbo .wpbo-close:hover{color:white;background-color:#111}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.wpbo .wpbo-tada{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:tada;animation-name:tada}.wpbo-credit{display:block;width:100%;position:fixed;bottom:0;left:0;right:0;height:2.75em;line-height:2.75em;text-align:center;color:white;text-decoration:none;background-color:rgba(0,0,0,0.35);-webkit-transition:background-color 300ms ease;transition:background-color 300ms ease}.wpbo-credit:hover{color:white;background-color:rgba(0,0,0,0.75);text-decoration:none}
     6 */}.wpbo article,.wpbo aside,.wpbo details,.wpbo figcaption,.wpbo figure,.wpbo footer,.wpbo header,.wpbo hgroup,.wpbo main,.wpbo nav,.wpbo section,.wpbo summary{display:block}.wpbo audio,.wpbo canvas,.wpbo video{display:inline-block}.wpbo audio:not([controls]){display:none;height:0}.wpbo [hidden]{display:none}.wpbo html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.wpbo body{margin:0}.wpbo a:focus{outline:thin dotted}.wpbo a:active,.wpbo a:hover{outline:0}.wpbo h1{font-size:2em;margin:0.67em 0}.wpbo abbr[title]{border-bottom:1px dotted}.wpbo b,.wpbo strong{font-weight:bold}.wpbo dfn{font-style:italic}.wpbo hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.wpbo mark{background:#ff0;color:#000}.wpbo code,.wpbo kbd,.wpbo pre,.wpbo samp{font-family:monospace, serif;font-size:1em}.wpbo pre{white-space:pre-wrap}.wpbo q{quotes:"\201C" "\201D" "\2018" "\2019"}.wpbo small{font-size:80%}.wpbo sub,.wpbo sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.wpbo sup{top:-0.5em}.wpbo sub{bottom:-0.25em}.wpbo img{border:0}.wpbo svg:not(:root){overflow:hidden}.wpbo figure{margin:0}.wpbo fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}.wpbo legend{border:0;padding:0}.wpbo button,.wpbo input,.wpbo select,.wpbo textarea{font-family:inherit;font-size:100%;margin:0}.wpbo button,.wpbo input{line-height:normal}.wpbo button,.wpbo select{text-transform:none}.wpbo button,.wpbo html input[type="button"],.wpbo input[type="reset"],.wpbo input[type="submit"]{-webkit-appearance:button;cursor:pointer}.wpbo button[disabled],.wpbo html input[disabled]{cursor:default}.wpbo input[type="checkbox"],.wpbo input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.wpbo input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.wpbo input[type="search"]::-webkit-search-cancel-button,.wpbo input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.wpbo button::-moz-focus-inner,.wpbo input::-moz-focus-inner{border:0;padding:0}.wpbo textarea{overflow:auto;vertical-align:top}.wpbo table{border-collapse:collapse;border-spacing:0}.wpbo .wpbo-modal{width:640px;position:relative;background-color:white;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.25);box-shadow:0 1px 5px rgba(0,0,0,0.25)}.wpbo .wpbo-modal *,.wpbo .wpbo-modal *:before,.wpbo .wpbo-modal *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpbo .wpbo-inner{font-size:14px;padding:30px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.wpbo p{font-size:inherit;line-height:1.6;word-wrap:break-word}.wpbo p.wpbo-lead{font-family:"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;font-size:24px;margin:0;line-height:1.2}.wpbo img{display:block;max-width:100%;height:auto}.wpbo hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.wpbo mark{background-color:#FFFFCC}.wpbo ul{list-style-type:disc;list-style-position:inside}.wpbo ol{list-style-type:decimal;list-style-position:inside}.wpbo ul ul,.wpbo ol ul{list-style-type:circle;list-style-position:inside;margin-left:15px}.wpbo ol ol,.wpbo ul ol{list-style-type:lower-latin;list-style-position:inside;margin-left:15px}.wpbo ul,.wpbo ol{margin:0 0 20px 0;overflow:hidden}.wpbo ul li,.wpbo ol li{margin-bottom:6px}.wpbo .wpbo-list-unstyled{list-style:none;padding:0}.wpbo .wpbo-center{text-align:center}.wpbo .wpbo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.wpbo .wpbo-grid{margin-left:-15px;margin-right:-15px;*zoom:1}.wpbo .wpbo-grid:before,.wpbo .wpbo-grid:after{content:" ";display:table;line-height:0}.wpbo .wpbo-grid:after{clear:both}.wpbo .wpbo-grid .wpbo-col-2{min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:768px){.wpbo .wpbo-grid .wpbo-col-2{float:left;width:40%}}.wpbo .wpbo-grid .wpbo-col-3{min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:768px){.wpbo .wpbo-grid .wpbo-col-3{float:left;width:60%}}.wpbo .wpbo-grid-no-gutter{*zoom:1}.wpbo .wpbo-grid-no-gutter:before,.wpbo .wpbo-grid-no-gutter:after{content:" ";display:table;line-height:0}.wpbo .wpbo-grid-no-gutter:after{clear:both}.wpbo .wpbo-grid-no-gutter .wpbo-col-2{width:40%}.wpbo .wpbo-grid-no-gutter .wpbo-col-3{width:60%}.wpbo .wpbo-grid-no-gutter .wpbo-col-2,.wpbo .wpbo-grid-no-gutter .wpbo-col-3{float:left}.wpbo .wpbo-col p:first-child,.wpbo .wpbo-col h4:first-child{margin-top:0;padding-top:0}.wpbo .wpbo-form-group{*zoom:1;margin-bottom:15px}.wpbo .wpbo-form-group:before,.wpbo .wpbo-form-group:after{content:" ";display:table;line-height:0}.wpbo .wpbo-form-group:after{clear:both}.wpbo .wpbo-form-group label{display:inline-block;margin-bottom:5px}.wpbo .wpbo-form-group .wpbo-form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.wpbo .wpbo-form-group .wpbo-form-control:focus{background-color:#ffd;border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.wpbo .wpbo-form-inline{*zoom:1;text-align:center}.wpbo .wpbo-form-inline:before,.wpbo .wpbo-form-inline:after{content:" ";display:table;line-height:0}.wpbo .wpbo-form-inline:after{clear:both}.wpbo .wpbo-form-inline .wpbo-form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.wpbo .wpbo-form-inline .wpbo-form-control{display:inline-block;width:auto;vertical-align:middle}.wpbo .wpbo-form-inline .wpbo-btn{height:34px;padding:6px 12px;font-size:14px}.wpbo .wpbo-btn{display:inline-block;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid #449d44;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-image:none;background-color:#5cb85c;padding:10px 16px;font-size:18px;line-height:1.33;-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.wpbo .wpbo-btn:hover{border-color:#255625;background-color:#449d44}.wpbo .wpbo-btn.disabled,.wpbo .wpbo-btn[disabled],.wpbo fieldset[disabled] .wpbo-btn{pointer-events:none;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}.wpbo .wpbo-btn-block{display:block;width:100%}.wpbo .wpbo-close{display:block;width:30px;height:30px;line-height:30px;font-size:22px;font-weight:normal;text-align:center;color:#fff;text-decoration:none;background-color:#ddd;position:absolute;top:0;right:0;-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.wpbo .wpbo-close:hover{color:white;background-color:#111}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.wpbo .wpbo-tada{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:tada;animation-name:tada}.wpbo-credit{display:block;width:100%;position:fixed;bottom:0;left:0;right:0;height:2.75em;line-height:2.75em;text-align:center;color:white;text-decoration:none;background-color:rgba(0,0,0,0.35);-webkit-transition:background-color 300ms ease;transition:background-color 300ms ease}.wpbo-credit:visited{color:white}.wpbo-credit:hover,.wpbo-credit:active{color:white;background-color:rgba(0,0,0,0.75);text-decoration:none}
  • betteroptin/trunk/public/assets/css/betteroptin.less

    r1002394 r1003171  
    297297    transition: background-color 300ms ease;
    298298
    299     &:hover {
     299    &:visited {
     300        color: white;
     301    }
     302    &:hover,
     303    &:active {
    300304        color: white;
    301305        background-color: rgba(0,0,0,.75);
  • betteroptin/trunk/public/class-better-optin.php

    r1002394 r1003171  
    2323     * @var     string
    2424     */
    25     const VERSION = '1.2.2';
     25    const VERSION = '1.2.3';
    2626
    2727    /**
  • betteroptin/trunk/readme.txt

    r1002394 r1003171  
    55Requires at least: 3.5.1
    66Tested up to: 4.0
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124== Changelog ==
    125125
     126= 1.2.3 =
     127* Fix colorpicker not loading on popup customizer screen
     128* Add link to the support in documentation page
     129* Few small UX improvements
     130
    126131= 1.2.2 =
    127132* Fix issue preventing from deactivating the plugin
     
    153158== Upgrade Notice ==
    154159
     160= 1.2.3 =
     161THis version fixes the issue with colorpicket not loading in the customizer page.
     162
    155163= 1.2.2 =
    156164The errors preventing from deactivating the plugin are now fixed and a couple of neat details have been added to the plugin features.
Note: See TracChangeset for help on using the changeset viewer.