| 1 |
<?php |
| 2 |
|
| 3 |
use CounterBox\WOWP_Plugin; |
| 4 |
|
| 5 |
defined( 'ABSPATH' ) || exit; |
| 6 |
?> |
| 7 |
|
| 8 |
<div class="wpie-sidebar wpie-sidebar-features"> |
| 9 |
<h2 class="wpie-title"><?php esc_html_e( 'PRO Functions', 'counter-box' ); ?> <a href="https://wow-estore.com/interactive-demo-counter-box-pro/" target="_blank">Demo</a></h2> |
| 10 |
|
| 11 |
<div class="wpie-fields__box"> |
| 12 |
<ul> |
| 13 |
<li><strong>Counter (From Date)</strong> - Set a base value at a specific date and time, and then continuously increment the value at a chosen interval. This allows you to track metrics like "Current World Population" based on estimated growth rates.</li> |
| 14 |
<li><strong>Counter (From Weekday)</strong> - Create a counter that resets each week on a chosen weekday and starts incrementing again. This is useful for displaying statistics like "Births Today" or "Website Visits this Week."</li> |
| 15 |
<li><strong>Number Formatting</strong> - Enhance the readability of your counters by adding delimiters to separate large numbers.</li> |
| 16 |
</ul> |
| 17 |
|
| 18 |
<details class="wpie-details-sidebar"> |
| 19 |
<summary>Targets:</summary> |
| 20 |
<div class="wpie-details-sidebar-box"> |
| 21 |
<ul> |
| 22 |
<li><strong>Hide Block</strong> - This action hides a specific block of content on your webpage after the countdown finishes. This is useful for revealing content after a promotional period or after users complete a specific action.</li> |
| 23 |
<li><strong>Show Block</strong> - This action shows a previously hidden block of content on your webpage after the countdown finishes. This allows you to display content that becomes relevant only after the counter reaches zero.</li> |
| 24 |
<li><strong>Redirect</strong> - This action redirects users to a different URL after the countdown finishes. This is useful for sending users to a product page after a launch or to a confirmation page after a registration countdown.</li> |
| 25 |
<li><strong>Hide the counter box</strong> - This action hides the entire counter box itself from the webpage after the countdown finishes. This provides a clean look once the countdown is complete.</li> |
| 26 |
<li><strong>Show the message</strong> - This action displays a custom message of your choice on the webpage after the countdown finishes. This allows you to inform users about what happens next or provide them with additional information.</li> |
| 27 |
<li><strong>Call any function</strong> - This action offers the most flexibility. It allows you to trigger any custom JavaScript function you define in your code after the countdown finishes. This enables you to perform advanced actions or integrate the counter with other functionalities on your webpage.</li> |
| 28 |
</ul> |
| 29 |
</div> |
| 30 |
</details> |
| 31 |
|
| 32 |
<details class="wpie-details-sidebar"> |
| 33 |
<summary>Personalization:</summary> |
| 34 |
<div class="wpie-details-sidebar-box"> |
| 35 |
<ul> |
| 36 |
<li><strong>Activate by URL</strong> - Target specific pages based on URL parameters (e.g., show a counter only on page with URL parameter).</li> |
| 37 |
<li><strong>Activate by Referrer URL</strong> - Tailor counter experiences for visitors arriving from particular websites.</li> |
| 38 |
<li><strong>Geotargeting</strong> - Take your counter to the next level with geotargeting functionality! This powerful plugin feature allows you to display targeted counter based on the country location of your website visitors.</li> |
| 39 |
<li><strong>User Role</strong> - Define which user roles (e.g., Administrator, Editor, Author) have the ability to see the counter. This can be helpful for displaying internal counter relevant only to website administrators or for specific user groups.</li> |
| 40 |
<li><strong>Scheduling</strong> - Schedule counter appearances based on specific days, times, and dates. This allows you to promote temporary events or campaigns without cluttering your website permanently.</li> |
| 41 |
<li><strong>Multi-Language</strong> - For websites catering to a global audience, Counter Box Pro allows you to restrict counter visibility to specific languages. This ensures users only see button relevant to their chosen language setting.</li> |
| 42 |
</ul> |
| 43 |
</div> |
| 44 |
</details> |
| 45 |
|
| 46 |
|
| 47 |
<details class="wpie-details-sidebar"> |
| 48 |
<summary>Technical Advantages:</summary> |
| 49 |
<div class="wpie-details-sidebar-box"> |
| 50 |
<ul> |
| 51 |
<li><strong>Titles</strong> - Add titles for counter elements.</li> |
| 52 |
<li><strong>Responsive Visibility</strong> - Choose to hide the counter on mobile or desktop devices to optimize for different screen sizes.</li> |
| 53 |
<li><strong>Browsers:</strong> - Deactivate counters selectively for specific browsers.</li> |
| 54 |
</ul> |
| 55 |
|
| 56 |
</div> |
| 57 |
</details> |
| 58 |
|
| 59 |
<a href="<?php echo esc_url( WOWP_Plugin::info( 'pro' ) ); ?>" target="_blank">Read More about PRO</a> |
| 60 |
</div> |
| 61 |
</div> |
| 62 |
|