import & welcome page update

This commit is contained in:
magepeopleteam 2021-12-31 08:49:14 +00:00
parent 93f96de94b
commit 201c76e262
4 changed files with 253 additions and 231 deletions

View File

@ -23,7 +23,7 @@ add_action('admin_menu', 'mep_event_welcome_admin_menu');
function mep_event_welcome_admin_menu()
{
add_submenu_page('edit.php?post_type=mep_events', __('Welcome', 'mage-eventpress'), __('<span style="color:green">Welcome</span>', 'mage-eventpress'), 'manage_options', 'mep_event_welcome_page', 'mep_event_welcome_page');
add_submenu_page('edit.php?post_type=mep_events', __('Import', 'mage-eventpress'), __('<span style="color:green">Import</span>', 'mage-eventpress'), 'manage_options', 'mep_event_import_page', 'mep_event_import_page');
add_submenu_page('edit.php?post_type=mep_events', __('Dummy Import', 'mage-eventpress'), __('<span style="color:green">Dummy Import</span>', 'mage-eventpress'), 'manage_options', 'mep_event_import_page', 'mep_event_import_page');
}
function mep_event_welcome_page()
{

View File

@ -1,40 +1,40 @@
<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>
<!--<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">
@ -48,7 +48,7 @@
<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="http://event.mage-people.com/sample-events.xml" target="_blank">Dummy Events XML File</a></p>
<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">
@ -70,7 +70,7 @@
</div>
</div>
</div>
<a href="http://event.mage-people.com/sample-events.xml" target="_blank" class="buttonOutline allCenter_radius_transition customButton">Download Dummy Events XML File</a>
<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">
@ -107,5 +107,7 @@
</div>
</section>
<style>
.widget h3 {font-size: 18px;}
.widget h3 {
font-size: 18px;
}
</style>

View File

@ -1,41 +1,40 @@
<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>Thanks a lot</h3>
<h2 class="extraBold">For choosing MageAddons</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>
<!--<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>Thanks a lot</h3>-->
<!-- <h2 class="extraBold">For choosing MageAddons</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="knowledge" style="background:white;">
<div class="mage_container shortcode">
@ -45,27 +44,49 @@
<h2 style="text-align: center;"><strong>Here is All Shortcode list we have available</strong></h2>
<ul>
<li>All Event List Style : <pre>[event-list style='list'] </pre><a href="https://vaincode.com/reevent/all-event-list/" target="_blank">View Example</a></li>
<li>All Event List minimal Style<pre> [event-list style='minimal' show=10 pagination='yes'] </pre><a href="https://vaincode.com/reevent/event-list-minimal-style/">View Example</a></li>
<li>All Event list in Native Style <pre>[event-list style='native' show='8' pagination='yes'] </pre> <a href="https://vaincode.com/reevent/event-list-native-style/">View Example</a></li>
<li>All Event Grid Style : <pre>[event-list column=3] </pre><a href="https://vaincode.com/reevent/event-list-style/" target="_blank" rel="noopener noreferrer">View Example</a></li>
<li>Show only Event Title with Order: <pre>[[event-list style='title']</pre><a href="https://vaincode.com/reevent/event-list-title-only/">View Example</a></li>
<li>All Events With Organizer filter :<pre> [event-list org-filter=yes style=grid]</pre><a href="https://vaincode.com/reevent/all-event-with-organizer-filter/" target="_blank">View Example</a></li>
<li>All Events With Pagination :<pre> [event-list style='grid' pagination=yes show=4]</pre> <a href="https://vaincode.com/reevent/all-event-with-pagination/" target="_blank">View Example</a></li>
<li>All Events with category Filter :<pre> [event-list cat-filter=yes style=grid] </pre><a href="https://vaincode.com/reevent/all-event-with-category-filter/" target="_blank">View Example</a></li>
<li>Event by Category :<pre> [event-list cat=44]</pre> <a href="https://vaincode.com/reevent/event-by-category/" target="_blank" rel="noopener noreferrer">View Example</a> Here 44 is Category Id, you need to replace as your need</li>
<li>Event by Organizer: <pre>[event-list org=49] </pre><a href="https://vaincode.com/reevent/event-by-organization/" target="_blank" rel="noopener noreferrer">View Example </a>Here 49 is organizer ID, you can to replace as your need</li>
<li>Event Expire list: <pre>[expire-event-list]</pre><a href="https://vaincode.com/reevent/expire-events/" target="_blank" rel="noopener noreferrer">View Example</a></li>
<li>Show only 10 events:<pre> [event-list show='10']</pre>you can change show='Any number as your need'</li>
<li>Show events grid with 3 column: <pre>[event-list column=3]</pre>Here 3 is number of colunn in grid, you need to replace as need</li>
<li>Show Events by a City: <pre>[event-list style='grid' city='Dhaka' column=3 show=8]</pre>Here Washington is city name, you can change as your need</li>
<li>Show list of City name of upcoming Events: <pre>[event-city-list] </pre>All Upcoming Events City name will display with this Shortcode</li>
<li>Event Filter by country <pre>[event-list style='grid' country='India' column=3 show=8]</pre></li>
<li>Event Vertical Timeline: <pre>[event-list style='timeline' timeline-mode='vertical'] </pre><a href="https://vaincode.com/reevent/event-list-vertical-timeline-view/">View Example</a></li>
<li>Event Horizontal Timeline<pre> [event-list style='timeline' timeline-mode='horizontal'] </pre> <a href="https://vaincode.com/reevent/event-list-horizontal-timeline-view/">View Example</a></li>
<li>Event Carousal Style<pre> [event-list style='grid' pagination='carousal' carousal-dots='yes' carousal-nav='yes' column=3]</pre><a href="https://vaincode.com/reevent/event-carousal/">View Example</a></li>
<li>EventWise Speaker list: <pre>[event-speaker-list event=EventID]</pre> <a href="https://vaincode.com/reevent/speaker-list/">View Example</a></li>
<li>Event Cart Section only:<pre>[[event-add-cart-section event=EventID]</pre> <a href="https://vaincode.com/reevent/event-add-to-cart-section/">View Example</a></li>
<li>All Event List Style :
<pre>[event-list style='list'] </pre><a href="https://vaincode.com/reevent/all-event-list/" target="_blank">View Example</a></li>
<li>All Event List minimal Style
<pre> [event-list style='minimal' show=10 pagination='yes'] </pre><a href="https://vaincode.com/reevent/event-list-minimal-style/">View Example</a></li>
<li>All Event list in Native Style
<pre>[event-list style='native' show='8' pagination='yes'] </pre> <a href="https://vaincode.com/reevent/event-list-native-style/">View Example</a></li>
<li>All Event Grid Style :
<pre>[event-list column=3] </pre><a href="https://vaincode.com/reevent/event-list-style/" target="_blank" rel="noopener noreferrer">View Example</a></li>
<li>Show only Event Title with Order:
<pre>[[event-list style='title']</pre><a href="https://vaincode.com/reevent/event-list-title-only/">View Example</a></li>
<li>All Events With Organizer filter :
<pre> [event-list org-filter=yes style=grid]</pre><a href="https://vaincode.com/reevent/all-event-with-organizer-filter/" target="_blank">View Example</a></li>
<li>All Events With Pagination :
<pre> [event-list style='grid' pagination=yes show=4]</pre> <a href="https://vaincode.com/reevent/all-event-with-pagination/" target="_blank">View Example</a></li>
<li>All Events with category Filter :
<pre> [event-list cat-filter=yes style=grid] </pre><a href="https://vaincode.com/reevent/all-event-with-category-filter/" target="_blank">View Example</a></li>
<li>Event by Category :
<pre> [event-list cat=44]</pre> <a href="https://vaincode.com/reevent/event-by-category/" target="_blank" rel="noopener noreferrer">View Example</a> Here 44 is Category Id, you need to replace as your need</li>
<li>Event by Organizer:
<pre>[event-list org=49] </pre><a href="https://vaincode.com/reevent/event-by-organization/" target="_blank" rel="noopener noreferrer">View Example </a>Here 49 is organizer ID, you can to replace as your need</li>
<li>Event Expire list:
<pre>[expire-event-list]</pre><a href="https://vaincode.com/reevent/expire-events/" target="_blank" rel="noopener noreferrer">View Example</a></li>
<li>Show only 10 events:
<pre> [event-list show='10']</pre>you can change show='Any number as your need'</li>
<li>Show events grid with 3 column:
<pre>[event-list column=3]</pre>Here 3 is number of colunn in grid, you need to replace as need</li>
<li>Show Events by a City:
<pre>[event-list style='grid' city='Dhaka' column=3 show=8]</pre>Here Washington is city name, you can change as your need</li>
<li>Show list of City name of upcoming Events:
<pre>[event-city-list] </pre>All Upcoming Events City name will display with this Shortcode</li>
<li>Event Filter by country
<pre>[event-list style='grid' country='India' column=3 show=8]</pre>
</li>
<li>Event Vertical Timeline:
<pre>[event-list style='timeline' timeline-mode='vertical'] </pre><a href="https://vaincode.com/reevent/event-list-vertical-timeline-view/">View Example</a></li>
<li>Event Horizontal Timeline
<pre> [event-list style='timeline' timeline-mode='horizontal'] </pre> <a href="https://vaincode.com/reevent/event-list-horizontal-timeline-view/">View Example</a></li>
<li>Event Carousal Style
<pre> [event-list style='grid' pagination='carousal' carousal-dots='yes' carousal-nav='yes' column=3]</pre><a href="https://vaincode.com/reevent/event-carousal/">View Example</a></li>
<li>EventWise Speaker list:
<pre>[event-speaker-list event=EventID]</pre> <a href="https://vaincode.com/reevent/speaker-list/">View Example</a></li>
<li>Event Cart Section only:
<pre>[[event-add-cart-section event=EventID]</pre> <a href="https://vaincode.com/reevent/event-add-to-cart-section/">View Example</a></li>
</ul>
</div>
@ -210,15 +231,12 @@ hesitate to contact us. Email: magepeopleteam@gmail.com.</p>
margin: 0px 10px;
font-weight: bold;
font-size: 16px;
}
.shortcode h2 {
border: 2px solid #ff555d;
color: #ff555d;
margin-bottom: 40px;
width: 60%;
}
</style>

View File

@ -1,40 +1,40 @@
<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>What's Inside</h3>
<h2 class="extraBold">The MagePeopleAddons Pro</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>
<!--<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>What's Inside</h3>-->
<!-- <h2 class="extraBold">The MagePeopleAddons Pro</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">
@ -130,5 +130,7 @@
</div>
</section>
<style>
.widget h3 {font-size: 18px;}
.widget h3 {
font-size: 18px;
}
</style>