mage-eventpress/inc/welcome/import.php

113 lines
6.7 KiB
PHP
Executable File

<!--<header class="mageStyle">-->
<!-- <img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/top_bg.png" alt="banner" class="zeroRadius"/>-->
<!-- <div class="topBanner fullAbsolute alignCenter">-->
<!-- <div class="mage_container">-->
<!-- <div class="mage_row">-->
<!-- <div class="col_3 sd_2 alignCenter">-->
<!-- <img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/logo.png" alt="logo"/>-->
<!-- </div>-->
<!-- <div class="col_5 sd_6 alignCenter">-->
<!-- <div class="textContent">-->
<!-- <h3>Import Dummy Events</h3>-->
<!-- <h2 class="extraBold">Event Manager For Woocommerce</h2>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col_4">-->
<!-- <div class="flexColumn top_icon_area">-->
<!-- <ul class="flexEqual">-->
<!-- <li></li>-->
<!-- <li><a href="#"><img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/refresh.png" alt="refresh"/></a></li>-->
<!-- <li><a href="#"><img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/rocket.png" alt="rocket"/></a></li>-->
<!-- </ul>-->
<!-- <ul class="flexEqual">-->
<!-- <li><a href="#"><img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/setting.png" alt="settings"/></a></li>-->
<!-- <li><a href="#"><img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/reading.png" alt="reading"/></a></li>-->
<!-- <li><a href="#"><img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/graph.png" alt="graph"/></a></li>-->
<!-- </ul>-->
<!-- <ul class="flexEqual">-->
<!-- <li><a href="#"><img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/gift.png" alt="gift"/></a></li>-->
<!-- <li></li>-->
<!-- <li></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</header>-->
<section class="mageStyle">
<div class="unlimited_section">
<div class="mage_container">
<div class="mage_row">
<div class="col_6 sd_12 alignCenter">
<div>
<h2>Download Dummy Event</h2>
<p>Please follow the below process to import dummy event data to your website.</p>
<div>
<div class="alignCenter content_area nowrap">
<img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/icon_1.png" alt="icon" />
<div class="textContent">
<h4>Download Dummy XML File</h4>
<p>Please downlaod this <a href="https://vaincode.com/update/sample-events.zip" target="_blank">Dummy Events XML File</a></p>
</div>
</div>
<div class="alignCenter content_area nowrap">
<img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/icon_2.png" alt="icon" />
<div class="textContent">
<h4>Import File </h4>
<p>After Download the XML file, <br />
Go to: </br /></br />
<b>Tools -> Import </b>
<br /></br />
In the bottom of this page there is a WordPress import option. If you have already enabled this you can see Run Import, if not click on the Install Now link. After that click on Run Importer and select the XML file you downlaod earlier.</p>
</div>
</div>
<div class="alignCenter content_area nowrap">
<img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/icon_3.png" alt="icon" />
<div class="textContent">
<h4>Finish Import Process</h4>
<p>Now select the user of your website to assign the new events from the dropdown, and tick on the Download Attachemnt tick box & Run the Process. After a few minute you will see the Success message. All Done! Have Fun.</p>
</div>
</div>
</div>
<a href="https://vaincode.com/update/sample-events.zip" target="_blank" class="buttonOutline allCenter_radius_transition customButton">Download Dummy Events XML File</a>
</div>
</div>
<div class="col_6 sd_12">
<img src="<?php echo plugin_dir_url(__DIR__) . 'welcome/' ?>img/ullimited_img.png" alt="unlimited" />
</div>
</div>
</div>
</div>
<div class="widget">
<div class="mage_container">
<div class="mage_row">
<div class="col_12">
<div class="justifyCenter">
<span class="preDash postDash customButton allCenter">Watch The Video Toutorial</span>
</div>
<div class="justifyBetween">
<iframe style="width: 100%;height:600px" src="https://www.youtube.com/embed/9N907w_HxyU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="getPro">
<div class="mage_container">
<div class="mage_row">
<div class="col_12">
<h2 class="textCenter">Get Pro and Others Available Addon to get all these exciting features</h2>
<div class="justifyCenter">
<a href="https://mage-people.com/product/mage-woo-event-booking-manager-pro/" target="_blank" class="prePostDash customButton allCenter">Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<style>
.widget h3 {
font-size: 18px;
}
</style>