docs.php 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php $theme_setup = admin_url( 'themes.php?page=vamtam_theme_setup' ); ?>
  2. <div class="wrap">
  3. <table class="form-table vamtam-table">
  4. <tbody>
  5. <tr>
  6. <th scope="row">
  7. <label for="blogname">Support and Documentation</label>
  8. <br><br><p class="description" id="tagline-description">Thank you for purchasing our theme! Feel free to browse our knowledgebase for videos and extra help.</p>
  9. </th>
  10. <td>
  11. <a href="https://beaver.support.vamtam.com/support/home" class="vamtam-box-button" target="_blank">
  12. <span class="dashicons dashicons-book"></span>
  13. <span class="label">Knowledgebase</span>
  14. </a>
  15. <a href="https://beaver.support.vamtam.com/support/solutions/articles/227251-vamtam-beaver-themes-how-to-install-the-theme-via-the-admin-panel-" class="vamtam-box-button" target="_blank">
  16. <span class="dashicons dashicons-download"></span>
  17. <span class="label">Installation Guide</span>
  18. </a>
  19. <a href="https://beaver.support.vamtam.com/support/solutions/articles/227252-vamtam-beaver-themes-how-to-update-a-vamtam-theme-and-the-bundled-plugins-" class="vamtam-box-button" target="_blank">
  20. <span class="dashicons dashicons-update"></span>
  21. <span class="label">How to Update Guide</span>
  22. </a>
  23. <br/>
  24. <a href="https://beaver.support.vamtam.com/support/solutions/articles/229569-vamtam-beaver-themes-video-guides-for-beginners" class="vamtam-box-button" target="_blank">
  25. <span class="dashicons dashicons-video-alt3"></span>
  26. <span class="label">Video Guides for Beginners</span>
  27. </a>
  28. <a href="https://vamtam.com/child-themes" class="vamtam-box-button" target="_blank">
  29. <span class="dashicons dashicons-admin-appearance"></span>
  30. <span class="label">Child Themes</span>
  31. </a>
  32. <a href="https://vamtam.com/changelog" class="vamtam-box-button" target="_blank">
  33. <span class="dashicons dashicons-list-view"></span>
  34. <span class="label">Changelog</span>
  35. </a>
  36. </td>
  37. </tr>
  38. <tr>
  39. <td></td>
  40. </tr>
  41. <tr>
  42. <th scope="row"><label for="blogdescription">Have any queries outside of the scope?</label>
  43. <br><br><p class="description" id="tagline-description">Should you have any queries outside of the scope of the help materials and the video guides don't hesitate to submit a ticket on our secure help desk.</p>
  44. </th>
  45. <td>
  46. <a href="https://support.vamtam.com/support/login" class="vamtam-box-button" target="_blank">
  47. <span class="dashicons dashicons-sos"></span>
  48. <span class="label">Help Desk Login</span>
  49. </a>
  50. </td>
  51. </tr>
  52. </tbody>
  53. </table>
  54. <br/>
  55. <p>Please note that you have to sigh up to access the Help Desk. Next step is to verify your purchase.</p>
  56. <p>Enter your purchase code in <strong>Appearence - <a href="<?php echo esc_url( $theme_setup ) ?>" target="_blank"> VamTam Theme Setup (Step 2)</a> - "Envato purchase key"</strong>.<br/>
  57. We need this information for verification and testing purposes. You need this field filled in to receive theme and plugins' updates.<br/>
  58. Sorry for any inconveniences!</p>
  59. <p>If you have any difficulties finding the purchase data check out this guide: <a href="https://beaver.support.vamtam.com/support/solutions/articles/227253-vamtam-beaver-themes-where-to-get-your-item-purchase-key-from-" target="_blank">Purchase Data</a></p>
  60. <p>If you have installed the theme on a localhost, please provide the Item Purchase Code in addition to entering the purchase data in <a href="<?php echo esc_url( $theme_setup ) ?>" target="_blank">VamTam Theme Setup (Step 2)</a>.</p>
  61. <br/><br/>
  62. <img src="<?php echo esc_url( VAMTAM_ADMIN_ASSETS_URI . 'images/logo-vamtam.svg' ) ?>" alt="VamTam"/><br/>
  63. Regards,<br>
  64. <a href="https://vamtam.com">VamTam Team</a>
  65. </div>