balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

getting-started.php (1076B)


      1 <?php
      2 
      3 /**
      4  * Getting started section.
      5  *
      6  * @package Car Repair Services
      7  */
      8 
      9 ?>
     10 <div id="getting-started" class="gt-tab-pane gt-is-active">
     11 	<div class="feature-section two-col">
     12 		<div class="col">
     13 			<h3><?php esc_html_e('Implement Recommended Actions', 'welbim'); ?></h3>
     14 			<p>
     15 				<?php
     16 				echo sprintf(__("Thank you so much for your purchase of SmartDataSoft's %1\$s theme! %2\$s theme is designed for you with different layouts, one-click demo installation, wonderful and unique designs, amazing content blocks, get the price section, SEO friendly, Sticky menu, WooCommerce and lots more. Enjoy!", 'welbim'), $this->dashboard_Name, $this->dashboard_Name);
     17 				?>
     18 			</p>
     19 			<p>
     20 				<?php echo esc_html_e('If you’d like to get support from our team please open up a support ticket at first. Our support engineers are always ready to get back to you ASAP.', 'welbim'); ?>
     21 			</p>
     22 		</div>
     23 		<div class="col">
     24 			<img src="<?php echo esc_url(get_template_directory_uri()); ?>/screenshot.png" alt="<?php esc_attr_e('screenshot', 'welbim'); ?>">
     25 		</div>
     26 	</div>
     27 </div>