Posted: 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 |
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. |
|
|
thanks second people could still sign up without giving there required information Thanks |
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.) |
|
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. |
|
|
Thanks how can i get access to the style.css thanks |
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 |
|
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.