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>•</span> <a href="https://independentwp.com/knowledgebase/data/what-is-a-view/" target="_blank" class="link-purple">What is a View?</a> <span>•</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>•</span> <a href="https://independentwp.com/knowledgebase/tracking/block-ip-addresses/" target="_blank" class="link-purple">How to Block IP Addresses</a> <span>•</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> |