• Resolved svartis

    (@svartis)


    In the field editor the field “Event Country” has suddenly appeared. This is not relevant for my use so I want to remove it – but I can’t? How come? It hasn’t been there before. How can I work around this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @svartis,

    Please remove it by overriding the template file: content-event-filters.php

    Regards,
    Priya

    lazyym

    (@lazyym)

    I deleted all the other countries in the field settings and used this in css. Seems to be working. Good luck getting effective support here.

    .fieldset-event_country{display:none;}

    matysek11

    (@matysek11)

    Hi, I had that same problem.. solve it like 5 minutes ago, so what I did was changed a lot of files but the last one (and also I think that was the problem) was wp-event-manager-field-editor.php (wp-event-manager\admin\wp-event-manager-field-editor.php). I changed line 126 and only erased the phrase ” <span style=”color: rgb(206, 145, 120); background-color: rgb(30, 30, 30); font-family: Consolas, “Courier New”, monospace; font-size: 14px; text-wrap: nowrap;”>’event_country'</span> ” from $disbled_fields.

    I hope it helps anyone, but if didnt you can text me on my gmail: [email protected]

    Btw “$disbled_fields” isnt a typo ??

    • This reply was modified 10 months ago by matysek11.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trying to remove field from field editor’ is closed to new replies.