mystickymenu
Last commit date
css
4 years ago
fonts
4 years ago
images
4 years ago
js
4 years ago
languages
5 years ago
class-review-box.php
4 years ago
class-upgrade-box.php
4 years ago
index.php
8 years ago
mystickymenu-affiliate.php
4 years ago
mystickymenu-deactivate-form.php
5 years ago
mystickymenu-fonts.php
4 years ago
mystickymenu-popup.php
5 years ago
mystickymenu.php
4 years ago
mystickymeny-new-welcomebar.php
4 years ago
readme.txt
4 years ago
recommended-plugins.php
4 years ago
stickymenu-dashboard.php
4 years ago
uninstall.php
5 years ago
update.php
4 years ago
upgrade-to-pro.php
4 years ago
welcome-bar.php
4 years ago
upgrade-to-pro.php
207 lines
| 1 | <?php if ( ! defined( 'ABSPATH' ) ) exit; |
| 2 | $pro_url = "https://go.premio.io/checkount/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]="; |
| 3 | ?> |
| 4 | <div class="key-table"> |
| 5 | <div class="modal-upgrade upgrade-block" id="folder-modal"> |
| 6 | <div class="easy-modal-inner"> |
| 7 | <div class="container"> |
| 8 | <div class="pricing-table"> |
| 9 | <div class="price-title">Unlock All Features</div> |
| 10 | <div class="pricing-table-header"> |
| 11 | <div class="pricing-table-body"> |
| 12 | <div class="pricing-table-content first active" data-option="1_year"> |
| 13 | <div class="year-col">1 Year</div> |
| 14 | <div class="update-col">Updates & Support</div> |
| 15 | <div class="pricing-discount-col"></div> |
| 16 | </div> |
| 17 | <div class="pricing-table-content second" data-option="2_year"> |
| 18 | <div class="year-col">2 Years</div> |
| 19 | <div class="update-col">Updates & Support</div> |
| 20 | <div class="pricing-discount-col"><span>32% off 😎</span></div> |
| 21 | </div> |
| 22 | <div class="pricing-table-content third" data-option="lifetime"> |
| 23 | <div class="year-col">Lifetime</div> |
| 24 | <div class="update-col">Updates & Support</div> |
| 25 | <div class="pricing-discount-col"><span>63% off 🥳</span></div> |
| 26 | </div> |
| 27 | </div> |
| 28 | </div> |
| 29 | <div class="price-tables"> |
| 30 | <div class="row"> |
| 31 | <div class="col-md-4 col-sm-12"> |
| 32 | <div class="price-table basic-feature"> |
| 33 | <div class="price-table-top"> |
| 34 | <div class="price-head"> |
| 35 | <div class="plan-name">Basic</div> |
| 36 | <div class="plan-price">$25<span>/year</span></div> |
| 37 | </div> |
| 38 | |
| 39 | <div class="plan-center"> |
| 40 | <div class="price-permonth">Less than <b>$2.5</b>/mo · <b>Billed Annually</b></div> |
| 41 | <div class="price-websites">For small website owners</div> |
| 42 | <div class="price-offer">Renewals for <b>25% off</b></div> |
| 43 | </div> |
| 44 | </div> |
| 45 | <div class="price-table-middle"> |
| 46 | <ul> |
| 47 | <li><a href="javascript:;" class="cus-tooltip">1 website <span class="has-tooltip">*</span><span class="tooltip__content">Use Folders on 1 domain</span></a></li> |
| 48 | <li><a href="javascript:;" class="cus-tooltip">Multi Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Create a separate welcome bar for different pages based on page targeting rules (E.g. for different languages, different product categories and much more)</span></a></li> |
| 49 | <li><a href="javascript:;" class="cus-tooltip">Countdown timer <span class="has-tooltip">*</span><span class="tooltip__content">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more<img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /></span></a></li> |
| 50 | <li><a href="javascript:;" class="cus-tooltip">Show on scroll up/down <span class="has-tooltip">*</span><span class="tooltip__content">You can show the menu when scrolling up, down or both</span></a></li> |
| 51 | <li><a href="javascript:;" class="cus-tooltip">Devices <span class="has-tooltip">*</span><span class="tooltip__content">You can disable the sticky effect on desktop or mobile</span></a></li> |
| 52 | <li><a href="javascript:;" class="cus-tooltip">CSS style <span class="has-tooltip">*</span><span class="tooltip__content">Add CSS of your own to the sticky menu</span></a></li> |
| 53 | <li><a href="javascript:;" class="cus-tooltip">Page targeting <span class="has-tooltip">*</span><span class="tooltip__content">Show/hide the sticky menu on specific pages</span></a></li> |
| 54 | <li><a href="javascript:;" class="cus-tooltip">Effects and more <span class="has-tooltip">*</span><span class="tooltip__content">Fade/Slide, opacity, background color, transition time and more</span></a></li> |
| 55 | <li><a href="javascript:;" class="cus-tooltip">Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Including page targeting, delay and scroll triggers, devices, position, height, expiry date, open link in a new tab</span></a></li> |
| 56 | </ul> |
| 57 | </div> |
| 58 | <div class="price-table-bottom"> |
| 59 | <div class="custom-dd"> |
| 60 | <select class="multiple-options"> |
| 61 | <option data-option="1_year" data-header="Renewals for 25% off" data-price="25" data-per-month="2.5" value="<?php echo esc_url($pro_url."22") ?>"> |
| 62 | <?php esc_html_e("Updates & support for 1 year") ?> |
| 63 | </option> |
| 64 | <option data-option="2_year" data-header="For 2 years" data-price="39" data-per-month="2" value="<?php echo esc_url($pro_url."23") ?>"> |
| 65 | <?php esc_html_e("Updates & support for 2 years") ?> |
| 66 | </option> |
| 67 | <option data-option="lifetime" data-header="For lifetime" data-price="79" data-per-month="" value="<?php echo esc_url($pro_url."24") ?>"> |
| 68 | <?php esc_html_e("Updates & support for lifetime") ?> |
| 69 | </option> |
| 70 | </select> |
| 71 | </div> |
| 72 | <a class="cart-link" target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=22">Buy now</a> |
| 73 | </div> |
| 74 | <div class="bottom-position"></div> |
| 75 | </div> |
| 76 | </div> |
| 77 | <div class="col-md-4 col-sm-12"> |
| 78 | <div class="price-table plus-feature"> |
| 79 | <div class="price-table-top"> |
| 80 | <div class="price-head"> |
| 81 | <div class="plan-name">Plus</div> |
| 82 | <div class="plan-price">$59<span>/year</span></div> |
| 83 | </div> |
| 84 | |
| 85 | <div class="plan-center"> |
| 86 | <div class="price-permonth">Less than <b>$5</b>/mo · <b>Billed Annually</b></div> |
| 87 | <div class="price-websites">For businesses with multiple websites</div> |
| 88 | <div class="price-offer">Renewals for <b>25% off</b></div> |
| 89 | </div> |
| 90 | |
| 91 | </div> |
| 92 | <div class="price-table-middle"> |
| 93 | <ul> |
| 94 | <li><a href="javascript:;" class="cus-tooltip">1 website <span class="has-tooltip">*</span><span class="tooltip__content">Use Folders on 1 domain</span></a></li> |
| 95 | <li><a href="javascript:;" class="cus-tooltip">Multi Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Create a separate welcome bar for different pages based on page targeting rules (E.g. for different languages, different product categories and much more)</span></a></li> |
| 96 | <li><a href="javascript:;" class="cus-tooltip">Countdown timer <span class="has-tooltip">*</span><span class="tooltip__content">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more<img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /></span></a></li> |
| 97 | <li><a href="javascript:;" class="cus-tooltip">Show on scroll up/down <span class="has-tooltip">*</span><span class="tooltip__content">You can show the menu when scrolling up, down or both</span></a></li> |
| 98 | <li><a href="javascript:;" class="cus-tooltip">Devices <span class="has-tooltip">*</span><span class="tooltip__content">You can disable the sticky effect on desktop or mobile</span></a></li> |
| 99 | <li><a href="javascript:;" class="cus-tooltip">CSS style <span class="has-tooltip">*</span><span class="tooltip__content">Add CSS of your own to the sticky menu</span></a></li> |
| 100 | <li><a href="javascript:;" class="cus-tooltip">Page targeting <span class="has-tooltip">*</span><span class="tooltip__content">Show/hide the sticky menu on specific pages</span></a></li> |
| 101 | <li><a href="javascript:;" class="cus-tooltip">Effects and more <span class="has-tooltip">*</span><span class="tooltip__content">Fade/Slide, opacity, background color, transition time and more</span></a></li> |
| 102 | <li><a href="javascript:;" class="cus-tooltip">Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Including page targeting, delay and scroll triggers, devices, position, height, expiry date, open link in a new tab</span></a></li> |
| 103 | </ul> |
| 104 | </div> |
| 105 | <div class="price-table-bottom"> |
| 106 | <div class="custom-dd"> |
| 107 | <select class="multiple-options"> |
| 108 | <option data-option="1_year" data-header="Renewals for 25% off" data-price="59" data-per-month="5" value="<?php echo esc_url($pro_url."25") ?>"> |
| 109 | <?php esc_html_e("Updates & support for 1 year") ?> |
| 110 | </option> |
| 111 | <option data-option="2_year" data-header="For 2 years" data-price="89" data-per-month="4" value="<?php echo esc_url($pro_url."26") ?>"> |
| 112 | <?php esc_html_e("Updates & support for 2 years") ?> |
| 113 | </option> |
| 114 | <option data-option="lifetime" data-header="For lifetime" data-price="149" data-per-month="6.5" value="<?php echo esc_url($pro_url."27") ?>"> |
| 115 | <?php esc_html_e("Updates & support for lifetime") ?> |
| 116 | </option> |
| 117 | </select> |
| 118 | </div> |
| 119 | <a class="cart-link" target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options%5Bprice_id%5D=25">Buy now</a> |
| 120 | </div> |
| 121 | <div class="bottom-position"></div> |
| 122 | </div> |
| 123 | </div> |
| 124 | <div class="col-md-4 col-sm-12"> |
| 125 | <div class="price-table agency-feature"> |
| 126 | <div class="price-table-top"> |
| 127 | <div class="price-head"> |
| 128 | <div class="plan-name">Agency</div> |
| 129 | <div class="plan-price">$99<span>/year</span></div> |
| 130 | </div> |
| 131 | |
| 132 | <div class="plan-center"> |
| 133 | <div class="price-permonth">Less than <b>$8.5</b>/mo · <b>Billed Annually</b></div> |
| 134 | <div class="price-websites">For agencies who manage clients</div> |
| 135 | <div class="price-offer">Renewals for <b>25% off</b></div> |
| 136 | </div> |
| 137 | |
| 138 | </div> |
| 139 | <div class="price-table-middle"> |
| 140 | <ul> |
| 141 | <li> |
| 142 | <div class="website-package"> |
| 143 | <select class="multiple-web-options"> |
| 144 | <option value="50_websites">50 websites</option> |
| 145 | <option value="500_websites">500 websites</option> |
| 146 | <option value="1000_websites">1000 websites</option> |
| 147 | </select> |
| 148 | </div> |
| 149 | </li> |
| 150 | <li><a href="javascript:;" class="cus-tooltip">Multi Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Create a separate welcome bar for different pages based on page targeting rules (E.g. for different languages, different product categories and much more)</span></a></li> |
| 151 | <li><a href="javascript:;" class="cus-tooltip">Countdown timer <span class="has-tooltip">*</span><span class="tooltip__content right_tooltip">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more<img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /></span></a></li> |
| 152 | <li><a href="javascript:;" class="cus-tooltip">Show on scroll up/down <span class="has-tooltip">*</span><span class="tooltip__content">You can show the menu when scrolling up, down or both</span></a></li> |
| 153 | <li><a href="javascript:;" class="cus-tooltip">Devices <span class="has-tooltip">*</span><span class="tooltip__content">You can disable the sticky effect on desktop or mobile</span></a></li> |
| 154 | <li><a href="javascript:;" class="cus-tooltip">CSS style <span class="has-tooltip">*</span><span class="tooltip__content">Add CSS of your own to the sticky menu</span></a></li> |
| 155 | <li><a href="javascript:;" class="cus-tooltip">Page targeting <span class="has-tooltip">*</span><span class="tooltip__content">Show/hide the sticky menu on specific pages</span></a></li> |
| 156 | <li><a href="javascript:;" class="cus-tooltip">Effects and more <span class="has-tooltip">*</span><span class="tooltip__content">Fade/Slide, opacity, background color, transition time and more</span></a></li> |
| 157 | <li><a href="javascript:;" class="cus-tooltip">Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Including page targeting, delay and scroll triggers, devices, position, height, expiry date, open link in a new tab</span></a></li> |
| 158 | </ul> |
| 159 | </div> |
| 160 | <div class="price-table-bottom"> |
| 161 | <div class="custom-dd"> |
| 162 | <select class="multiple-options has-multiple-websites"> |
| 163 | <option data-option="1_year" data-header="Renewals for 25% off" data-price="79" value="<?php echo esc_url($pro_url."28") ?>"> |
| 164 | <?php esc_html_e("Updates & support for 1 year") ?> |
| 165 | </option> |
| 166 | <option data-option="2_year" data-header="For 2 years" data-price="125" value="<?php echo esc_url($pro_url."29") ?>"> |
| 167 | <?php esc_html_e("Updates & support for 2 years") ?> |
| 168 | </option> |
| 169 | <option data-option="lifetime" data-header="For lifetime" data-price="199" value="<?php echo esc_url($pro_url."30") ?>"> |
| 170 | <?php esc_html_e("Updates & support for lifetime") ?> |
| 171 | </option> |
| 172 | </select> |
| 173 | </div> |
| 174 | <a class="cart-link" target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options%5Bprice_id%5D=28">Buy now</a> |
| 175 | </div> |
| 176 | <div class="bottom-position"></div> |
| 177 | </div> |
| 178 | </div> |
| 179 | </div> |
| 180 | <div class="clearfix"></div> |
| 181 | </div> |
| 182 | </div> |
| 183 | <div class="text-center price-after"> |
| 184 | <p class="money-guaranteed"><span class="dashicons dashicons-yes"></span> |
| 185 | <?php esc_html_e("30 days money back guaranteed"); ?> |
| 186 | </p> |
| 187 | <p class="money-guaranteed"><span class="dashicons dashicons-yes"></span> |
| 188 | <?php esc_html_e("The plugin will always keep working even if you don't renew your license"); ?> |
| 189 | </p> |
| 190 | <div class="payments"> |
| 191 | <img src="<?php echo plugins_url("") ?>/mystickymenu/images/payment.png" alt="Payment" class="payment-img" /> |
| 192 | </div> |
| 193 | </div> |
| 194 | <div class="folder-testimonial-list"> |
| 195 | <div class="folder-testimonial"> |
| 196 | <div class="testimonial-image"> <img src="<?php echo plugins_url("") ?>/mystickymenu/images/testimonial.png"> </div> |
| 197 | <div class="testimonial-data"> |
| 198 | <div class="testimonial-desc">This plugin does exactly what it should. It is simple but powerful. I would suggest to anyone who wants to make their menu sticky! I especially love the hide header on scroll down, show on scroll up feature that is built it. Great work!</div> |
| 199 | <div class="testimonial-author">- Clayton Chase</div> |
| 200 | </div> |
| 201 | </div> |
| 202 | </div> |
| 203 | </div> |
| 204 | </div> |
| 205 | </div> |
| 206 | </div> |
| 207 |