Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @musictomy,

    Regarding the shortcode visibility, in fact, this feature adds the ability to hide the current event to all MEC Shortcodes.

    Regarding this option in FES, this is forwarded to the developer team and it will be improved for the next updates.

    For now, you can put the CSS code below in MEC Settings > Custom CSS to hide it in the front-end event submission:

    .mec-fes-form #mec_public {
        display: none;
    }

    Best Regards

    Thread Starter musictomy

    (@musictomy)

    So this in fact should not be appearing for Users at the frontend and is a bug?

    Adding that css:
    .mec-fes-form #mec_public {
    display: none;
    }

    Will that just hide what I have sais, as surely this should not be visible to users and only admin?

    Plugin Contributor webnus

    (@webnus)

    Hello @musictomy,

    Actually, we will add a new option to show/hide, so you can decide whether your website needs it or not!

    Using CSS code you can hide this feature for all end-users.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Visibility (Show on Shortcodes) explanation please’ is closed to new replies.