| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?php $theme_setup = admin_url( 'themes.php?page=vamtam_theme_setup' ); ?>
- <div class="wrap">
- <table class="form-table vamtam-table">
- <tbody>
- <tr>
- <th scope="row">
- <label for="blogname">Support and Documentation</label>
- <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>
- </th>
- <td>
- <a href="https://beaver.support.vamtam.com/support/home" class="vamtam-box-button" target="_blank">
- <span class="dashicons dashicons-book"></span>
- <span class="label">Knowledgebase</span>
- </a>
- <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">
- <span class="dashicons dashicons-download"></span>
- <span class="label">Installation Guide</span>
- </a>
- <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">
- <span class="dashicons dashicons-update"></span>
- <span class="label">How to Update Guide</span>
- </a>
- <br/>
- <a href="https://beaver.support.vamtam.com/support/solutions/articles/229569-vamtam-beaver-themes-video-guides-for-beginners" class="vamtam-box-button" target="_blank">
- <span class="dashicons dashicons-video-alt3"></span>
- <span class="label">Video Guides for Beginners</span>
- </a>
- <a href="https://vamtam.com/child-themes" class="vamtam-box-button" target="_blank">
- <span class="dashicons dashicons-admin-appearance"></span>
- <span class="label">Child Themes</span>
- </a>
- <a href="https://vamtam.com/changelog" class="vamtam-box-button" target="_blank">
- <span class="dashicons dashicons-list-view"></span>
- <span class="label">Changelog</span>
- </a>
- </td>
- </tr>
- <tr>
- <td></td>
- </tr>
- <tr>
- <th scope="row"><label for="blogdescription">Have any queries outside of the scope?</label>
- <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>
- </th>
- <td>
- <a href="https://support.vamtam.com/support/login" class="vamtam-box-button" target="_blank">
- <span class="dashicons dashicons-sos"></span>
- <span class="label">Help Desk Login</span>
- </a>
- </td>
- </tr>
- </tbody>
- </table>
- <br/>
- <p>Please note that you have to sigh up to access the Help Desk. Next step is to verify your purchase.</p>
- <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/>
- We need this information for verification and testing purposes. You need this field filled in to receive theme and plugins' updates.<br/>
- Sorry for any inconveniences!</p>
- <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>
- <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>
- <br/><br/>
- <img src="<?php echo esc_url( VAMTAM_ADMIN_ASSETS_URI . 'images/logo-vamtam.svg' ) ?>" alt="VamTam"/><br/>
- Regards,<br>
- <a href="https://vamtam.com">VamTam Team</a>
- </div>
|