• Resolved diespeedy

    (@diespeedy)


    Hi all,

    I`m trying to overwrite the booking-fields.php (to delete phone number) and followed the readme.txt:

    “Any of these files in this folder can be individually overriden in your theme folder, making it upgrade safe without having to hack core plugin files directly.
    To override a file, copy (not move) the file to wp-content/themes/yourtheme/plugins/events-manager/forms/ and edit as needed.”

    That`s why I create the following structure below my child theme:
    plugins/events-manager/form/bookingforms

    I copied an adjusted version of booking-fields.php into this directory, but the field still exists. (If I use this file in the original directoy it works.)

    Does anyone know, why this doesn`t work?

    Thanks a lot.

    DieSpeedy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    does it work when trying the parent theme

    e.g.
    themes/Your Theme/plugins/events-manager/forms/bookingform/booking-fields.php

    Thread Starter diespeedy

    (@diespeedy)

    Yes, it does. But not inside the child theme. 🙁

    I face a similar issue, but I would like to use openstreetmap.org instead of google maps.

    I followed these instructions (but without success):
    This file contains the HTML generated for a single location Google map. You can copy this file to yourthemefolder/plugins/events/templates and modify it in an upgrade-safe manner. This file contains the HTML generated for a single location Google map. You can copy this file to yourthemefolder/plugins/events/templates and modify it in an upgrade-safe manner.

    Any help please?
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Overwrite in child theme not working?’ is closed to new replies.