| 1 |
<?php |
| 2 |
if (!defined('ABSPATH')) { |
| 3 |
exit; |
| 4 |
} |
| 5 |
?> |
| 6 |
<div id="flrt-pro-modal-overlay"> |
| 7 |
<svg style="display: none;" xmlns="http://www.w3.org/2000/svg"> |
| 8 |
<symbol fill="none" id="flrt-icon-check-double" viewBox="0 0 24 24"> |
| 9 |
<path d="M17.75 6.75L7.25 17.25L2 12" stroke="#3858E9" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/> |
| 10 |
<path d="M22.75 6.75L12.25 17.25" stroke="#3858E9" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/> |
| 11 |
</symbol> |
| 12 |
<symbol fill="none" id="flrt-icon-star" viewBox="0 0 24 24"> |
| 13 |
<path d="M12.0012 16.9998L6.12321 20.5898L7.72121 13.8898L2.49121 9.40976L9.35621 8.85976L12.0012 2.49976L14.6462 8.85976L21.5122 9.40976L16.2812 13.8898L17.8792 20.5898L12.0012 16.9998Z" fill="#3858E9"/> |
| 14 |
</symbol> |
| 15 |
</svg> |
| 16 |
<div class="flrt-upgrade-to-pro-popup-modal-wrapper"> |
| 17 |
<div class="flrt-upgrade-to-pro-popup-modal"> |
| 18 |
<div class="flrt-upgrade-to-pro-popup-close-btn" id="flrt-close-modal-btn"> |
| 19 |
<div class="flrt-upgrade-to-pro-popup-close-icon"></div> |
| 20 |
</div> |
| 21 |
|
| 22 |
<div class="flrt-upgrade-to-pro-popup-features-side"> |
| 23 |
<table class="flrt-upgrade-to-pro-popup-table"> |
| 24 |
<thead> |
| 25 |
<tr> |
| 26 |
<th class="flrt-upgrade-to-pro-popup-th flrt-upgrade-to-pro-popup-th-feature-name"></th> |
| 27 |
<th class="flrt-upgrade-to-pro-popup-th flrt-upgrade-to-pro-popup-center-col"> |
| 28 |
<?php echo esc_html__('Free', 'filter-everything'); ?> |
| 29 |
</th> |
| 30 |
<th class="flrt-upgrade-to-pro-popup-th flrt-upgrade-to-pro-popup-center-col"> |
| 31 |
<?php echo esc_html__('PRO', 'filter-everything'); ?> |
| 32 |
</th> |
| 33 |
</tr> |
| 34 |
</thead> |
| 35 |
<tbody> |
| 36 |
<?php $flrt_is_woo = flrt_is_woocommerce(); ?> |
| 37 |
<tr class="flrt-upgrade-to-pro-popup-tr-first"> |
| 38 |
<td class="flrt-upgrade-to-pro-popup-td"><?php echo esc_html_x('Filter any content — page builders, plugins, or even custom code', 'benefits-landing', 'filter-everything'); ?></td> |
| 39 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 40 |
<div class="flrt-upgrade-to-pro-popup-dash-icon"></div> |
| 41 |
</td> |
| 42 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 43 |
<div class="flrt-upgrade-to-pro-popup-checkmark-icon"><svg width="24" height="24"><use href="#flrt-icon-check-double"/></svg></div> |
| 44 |
</td> |
| 45 |
</tr> |
| 46 |
<tr> |
| 47 |
<td class="flrt-upgrade-to-pro-popup-td"><span class="flrt-td-feature-flex"><span><?php echo esc_html_x('Instant filter counts', 'benefits-landing', 'filter-everything'); ?></span><span class="fetm-new-badge"><?php echo esc_html_x('New', 'benefits-landing', 'filter-everything'); ?></span><span class="wpc-icon-help-tip fetm-help-tip" data-tip="<?php echo esc_attr_x('Filter counts update instantly as visitors click — no page reload, no server request. Even faster than AJAX.', 'benefits-landing', 'filter-everything'); ?>">?</span></span></td> |
| 48 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 49 |
<div class="flrt-upgrade-to-pro-popup-dash-icon"></div> |
| 50 |
</td> |
| 51 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 52 |
<div class="flrt-upgrade-to-pro-popup-checkmark-icon"><svg width="24" height="24"><use href="#flrt-icon-check-double"/></svg></div> |
| 53 |
</td> |
| 54 |
</tr> |
| 55 |
<tr> |
| 56 |
<td class="flrt-upgrade-to-pro-popup-td"><?php echo '∞ ' . esc_html_x('Unlimited Filter Sets', 'benefits-landing', 'filter-everything'); ?></td> |
| 57 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 58 |
<div class="flrt-upgrade-to-pro-popup-dash-icon"></div> |
| 59 |
</td> |
| 60 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 61 |
<div class="flrt-upgrade-to-pro-popup-checkmark-icon"><svg width="24" height="24"><use href="#flrt-icon-check-double"/></svg></div> |
| 62 |
</td> |
| 63 |
</tr> |
| 64 |
<tr> |
| 65 |
<td class="flrt-upgrade-to-pro-popup-td"><?php echo esc_html_x('Full SEO control for filtered pages', 'benefits-landing', 'filter-everything'); ?></td> |
| 66 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 67 |
<div class="flrt-upgrade-to-pro-popup-dash-icon"></div> |
| 68 |
</td> |
| 69 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 70 |
<div class="flrt-upgrade-to-pro-popup-checkmark-icon"><svg width="24" height="24"><use href="#flrt-icon-check-double"/></svg></div> |
| 71 |
</td> |
| 72 |
</tr> |
| 73 |
<tr> |
| 74 |
<td class="flrt-upgrade-to-pro-popup-td"><?php |
| 75 |
echo $flrt_is_woo |
| 76 |
? esc_html_x('Accurate filtering of out-of-stock and variable products', 'benefits-landing', 'filter-everything') |
| 77 |
: esc_html_x('Auto-hiding empty filters', 'benefits-landing', 'filter-everything'); |
| 78 |
?></td> |
| 79 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 80 |
<div class="flrt-upgrade-to-pro-popup-dash-icon"></div> |
| 81 |
</td> |
| 82 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 83 |
<div class="flrt-upgrade-to-pro-popup-checkmark-icon"><svg width="24" height="24"><use href="#flrt-icon-check-double"/></svg></div> |
| 84 |
</td> |
| 85 |
</tr> |
| 86 |
<tr class="flrt-upgrade-to-pro-popup-tr-last"> |
| 87 |
<td class="flrt-upgrade-to-pro-popup-td"><?php echo esc_html_x('User-friendly mobile filters widget', 'benefits-landing', 'filter-everything'); ?></td> |
| 88 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 89 |
<div class="flrt-upgrade-to-pro-popup-dash-icon"></div> |
| 90 |
</td> |
| 91 |
<td class="flrt-upgrade-to-pro-popup-td flrt-upgrade-to-pro-popup-center-col"> |
| 92 |
<div class="flrt-upgrade-to-pro-popup-checkmark-icon"><svg width="24" height="24"><use href="#flrt-icon-check-double"/></svg></div> |
| 93 |
</td> |
| 94 |
</tr> |
| 95 |
</tbody> |
| 96 |
</table> |
| 97 |
|
| 98 |
<div class="flrt-upgrade-to-pro-popup-see-all-container"> |
| 99 |
<a href="<?php echo esc_url(flrt_pro_features_link()); ?>" |
| 100 |
class="flrt-upgrade-to-pro-popup-see-all-link" target="_blank"> |
| 101 |
<?php echo _x('View all PRO features', 'benefits-landing', 'filter-everything'); ?> |
| 102 |
<div class="flrt-upgrade-to-pro-popup-link-icon"></div> |
| 103 |
</a> |
| 104 |
</div> |
| 105 |
</div> |
| 106 |
|
| 107 |
<div class="flrt-upgrade-to-pro-popup-promo-side"> |
| 108 |
<div class="flrt-upgrade-to-pro-popup-promo-card"> |
| 109 |
<p class="flrt-upgrade-to-pro-popup-promo-title"> |
| 110 |
<?php |
| 111 |
echo esc_html__('Upgrade to', 'filter-everything') |
| 112 |
. '<br>' |
| 113 |
. esc_html__('Filter Everything PRO', 'filter-everything'); |
| 114 |
?> |
| 115 |
</p> |
| 116 |
<div class="flrt-upgrade-to-pro-popup-rating"> |
| 117 |
<?php for ( $flrt_star = 0; $flrt_star < 5; $flrt_star++ ) : ?><svg width="18" height="18"><use href="#flrt-icon-star"/></svg><?php endfor; ?> |
| 118 |
<span class="flrt-upgrade-to-pro-popup-rating-number">4.88</span> |
| 119 |
</div> |
| 120 |
<p class="flrt-upgrade-to-pro-popup-subtitle"><?php echo esc_html__('Get the full power of filtering, SEO tools, and improve conversions', 'filter-everything'); ?></p> |
| 121 |
|
| 122 |
<div class="flrt-upgrade-to-pro-popup-pricing-row"> |
| 123 |
<span><?php echo wp_kses( |
| 124 |
__( 'Always<br />WP & Woo compatible', 'filter-everything'), |
| 125 |
array( 'br' => array() ) |
| 126 |
); ?></span> |
| 127 |
<span class="flrt-upgrade-to-pro-popup-price-dot">•</span> |
| 128 |
<span class="flrt-upgrade-to-pro-popup-price-tag"><?php echo FLRT_PRO_PRICE; ?><span class="flrt-upgrade-to-pro-popup-price-year"> <?php echo esc_html__('/yr', 'filter-everything'); ?></span></span> |
| 129 |
<span class="flrt-upgrade-to-pro-popup-price-dot">•</span> |
| 130 |
<span><?php echo esc_html__('1-year updates & support', 'filter-everything'); ?></span> |
| 131 |
</div> |
| 132 |
<div class="flrt-upgrade-to-pro-popup-support-text"> |
| 133 |
<?php echo esc_html__('Plugin keeps working after expiry', 'filter-everything'); ?> |
| 134 |
</div> |
| 135 |
</div> |
| 136 |
<a href="<?php echo esc_url(flrt_unlock_pro_link('popup_unlock_btn')); ?>" |
| 137 |
class="flrt-upgrade-to-pro-popup-unlock-btn" |
| 138 |
target="_blank"><?php echo esc_html__('Unlock PRO', 'filter-everything'); ?> <?php echo flrt_crown_icon(); ?></a> |
| 139 |
<div class="flrt-upgrade-to-pro-popup-under-button-text"><?php echo esc_html__('30-day money-back guarantee', 'filter-everything'); ?></div> |
| 140 |
</div> |
| 141 |
</div> |
| 142 |
</div> |
| 143 |
</div> |
| 144 |
|