Support

Home Forums Event Espresso Premium Hide the registration option on past events

Hide the registration option on past events

Posted: November 26, 2013 at 8:21 am

Viewing 6 reply threads


bkoutdoor

November 26, 2013 at 8:21 am

i would like to KEEP the past events on our calender but i don’t want people to sign up (since the date passed already) so is it possible to do that


Jonathan Wilson

November 26, 2013 at 9:06 am

Hi Yehudah,

Yes. Registration will close on the date that you set for the Registration End Date in the event set up. It will still show on the calendar.


bkoutdoor

November 26, 2013 at 9:08 am

thanks
i have another questions when someone signs up you can’t see the text that you are writing like your name and email address link below
http://www.bkoutdoor.com/event-registration/?regevent_action=register&event_id=14
how can i change that

second people could still sign up without giving there required information

Thanks


Jonathan Wilson

November 26, 2013 at 9:46 am

Hi Yehudah,

Can you try deactivating the Themeroller templates in Event Espresso > Template Settings? If that doesn’t work, then you could change the color: #ddd on line 1285 of your theme’s style.css file to something like color: #333.

For the required fields issue, there may be a theme function that is causing the issue. You can check for this by first switching to the TwentyTwelve theme (or any other theme from the wordpress.org theme repository, all of these themes pass a thorough code quality review before inclusion.)


Tony

  • Support Staff

November 26, 2013 at 10:12 am

Regarding the text issue.

Line 1341 of your themes .css file has:

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
border: 1px solid #71a4a1;
color: #000;
}

Basically that is saying any input of type text, password or email should have a border and a font colour of white (#fff) when in ‘focus’ as in being typed into.

Change the color to another color such as #000 (black) to be able to see the text.

The theme is actually loading the .css (and also some other scripts) twice within the page. Likely the theme has the css file ‘hardcoded’ within the header.php file. If you are not the theme developer I would contact them regarding this issue.

The ‘helper-plugins’ is also loading an out dated version of jQuery which is likely one of the reasons validation is not working. Again you may need to contact the author, or remove the outdated jQuery call from the plugin.

Apologies to be the bearer of bad news, these are the first few issue which will need to be resolved before we can see if there are any others.


bkoutdoor

November 26, 2013 at 10:19 am

Thanks

how can i get access to the style.css

thanks


Tony

  • Support Staff

November 26, 2013 at 10:45 am

Do you have FTP access to the site?

You’ll want to make a backup of the sites files before making any changes.

You can follow the guide posted here on how to backup the site
https://eventespresso.com/wiki/how-to-back-up-your-site/

Viewing 6 reply threads

The support post ‘Hide the registration option on past events’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso