From 201c76e2627c36a07bd457bd2cdf23a10280e12e Mon Sep 17 00:00:00 2001 From: magepeopleteam Date: Fri, 31 Dec 2021 08:49:14 +0000 Subject: [PATCH] import & welcome page update --- inc/welcome.php | 2 +- inc/welcome/import.php | 106 +++++++-------- inc/welcome/support.php | 288 +++++++++++++++++++++------------------- inc/welcome/welcome.php | 88 ++++++------ 4 files changed, 253 insertions(+), 231 deletions(-) diff --git a/inc/welcome.php b/inc/welcome.php index e32493b..f92ef4a 100644 --- a/inc/welcome.php +++ b/inc/welcome.php @@ -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'), __('Welcome', 'mage-eventpress'), 'manage_options', 'mep_event_welcome_page', 'mep_event_welcome_page'); - add_submenu_page('edit.php?post_type=mep_events', __('Import', 'mage-eventpress'), __('Import', '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'), __('Dummy Import', 'mage-eventpress'), 'manage_options', 'mep_event_import_page', 'mep_event_import_page'); } function mep_event_welcome_page() { diff --git a/inc/welcome/import.php b/inc/welcome/import.php index a1da000..cb04216 100755 --- a/inc/welcome/import.php +++ b/inc/welcome/import.php @@ -1,80 +1,80 @@ -
- banner -
-
-
-
- logo -
-
-
-

Import Dummy Events

-

Event Manager For Woocommerce

-
-
-
-
-
    -
  • -
  • refresh
  • -
  • rocket
  • -
-
    -
  • settings
  • -
  • reading
  • -
  • graph
  • -
-
    -
  • gift
  • -
  • -
  • -
-
-
-
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-
+

Download Dummy Event

Please follow the below process to import dummy event data to your website.

- icon + icon

Download Dummy XML File

-

Please downlaod this Dummy Events XML File

+

Please downlaod this Dummy Events XML File

- icon + icon

Import File

-

After Download the XML file,
- Go to:

- Tools -> Import -

- 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.

+

After Download the XML file,
+ Go to:

+ Tools -> Import +

+ 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.

- icon + icon

Finish Import Process

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.

- Download Dummy Events XML File + Download Dummy Events XML File
- unlimited + unlimited
@@ -85,9 +85,9 @@
Watch The Video Toutorial -
+
- +
@@ -107,5 +107,7 @@
\ No newline at end of file diff --git a/inc/welcome/support.php b/inc/welcome/support.php index facc3e3..960fe39 100644 --- a/inc/welcome/support.php +++ b/inc/welcome/support.php @@ -1,85 +1,106 @@ - -
- banner -
-
-
-
- logo -
-
-
-

Thanks a lot

-

For choosing MageAddons

-
-
-
-
-
    -
  • -
  • refresh
  • -
  • rocket
  • -
-
    -
  • settings
  • -
  • reading
  • -
  • graph
  • -
-
    -
  • gift
  • -
  • -
  • -
-
-
-
-
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- -

Here is All Shortcode list we have available

-
    -
  • All Event List Style :
    [event-list style='list'] 
    View Example
  • -
  • All Event List minimal Style
     [event-list style='minimal' show=10 pagination='yes'] 
    View Example
  • -
  • All Event list in Native Style
    [event-list style='native' show='8' pagination='yes'] 
    View Example
  • -
  • All Event Grid Style :
    [event-list column=3] 
    View Example
  • -
  • Show only Event Title with Order:
    [[event-list style='title']
    View Example
  • -
  • All Events With Organizer filter :
     [event-list org-filter=yes style=grid]
    View Example
  • -
  • All Events With Pagination :
     [event-list style='grid' pagination=yes show=4]
    View Example
  • -
  • All Events with category Filter :
     [event-list cat-filter=yes style=grid] 
    View Example
  • -
  • Event by Category :
     [event-list cat=44]
    View Example Here 44 is Category Id, you need to replace as your need
  • -
  • Event by Organizer:
    [event-list org=49] 
    View Example Here 49 is organizer ID, you can to replace as your need
  • -
  • Event Expire list:
    [expire-event-list]
    View Example
  • -
  • Show only 10 events:
     [event-list show='10']
    you can change show='Any number as your need'
  • -
  • Show events grid with 3 column:
    [event-list column=3]
    Here 3 is number of colunn in grid, you need to replace as need
  • -
  • Show Events by a City:
    [event-list style='grid' city='Dhaka' column=3 show=8]
    Here Washington is city name, you can change as your need
  • -
  • Show list of City name of upcoming Events:
    [event-city-list] 
    All Upcoming Events City name will display with this Shortcode
  • -
  • Event Filter by country
    [event-list style='grid' country='India' column=3 show=8]
  • -
  • Event Vertical Timeline:
    [event-list style='timeline' timeline-mode='vertical'] 
    View Example
  • -
  • Event Horizontal Timeline
     [event-list style='timeline' timeline-mode='horizontal'] 
    View Example
  • -
  • Event Carousal Style
     [event-list style='grid' pagination='carousal' carousal-dots='yes' carousal-nav='yes' column=3]
    View Example
  • -
  • EventWise Speaker list:
    [event-speaker-list event=EventID]
    View Example
  • -
  • Event Cart Section only:
    [[event-add-cart-section event=EventID]
    View Example
  • -
- + +

Here is All Shortcode list we have available

+
    +
  • All Event List Style : +
    [event-list style='list'] 
    View Example
  • +
  • All Event List minimal Style +
     [event-list style='minimal' show=10 pagination='yes'] 
    View Example
  • +
  • All Event list in Native Style +
    [event-list style='native' show='8' pagination='yes'] 
    View Example
  • +
  • All Event Grid Style : +
    [event-list column=3] 
    View Example
  • +
  • Show only Event Title with Order: +
    [[event-list style='title']
    View Example
  • +
  • All Events With Organizer filter : +
     [event-list org-filter=yes style=grid]
    View Example
  • +
  • All Events With Pagination : +
     [event-list style='grid' pagination=yes show=4]
    View Example
  • +
  • All Events with category Filter : +
     [event-list cat-filter=yes style=grid] 
    View Example
  • +
  • Event by Category : +
     [event-list cat=44]
    View Example Here 44 is Category Id, you need to replace as your need
  • +
  • Event by Organizer: +
    [event-list org=49] 
    View Example Here 49 is organizer ID, you can to replace as your need
  • +
  • Event Expire list: +
    [expire-event-list]
    View Example
  • +
  • Show only 10 events: +
     [event-list show='10']
    you can change show='Any number as your need'
  • +
  • Show events grid with 3 column: +
    [event-list column=3]
    Here 3 is number of colunn in grid, you need to replace as need
  • +
  • Show Events by a City: +
    [event-list style='grid' city='Dhaka' column=3 show=8]
    Here Washington is city name, you can change as your need
  • +
  • Show list of City name of upcoming Events: +
    [event-city-list] 
    All Upcoming Events City name will display with this Shortcode
  • +
  • Event Filter by country +
    [event-list style='grid' country='India' column=3 show=8]
    +
  • +
  • Event Vertical Timeline: +
    [event-list style='timeline' timeline-mode='vertical'] 
    View Example
  • +
  • Event Horizontal Timeline +
     [event-list style='timeline' timeline-mode='horizontal'] 
    View Example
  • +
  • Event Carousal Style +
     [event-list style='grid' pagination='carousal' carousal-dots='yes' carousal-nav='yes' column=3]
    View Example
  • +
  • EventWise Speaker list: +
    [event-speaker-list event=EventID]
    View Example
  • +
  • Event Cart Section only: +
    [[event-add-cart-section event=EventID]
    View Example
  • +
+
- +
- icon + icon
@@ -91,15 +112,15 @@
- +
Where can I find “Attendee registration Form?
-

To enable attendee form you must first install a premium addon name “Form Builder”. Once you are done with installing – Click on “Events”> Click on “All Events”> Click on Edit of any existing event> Scroll down below to find "Attendee Registration Form"

+

To enable attendee form you must first install a premium addon name “Form Builder”. Once you are done with installing – Click on “Events”> Click on “All Events”> Click on Edit of any existing event> Scroll down below to find "Attendee Registration Form"

How can I see event wise registered attendee list?

: If you visit attendee list menu in event section then you will see all attendee list here. You can filter choosing event name and date if event is recurring event.

-
+
How can I Export attendee list as CSV?

If you visit attendee list menu in event section then you will see all attendee list here. You can filter choosing event name and date if event is recurring event. After filtering right section there is 2 button to export attendee and extra service

@@ -107,7 +128,7 @@
My plugin page shows 404 error?

: Please re-save the permalink to solve the problem.

-
+
Where Can I change Event Slug Url?

In Event Settings area we have slug changing option. You can change it and resave permalink to avoid 404 error.

@@ -115,7 +136,7 @@
Where Can I configure Pdf Email ?

: If you visit Event settings page then You will see PDF email tab top right, you can configure pdf email here.

-
+
I have configured correctly but pdf email I am not getting.

PDF email with pdf send based on some configuration. If order status processing or complete then only pdf email will send as we considered these 2 order status come after order payment done. If order status holds or pending, then email of pdf will not send.

@@ -123,36 +144,36 @@
Can I hide any section from event list and details page

: Yes You can hide any section from event list and details page. If you go event settings area in general section, you will find lots of settings regarding all section.

- -
+ +
How Can I configure Virtual Event

: For virtual event we know there should not have any location or physical address so we recommend to use template virtual that we have during event adding time and also you can use location hide settings from list and details page.

- -
+ +
I installed event manager plugin but it does not work?

: Please install WooCommerce plugin first, before installing any plugin.

- -
+ +
Do you offer customization?

: Yes! we offer customization service for our client. If you want any new features don’t -hesitate to contact us. Email: magepeopleteam@gmail.com.

-
-
+ hesitate to contact us. Email: magepeopleteam@gmail.com.

+
+
- +
- icon + icon
- icon + icon

Missing And Feature?

We are always interested to enhance our plugin feature if you have a good idea please let us know.

@@ -164,61 +185,58 @@ hesitate to contact us. Email: magepeopleteam@gmail.com.

+ .shortcode h2 { + border: 2px solid #ff555d; + color: #ff555d; + margin-bottom: 40px; + width: 60%; + } + \ No newline at end of file diff --git a/inc/welcome/welcome.php b/inc/welcome/welcome.php index 87885d0..4f5d6cd 100644 --- a/inc/welcome/welcome.php +++ b/inc/welcome/welcome.php @@ -1,40 +1,40 @@ -
- banner -
-
-
-
- logo -
-
-
-

What's Inside

-

The MagePeopleAddons Pro

-
-
-
-
-
    -
  • -
  • refresh
  • -
  • rocket
  • -
-
    -
  • settings
  • -
  • reading
  • -
  • graph
  • -
-
    -
  • gift
  • -
  • -
  • -
-
-
-
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -47,21 +47,21 @@ after ticket purchasing etc.

- icon + icon

Attendee Management

Attendee can be managed easily with attendee form builder and attendee information can edit also can export as CSV

- icon + icon

PDF Ticketing

every ticket purchased a pdf ticket will be generate that can print as entry document, different pdf template possible.

- icon + icon

Emailing Features

Pro version has email feature, after purchase complete, pdf ticket can send to buyer by email, it has customize email shortcode.

@@ -72,7 +72,7 @@
- unlimited + unlimited
@@ -97,7 +97,7 @@ $obj = json_decode($data, true); if (is_array($obj) && sizeof($obj) > 0) { - ?> + ?>
    @@ -130,5 +130,7 @@
\ No newline at end of file