File: //home/cca63905/.trash/wp-content/themes/accesspress-store/inc/welcome/sections/support.php
<div class="support-process">
<div class="support-process-wrapper">
<h3><i class="dashicons dashicons-sos"></i><?php echo esc_html__('Create Support Tickets', 'accesspress-store'); ?></h3>
<p><?php echo esc_html__('If you\'re having any issues with the theme, feel free to create a ticket in our support forum. We reply your ticket very soon!', 'accesspress-store'); ?></p>
<a class="button button-primary" href="<?php echo esc_url('https://accesspressthemes.com/support/')?>"><?php echo esc_html__('Create Ticket', 'accesspress-store'); ?></a>
</div>
</div>
<div class="support-process">
<div class="support-process-wrapper">
<h3><i class="dashicons dashicons-format-chat"></i><?php echo esc_html__('Online Chat', 'accesspress-store'); ?></h3>
<p><?php echo esc_html__('If you need an immediate solution, you can try our online chat support too. However our online time is limited and as below', 'accesspress-store'); ?></p>
<p><?php echo esc_html__('Mon - Fri', 'accesspress-store'); ?></p>
<p><?php echo esc_html__('10AM - 5PM ', 'accesspress-store'); ?></p>
<p><?php echo esc_html__('Kathmandu Time (GMT + 5:45)', 'accesspress-store'); ?></p>
<a class="button button-primary" href="<?php echo esc_url('https://accesspressthemes.com/')?>"><?php echo esc_html__('Start Online Chat', 'accesspress-store'); ?></a>
</div>
</div>
<div class="support-process">
<div class="support-process-wrapper">
<h3><i class="dashicons dashicons-email-alt"></i><?php echo esc_html__('Email to support team', 'accesspress-store'); ?></h3>
<p><?php echo esc_html__('You can also email to our support team directly at : support@accesspressthemes.com.', 'accesspress-store'); ?>
</p>
</div>
</div>
<div class="support-process">
<div class="support-process-wrapper">
<h3><i class="dashicons dashicons-category"></i><?php echo esc_html__('Documentation', 'accesspress-store'); ?></h3>
<p><?php echo esc_html__('Checkout our documentation and get more details on how to setup / configure theme step by step.', 'accesspress-store'); ?></p>
<a class="button button-primary" href="<?php echo esc_url($this->strings['doc_link']);?>"><?php echo esc_html__('View Documentation', 'accesspress-store'); ?></a>
</div>
</div>