• Resolved tmsteve

    (@tmsteve)


    I’m trying to override the login form that is displayed when “Booking Form Options -> Display login form?” is set to “Yes.” However, I’m not having any success.

    I am following the instructions found here: https://wp-events-plugin.com/documentation/using-template-files/

    To verify, this is the file I’m attempting to override:
    /wp-content/plugins/events-manager/templates/forms/bookingform/login.php

    And this is the location of my custom login file:
    /wp-content/themes/[theme-name]/plugins/events-manager/templates/forms/bookingform/login.php

    Am I doing something wrong with my file location?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tmsteve

    (@tmsteve)

    To be clear, it’s not as if there’s any sort of PHP error (or any errors, for that matter). It’s that my custom template isn’t being used at all. It keeps displaying the original login form from the plugin.

    Thread Starter tmsteve

    (@tmsteve)

    The problem has been resolved. The custom login file needed to be located at:
    /wp-content/themes/[theme-name]/plugins/events-manager/forms/bookingform/login.php. (Note the lack of “templates/”)

    • This reply was modified 3 years, 2 months ago by tmsteve.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Booking Login Form Template Override Not Working’ is closed to new replies.