• Resolved fiberlyone

    (@fiberlyone)


    I have set up a front end page to all a subset of users to edit their events (which I added, then changed ownership). I would like to do two things with the list/search page:

    1. Remove “Add New” button
    2. Add a link to another page on the site to the top of the page.

    Is this possible?

    Thanks

    https://wordpress.org/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, you’d need to create a custom version of this template:
    /events-manager/templates/forms/event-editor.php

    This tutorial explains how to create custom templates that are upgrade-safe:
    http://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter fiberlyone

    (@fiberlyone)

    I’ve used that the event-editor.php template to customize the single event page.

    If it is also for the initial list/search page, can you tell me what line would hide the “Add New” button?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to firebug or chrome then right click and use Inspect Element on the add new button to get it’s css class or id name then hide it using custom css styling instead.

    Thread Starter fiberlyone

    (@fiberlyone)

    I found it:

    /events-manager/em-templates-tags.php

    I removed the $show_add_new var to remove the Add New button.

    Inspect Element helped me find what to look for.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customize Front-End Event Management page’ is closed to new replies.