| @@ -23,10 +23,13 @@ | ||
| 23 | 23 | <div id="berqwp-license-activation"> |
| 24 | 24 | <div class="berq-info-box"> |
| 25 | 25 | <!-- <h3 class="berq-box-title"><?php esc_html_e('BerqWP License Activation', 'searchpro'); ?></h3> --> |
| 26 | 26 | <div class="berq-box-content"> |
| 27 | - <?php if (!$this->is_key_verified) { ?> | |
| 27 | + <?php | |
| 28 | + if (!$this->is_key_verified) { | |
| 29 | + ?> | |
| 28 | 30 | |
| 31 | + <input type="hidden" name="berqwp_optimization_method" value="cloud"> | |
| 29 | 32 | <input type="password" placeholder="<?php esc_html_e('Enter your license key', 'searchpro'); ?>" name="berqwp_license_key"> |
| 30 | 33 | <input type="submit" value="<?php esc_html_e('Activate', 'searchpro'); ?>"> |
| 31 | 34 | |
| 32 | 35 | <?php } else { ?> |
| @@ -35,9 +38,9 @@ | ||
| 35 | 38 | <?php } ?> |
| 36 | 39 | </div> |
| 37 | 40 | </div> |
| 38 | 41 | |
| 39 | - <?php if (bwp_show_account()) { ?> | |
| 42 | + <?php if (bwp_show_account() && $this->is_key_verified) { ?> | |
| 40 | 43 | <div class="berq-info-box" style="position:relative;"> |
| 41 | 44 | <a title="Refresh license key" href="<?php echo esc_attr(wp_nonce_url(admin_url('admin-post.php?action=bwp_refresh_license'), 'bwp_refresh_license_action')); ?>" class="berqwp-refresh-license-btn"> |
| 42 | 45 | <svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#29ac20"><path d="M229.08-205.08v-52H310l-13.08-13.84q-42.3-39.62-68.61-92.62-26.31-53-26.31-115.69 0-93.69 55.23-165.96 55.23-72.27 140.77-98.96v54.23q-63.39 25.3-103.69 81.73Q254-551.77 254-479.23q0 49.92 20.27 92.65 20.27 42.73 54.81 73.27l15.38 15.39v-74.54h52v167.38H229.08ZM562-215.85v-54.23q63.39-25.3 103.69-81.73Q706-408.23 706-480.77q0-49.92-20.27-92.65-20.27-42.73-54.81-73.27l-15.38-15.39v74.54h-52v-167.38h167.38v52H650l13.08 13.84q43.46 38.47 69.19 92.04Q758-543.46 758-480.77q0 93.69-55.23 165.96-55.23 72.27-140.77 98.96Z"/></svg> |
| 43 | 46 | </a> |