HEX
Server: Apache
System: Linux vps.rockyroadprinting.net 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: rockyroadprintin (1011)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/rockyroadprintin/public_html/wp-content/themes/consulting/admin/templates/support.php
<?php

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'Direct script access denied.' );
}

$theme = STM_Theme_Info::get_theme_info();
$theme_name = $theme['name'];
?>
<div class="wrap stm-admin-wrap stm-admin-support-screen">
	<?php STM_Theme_Admin_Pages::get_admin_tabs('support'); ?>
	<div class="stm-admin-important-notice">
		<p class="about-description"><?php echo apply_filters( 'stm_theme_esc_variable', $theme_name ); ?> comes with 6 months of free support for every license you purchase. Support can be extended through subscriptions via ThemeForest.</p>
		<p><a href="https://support.stylemixthemes.com/" class="button button-large button-primary stm-admin-button stm-admin-large-button" target="_blank" rel="noopener noreferrer">Create A Support Account</a></p>
	</div>

	<div class="stm-admin-row">
		<div class="stm-admin-two-third">

			<div class="stm-admin-row">
				<div class="stm-admin-one-half">
					<div class="stm-admin-one-half-inner">
						<h3>
							<span>
								<img src="<?php echo STM_Theme_Info::get_image_url('ticket.svg'); ?>" />
							</span>
							Ticket System
						</h3>
						<p>We offer excellent support through our advanced ticket system. Make sure to register your purchase first to access our support services and other resources.</p>
						<a href="https://support.stylemixthemes.com/" target="_blank">Submit a ticket</a>
					</div>
				</div>

				<div class="stm-admin-one-half">
					<div class="stm-admin-one-half-inner">
						<h3>
							<span>
								<img src="<?php echo STM_Theme_Info::get_image_url('docs.svg'); ?>" />
							</span>
							Documentation
						</h3>
						<p>Our online documentation is a useful resource for learning the every aspect and features of <?php echo apply_filters( 'stm_theme_esc_variable', $theme_name ); ?>.</p>
						<a href="<?php echo esc_attr( STM_DOCUMENTATION_URL ); ?>" target="_blank">Learn more</a>
					</div>
				</div>
			</div>

			<div class="stm-admin-row">
				<div class="stm-admin-one-half">
					<div class="stm-admin-one-half-inner">
						<h3>
							<span>
								<img src="<?php echo STM_Theme_Info::get_image_url('tutorials.svg'); ?>" />
							</span>
							Video Tutorials
						</h3>
						<p>We recommend you to watch video tutorials before you start the theme customization. Our video tutorials can teach you the different aspects of using <?php echo apply_filters( 'stm_theme_esc_variable', $theme_name ); ?>.</p>
						<a href="<?php echo esc_attr( STM_INSTALL_VIDEO_URL ); ?>" target="_blank">Watch Videos</a>
					</div>
				</div>

			</div>

		</div>

		<div class="stm-admin-one-third">
			<a href="https://stylemix.net/?utm_source=dashboard&utm_medium=banner&utm_campaign=<?php echo esc_attr( $theme['slug'] ); ?>" target="_blank">
				<img src="<?php echo STM_Theme_Info::get_image_url('banner-1.png'); ?>" />
			</a>
		</div>
	</div>

</div>