PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / trunk
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript vtrunk
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
← All changes | admin/intro-page.php +31 -8 4.0.29trunk View file →
@@ -12,10 +12,33 @@
12 12 <div class="wrap">
13 13 <h1 style="display:none">BerqWP</h1>
14 14 <div></div>
15 15 <div id="berqwp-intro">
16 + <img src="<?php echo esc_attr(optifer_URL . '/admin/img/logo.png'); ?>" alt="BerqWP" class="logo">
16 17 <h2 class="title">Automate performance optimization with just a few clicks</h2>
17 18
19 + <div class="cta-btns">
20 + <a href="https://berqwp.com/pricing/?source=plugin-intro-page" class="btn" target="_blank">
21 + <svg width="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
22 + <path
23 + d="M12 8L15 13.2L18 10.5L17.3 14H6.7L6 10.5L9 13.2L12 8ZM12 4L8.5 10L3 5L5 16H19L21 5L15.5 10L12 4ZM19 18H5V19C5 19.6 5.4 20 6 20H18C18.6 20 19 19.6 19 19V18Z"
24 + fill="white" />
25 + </svg>
26 + Get Premium
27 + </a>
28 + <a href="<?php echo esc_attr(admin_url('admin.php?page=berqwp&activate-free')); ?>" class="btn secondary">
29 + <svg width="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
30 + <path
31 + d="M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM20 16H5.17L4 17.17V4H20V16Z"
32 + fill="#222" />
33 + <path d="M12 15L13.57 11.57L17 10L13.57 8.43L12 5L10.43 8.43L7 10L10.43 11.57L12 15Z"
34 + fill="#222" />
35 + </svg>
36 +
37 + Continue Free
38 + </a>
39 + </div>
40 +
18 41 <?php if (berqwp_is_license_managed_by_network()): ?>
19 42 <div style="text-align: center; padding: 20px;">
20 43 <p style="font-size: 16px;">The license key for this plugin is managed at the <strong>Network Admin</strong> level.</p>
21 44 <?php if (current_user_can('manage_network_options')): ?>
@@ -30,9 +53,9 @@
30 53 <?php wp_nonce_field('berqwp_save_settings', 'berqwp_save_nonce'); ?>
31 54 <input type="hidden" name="berqwp_intro_page" value="1">
32 55 <div class="optimization-method-block">
33 56 <!-- <h3>Choose Optimization Method:</h3> -->
34 - <p>Continue with free optimization or activate license key for premium performance and full feature access.</p>
57 + <!-- <p>Continue with free optimization or activate license key for premium performance and full feature access.</p> -->
35 58 <div class="optimization-method-options" style="display:none">
36 59 <input type="radio" id="berqwp-om-local" name="berqwp_optimization_method" value="local">
37 60 <label for="berqwp-om-local" class="optimization-method">
38 61 <div class="icon">
@@ -63,9 +86,9 @@
63 86 <input type="email" name="berqwp_local_user_email" placeholder="Enter your email (optional)">
64 87 <button type="submit" disabled>Continue</button>
65 88 </div>
66 89 </div>
67 - <div class="continue-cloud" style="display: none;">
90 + <div class="continue-cloud">
68 91 <div class="inner">
69 92 <input type="password" name="berqwp_license_key" placeholder="Enter your license key" autocomplete="off">
70 93 <button type="submit" disabled>Activate</button>
71 94
@@ -79,9 +102,9 @@
79 102 </div>
80 103 </form>
81 104
82 105 <?php endif; ?>
83 - <div class="cta-btns">
106 + <!-- <div class="cta-btns">
84 107 <a href="https://berqwp.com/pricing/?source=plugin-intro-page" class="btn" target="_blank">
85 108 <svg width="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
86 109 <path
87 110 d="M12 8L15 13.2L18 10.5L17.3 14H6.7L6 10.5L9 13.2L12 8ZM12 4L8.5 10L3 5L5 16H19L21 5L15.5 10L12 4ZM19 18H5V19C5 19.6 5.4 20 6 20H18C18.6 20 19 19.6 19 19V18Z"
@@ -97,15 +120,15 @@
97 120 <path d="M12 15L13.57 11.57L17 10L13.57 8.43L12 5L10.43 8.43L7 10L10.43 11.57L12 15Z"
98 121 fill="white" />
99 122 </svg>
100 123
101 - Try Premium for Free
124 + Get Free License
102 125 </a>
103 - </div>
126 + </div> -->
104 127
105 - <div class="berqwp-continue-free">
106 - <a href="<?php echo esc_attr(admin_url('admin.php?page=berqwp&activate-free')); ?>">Continue with free optimization</a>
107 - </div>
128 + <!-- <div class="berqwp-continue-free">
129 + <a href="<?php echo esc_attr(admin_url('admin.php?page=berqwp&activate-free')); ?>">Continue self-hosted</a>
130 + </div> -->
108 131 </div>
109 132 </div>
110 133 <!--<script src="<?php echo esc_attr(optifer_URL . '/admin/js/bootstrap-slider.js?v=' . BERQWP_VERSION); ?>"></script>-->
111 134 <script>