Viewing 4 replies - 1 through 4 (of 4 total)
  • Hiya,

    Are you referring to removing those from the front end editor, or the backend?

    You should be able to use the em_get_attributes filter to change those anyway…

    Thanks,
    Phil

    Thread Starter RetroTorque

    (@retrotorque)

    Hi Phil,

    From the front end.

    Okay, I’ll take a look.

    Thanks,

    Mat

    Thread Starter RetroTorque

    (@retrotorque)

    Think I’ve found a simple solution: hide via CSS. Tested on latest IE, Firefox, Chrome, Opera. (Apparently doesn’t work for IE6.)

    e.g. to hide ‘views’ label & input box:

    label[for=”em_attributes[views]”] { display:none;}
    input[name=”em_attributes[views]”] {display: none;}

    repeat for each label + input box that requires hiding.

    If anyone thinks it shouldn’t be done this way, please let me know.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    thanks for the update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hide certain event attributes on event form’ is closed to new replies.