PluginProbe ʕ •ᴥ•ʔ
Independent Analytics – WordPress Analytics Plugin / 2.12.2
Independent Analytics – WordPress Analytics Plugin v2.12.2
2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 1.19.1 1.2 1.20.0 1.21.0 1.22.0 1.22.1 1.23.0 1.23.1 1.24.0 1.24.1 1.25.0 1.25.1 1.26.0 1.27.0 1.28.0 1.28.1 1.28.2 1.28.3 1.29.0 1.3 1.30.0 1.30.1 1.4 1.5 1.6 1.7 1.8 1.9 2.0.0 2.0.1 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.10 2.11.2 2.11.3 2.11.4 2.11.5 2.11.6 2.11.7 2.11.8 2.11.9 2.12.0 2.12.1 2.12.2 2.13.1 2.13.2 2.13.5 2.13.6 2.14.0 2.14.1 2.14.2 2.14.4 2.14.6 2.14.7 2.14.8 2.14.9 2.2.0 2.2.1 2.3.1 2.3.2 2.4.2 2.4.3 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.7.1 2.7.2 2.7.3 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7
independent-analytics / views / support.blade.php
independent-analytics / views Last commit date
click-tracking 11 months ago date-picker 11 months ago email 1 year ago examiner 11 months ago icons 11 months ago integrations 11 months ago interrupt 11 months ago notices 11 months ago overview 11 months ago partials 11 months ago settings 11 months ago tables 11 months ago campaign-builder.blade.php 11 months ago chart.blade.php 11 months ago debug.blade.php 11 months ago plugin-group-options.blade.php 11 months ago quick-stat-loading.blade.php 11 months ago quick-stat.blade.php 11 months ago quick-stats.blade.php 11 months ago real-time.blade.php 11 months ago support.blade.php 1 year ago updates.blade.php 11 months ago
support.blade.php
107 lines
1 <div class="support-menu">
2 <div class="heading iawp-container">
3 <div class="inner">
4 <h1>Welcome to the Support Center</h1>
5 </div>
6 </div>
7 <div class="knowledge-base iawp-container">
8 <div class="inner">
9 <div class="kb-inner">
10 <h2>Search the Knowledge Base for an Answer</h2>
11 <form id="search-form" class="search-container">
12 <input id="search-field" type="search" class="search-field" placeholder="Search the Knowledge Base" />
13 <span class="dashicons dashicons-search"></span>
14 </form>
15 <p class="tutorial-links">
16 <a href="https://independentwp.com/knowledgebase/common-questions/views-not-recording/" target="_blank" class="link-purple">Why Aren't My Views Showing Up?</a> <span>&#8226;</span> <a href="https://independentwp.com/knowledgebase/data/what-is-a-view/" target="_blank" class="link-purple">What is a View?</a> <span>&#8226;</span> <a href="https://independentwp.com/knowledgebase/dashboard/save-reports-revisit-later/" target="_blank" class="link-purple">How to Create & Save Custom Reports</a>
17 <span>&#8226;</span> <a href="https://independentwp.com/knowledgebase/tracking/block-ip-addresses/" target="_blank" class="link-purple">How to Block IP Addresses</a> <span>&#8226;</span> <a href="https://independentwp.com/knowledgebase/your-data/give-users-permission-view-analytics/" target="_blank" class="link-purple">How to Share Access with Non-Admins</a>
18 </p>
19 <p class="button-container">
20 <a href="https://independentwp.com/knowledgebase/dashboard/getting-started/" target="_blank" class="iawp-button purple"><span class="dashicons dashicons-video-alt3"></span> Getting Started Video Tutorial</a>
21 <a href="https://independentwp.com/knowledgebase/" target="_blank" class="iawp-button ghost-purple">View all tutorials</a>
22 </p>
23 </div>
24 </div>
25 </div>
26 <div class="external-resources iawp-container">
27 <div class="inner">
28 <div class="ai-assistant resource">
29 <div class="icon-container">
30 <span class="dashicons dashicons-superhero"></span>
31 <a class="overlay-link" href="https://independentwp.com/ai-assistant/">AI Assistant</a>
32 </div>
33 <div class="text">
34 <h2>AI Assistant</h2>
35 <p>Our AI Assistant is trained on our knowledge base and can quickly answer most questions.</p>
36 <a class="link-purple" target="_blank" href="https://independentwp.com/ai-assistant/">Ask Question</a>
37 </div>
38 <a class="overlay-link" target="_blank" href="https://independentwp.com/ai-assistant/">AI Assistant</a>
39 </div>
40 <div class="contact resource">
41 <div class="icon-container">
42 <span class="dashicons dashicons-email-alt"></span>
43 <a class="overlay-link" href="<?php echo admin_url('admin.php?page=independent-analytics-contact'); ?>">Contact Us</a>
44 </div>
45 <div class="text">
46 <h2>Contact Form</h2>
47 <p>Submit the contact form to get help, report a bug, or ask a pre-sale question.</p>
48 <?php $url = $white_labeled ? 'https://independentwp.com/contact/' : admin_url('admin.php?page=independent-analytics-contact'); ?>
49 <a class="link-purple" href="<?php echo esc_attr($url); ?>">Contact Us</a>
50 </div>
51 <a class="overlay-link" href="<?php echo esc_attr($url); ?>">Contact Us</a>
52 </div>
53 <div class="forum resource">
54 <div class="icon-container">
55 <span class="dashicons dashicons-groups"></span>
56 <a class="overlay-link" target="_blank" href="https://wordpress.org/support/plugin/independent-analytics/">Browse Forum</a>
57 </div>
58 <div class="text">
59 <h2>Support Forum</h2>
60 <p>Find an answer on the support forum or post your own thread with a question.</p>
61 <a class="link-purple" target="_blank" href="https://wordpress.org/support/plugin/independent-analytics/">Browse Forum</a>
62 </div>
63 <a class="overlay-link" target="_blank" href="https://wordpress.org/support/plugin/independent-analytics/">Browse Forum</a>
64 </div>
65 <div class="contact resource">
66 <div class="icon-container">
67 <span class="dashicons dashicons-lightbulb"></span>
68 <a class="overlay-link" target="_blank" href="https://feedback.independentwp.com/roadmap">Submit Request</a>
69 </div>
70 <div class="text">
71 <h2>Feature Requests</h2>
72 <p>Submit a feature request and upvote requests submited by other users.</p>
73 <a class="link-purple" target="_blank" href="https://feedback.independentwp.com/roadmap">Submit Request</a>
74 </div>
75 <a class="overlay-link" target="_blank" href="https://feedback.independentwp.com/roadmap">Submit Request</a>
76 </div>
77 <div class="review resource">
78 <div class="icon-container">
79 <span class="dashicons dashicons-star-filled"></span>
80 <a class="overlay-link" target="_blank" href="https://wordpress.org/support/plugin/independent-analytics/reviews/?filter=5#new-post">Leave a Review</a>
81 </div>
82 <div class="text">
83 <h2>Leave us a review</h2>
84 <p>Loving Independent Analytics? Post a public review so other WP users can find out about our plugin.</p>
85 <a class="link-purple" target="_blank" href="https://wordpress.org/support/plugin/independent-analytics/reviews/?filter=5#new-post">Leave a Review</a>
86 </div>
87 <a class="overlay-link" target="_blank" href="https://wordpress.org/support/plugin/independent-analytics/reviews/?filter=5#new-post">Leave a Review</a>
88 </div>
89 <div class="follow-us resource">
90 <div class="icon-container">
91 <span class="dashicons dashicons-twitter"></span>
92 </div>
93 <div class="text">
94 <h2>Follow Us</h2>
95 <p>Follow us on any of our profiles to find out when new updates are available and what's changed.</p>
96 <div class="social-icons-list">
97 <a href="https://twitter.com/AnalyticsForWP" target="_blank"><img src="<?php echo esc_url(iawp_url_to('img/twitter.svg')) ?>"/></a>
98 <a href="https://www.facebook.com/people/Independent-Analytics/100086904035609/" target="_blank"><img src="<?php echo esc_url(iawp_url_to('img/facebook.svg')) ?>"/></a>
99 <a href="https://www.youtube.com/@Independent_Analytics" target="_blank"><img src="<?php echo esc_url(iawp_url_to('img/youtube.svg')) ?>"/></a>
100 <a href="https://www.reddit.com/r/independentanalytics/" target="_blank"><img src="<?php echo esc_url(iawp_url_to('img/reddit.svg')) ?>"/></a>
101 </div>
102 </div>
103 </div>
104 </div>
105 </div>
106 <?php echo iawp_blade()->run('partials.email-course-ad'); ?>
107 </div>