📕
Meup - Marketplace Events WordPress Theme
  • READ THE FIRST
  • Global
    • Youtube Tutorials
    • Install Theme
    • Update Theme/Plugins
      • Automatic Update
      • Manual Update
    • Support Theme
  • Basic
    • Header Settings
    • Update Footer
    • Home Page
    • Theme Options
      • Typography
      • Layout Global
      • Header Global
      • Footer Global
      • Blog
      • Event
      • Venue
      • Author
      • Site Identity
  • Main Features
    • How to make money with Theme?
    • VENDORS FEATURES
      • READ THE FIRST
      • Package
      • Create Event
        • Basic
        • Ticket
          • Internal link - No Seat
          • Internal link - Simple Seat
          • Internal link - Map
          • Event Online (Virtual Online)
          • External Link
          • Customize Template
        • Calendar
        • Coupon
        • Staff member
        • Cancel booking
        • Extra Service
      • My Listings
      • Wallet
      • General
      • My Bookings
      • My Wishlist
      • My Profile
    • USER FEATURES
      • READ THE FIRST
      • My Bookings
      • My Wishlist
      • My Profile
    • ADMIN FEATURES
      • Create Event
      • Manage Event
      • Manage Packages
      • Manage Venues
      • Manage Categories
      • Manage State, City
      • Manage Custom Taxonomy
      • Manage Custom Checkout Fields
      • Manage all Bookings
      • Manage all Tickets
      • Report Sales
      • Report User
      • Cancel/Refund Booking
      • Manage Withdraw and Payout
        • Method 1
        • Method 2
    • Settings
      • General
      • Event
      • Package
      • Checkout
      • Cancel Booking
      • Mail
      • Tax & Profit
      • Role
      • PDF Invoice
      • Ticket Transfer
      • Date Format
    • Elements in page
      • Search Form
      • Search Half Map
      • Event Category
      • Event Slider
      • Location Event
      • Event Slideshow
      • Event Grid
  • Login/Register User
    • READ THE FIRST
    • Setup Login, Register
    • Customize Register User Form
    • Admin Approve Vendor
  • Scan QR code in ticket
    • READ THE FIRST
    • Via Mobile Phone
    • Via Application
      • Install Application
      • Use Application
      • Customize Application
    • Via a link
    • Note
  • Frontend
    • Change Slug event
    • Event Archive Template
    • Event Detail Template
    • Cart Event Page
    • Checkout page in WooComemrce
    • Author Page
    • Customize PDF Ticket
    • Disable Marketplace
    • Vendor Dashboard
    • Mail
    • Update Sharing Social
  • Other
    • Mail chimp setting
    • Google Map
    • Translation
    • Find Icons
  • FAQs
    • Can't Book Events
    • Cart Event Error
    • Admin will approve event before publish it.
    • Login before booking event
    • when i create events, there is not ''booking button'' but ''share button''
    • Get Token Instagram
    • The vendor submit event without register package
    • Search go to home page
Powered by GitBook
On this page
  • 1: Choose Default Menu in Vendor Dashboard
  • 2: Genreal
  • 2.1 Remove "General" Menu in Sidebar
  • 2.2 Customize Template
  • 3: My Listings
  • 3.1 Remove "My Listings" Menu in Sidebar
  • 3.2 Customize Template
  • 4: Create Event
  • 4.1 Remove "Create Event" Menu in Sidebar
  • 4.2 Customize Template
  • 5: My Bookings
  • 5.1 Remove "My Bookings" Menu in Sidebar
  • 5.2 Customize Template
  • 6: Tickets Received
  • 6.1 Remove "Tickets Received" Menu in Sidebar
  • 6.2 Customize Template
  • 7: Package
  • 7.1 Remove "Package" Menu in Sidebar
  • 7.2 Customize Template
  • 8: Wallet
  • 8.1 Remove "Wallet" Menu in Sidebar
  • 8.2 Customize Template
  • 9: My Wishlist
  • 9.1 Remove "My Wishlist" Menu in Sidebar
  • 9.2 Customize Template
  • 10: My Profile
  • 10.1 Remove "My Profile" Menu in Sidebar
  • 10.2 Customize Template
  • 11: Logout
  • 11.1 Remove "Logout" Menu in Sidebar

Was this helpful?

  1. Frontend

Vendor Dashboard

Add hook code to functions.php file in child theme

PreviousDisable MarketplaceNextMail

Last updated 9 months ago

Was this helpful?

1: Choose Default Menu in Vendor Dashboard

Add bellow code to functions.php file in child theme

- Choose profile tab
add_filter( 'el_manage_vendor_default_page', function(){ return 'profile'; } );
- Choose listing tab
add_filter( 'el_manage_vendor_default_page', function(){ return 'listing'; } );
- Choose package tab
add_filter( 'el_manage_vendor_default_page', function(){ return 'package'; } );
- Choose my booking tab
add_filter( 'el_manage_vendor_default_page', function(){ return 'mybookings'; } );
- Choose Create event tab
add_filter( 'el_manage_vendor_default_page', function(){ return 'create-event'; } );
- Choose my wishlist
add_filter( 'el_manage_vendor_default_page', function(){ return 'wishlist'; } );

2: Genreal

2.1 Remove "General" Menu in Sidebar

add_filter( 'el_manage_vendor_show_general', '__return_false' );

2.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/general.php
to
themes/meup-child/eventlist/vendor/general.php

3: My Listings

3.1 Remove "My Listings" Menu in Sidebar

add_filter( 'el_manage_vendor_show_my_listing', '__return_false' );

3.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/events.php
to
themes/meup-child/eventlist/vendor/events.php

4: Create Event

4.1 Remove "Create Event" Menu in Sidebar

add_filter( 'el_manage_vendor_show_create_event', '__return_false' );

4.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/edit-event.php
to
themes/meup-child/eventlist/vendor/edit-event.php

5: My Bookings

5.1 Remove "My Bookings" Menu in Sidebar

add_filter( 'el_manage_vendor_show_mybooking', '__return_false' );

5.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/mybookings.php
to
themes/meup-child/eventlist/vendor/mybookings.php

6: Tickets Received

6.1 Remove "Tickets Received" Menu in Sidebar

Go to Events >> Settings >> Ticket Transfer >> Uncheck "Allow Transfer Tickets" setting.

6.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/tickets_received.php
to
themes/meup-child/eventlist/vendor/tickets_received.php

7: Package

7.1 Remove "Package" Menu in Sidebar

Go to Events >> Settings >> Package >> Checked "Hide Package" setting.

7.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/package.php
to
themes/meup-child/eventlist/vendor/package.php

8: Wallet

8.1 Remove "Wallet" Menu in Sidebar

Go to Events >> Settings >> Tax & Profit >> Manage Payout by >> Closed Event

8.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/wallet.php
to
themes/meup-child/eventlist/vendor/wallet.php

9: My Wishlist

9.1 Remove "My Wishlist" Menu in Sidebar

add_filter( 'el_manage_vendor_show_wishlist', '__return_false' );

9.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/wishlist.php
to
themes/meup-child/eventlist/vendor/wishlist.php

10: My Profile

10.1 Remove "My Profile" Menu in Sidebar

You have to customize it in child theme

Copy file
plugins/eventlist/templates/vendor/sidebar.php
to
themes/meup-child/eventlist/vendor/sidebar.php

10.2 Customize Template

Copy file
plugins/eventlist/templates/vendor/profile.php
to
themes/meup-child/eventlist/vendor/profile.php

11: Logout

11.1 Remove "Logout" Menu in Sidebar

You have to customize it in child theme

Copy file
plugins/eventlist/templates/vendor/sidebar.php
to
themes/meup-child/eventlist/vendor/sidebar.php