• Resolved asapgmsl23

    (@asapgmsl23)


    Hey, is there a way to hide the dates of the events? I just want people to confirm whether they are attending or not but without showing the date.

    PLEASE, HELP! SOS!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author davidfcarr

    (@davidfcarr)

    Help me understand why you would want to do that. If it’s not an event with a definite date, you could just use a contact form plugin to take registrations.

    RSVPMaker does support showing the date but not the time (sometimes desirable if you want to explain the timing details like check-in versus event start in the body of the post, rather than simply showing start time).

    A CSS hack you could use is

    div.dateblock {
    	display: none;
    }

    If you added that from the Customize utility, it would hide date / time information across your site.

    Thread Starter asapgmsl23

    (@asapgmsl23)

    I need the dates to be private until an specific moment. I tryed this trick but hiding a different class.Thank you a lot! <3

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide the events dates’ is closed to new replies.