Posted: February 4, 2014 at 3:28 pm
|
Hello, I am really struggling to get what I want out of the plugin, I have two uses for it and Im sure its manageable but I cant just quite get the format right. I have event pages which are posts on my site, for example a running event post http://sportforstreets.com/great-manchester-run/ Can you help? |
|
Hi Dave, The event you linked to (in good old Manc!) is broken slightly due to the reCAPTCHA system – you need to either add in an API key or disable reCAPTCHA in the general settings. Because I can’t see the full event I’m not 100% sure what exactly you are referring to. If you could fix the event or clarify the URL (or both) I’m happy to take another look and help you out. |
|
Dean, Thats great, I have it working now. What is the best way to edit the way this looks as you can see on my page that it isn’t very appealing. There is a lot of space and I feel it could be tidier. What is the best way of editing the shortcode so that it appears how I would like it? Event Title: This will then take it to the registration page and email which I think I may have sorted now. THanks Dave |
|
Hi Dave, To achieve that you will need to get your HTML & PHP hat on and edit the the template file, in this case it is the registration_page_display.php. You can copy that file and the registration_page.php file (important!) to uploads/espresso/templates directory and edit them there to avoid updates deleting your changes. Please note that modifying these files will affect ALL of your registration pages, as the single event shortcode uses the same template. Also please note that it will have to be: First Name: or a similar structure as the plugin requires the first/last names individually. |
|
Dean, I have opted for a simpler method to avoid messing with code and changing core files. I’m sure someone else has used Event Espresso for similar activity, do you know of any other cases? Thanks Dave |
Hi Dave, Could you post up an example so we can see what is happening please? |
|
|
Yes, Its under the Great Manchester Run page which I think is automatically generated. So click the ‘sign up now’ button. Thanks |
|
Hi Dave, I went to the Great Manchester Run page (http://sportforstreets.com/great-manchester-run/), clicked the Sign Me Up button and it correctly goes to the event registration page. |
|
Yes, it should. Dave |
HI Dave, The reason the sidebar is being pushed away is due to the container div being closed before the sidebar is loaded. Do you have any custom templates running? |
|
|
I had one which I wasnt using and deleted it. I have checked all of the code on Page.php and it seems legit. |
Just to give you a better idea of where this may be output from, it is the closing div tag here http://d.pr/i/HIgv which is closing the ‘Main Container’ above http://d.pr/i/tTKW Looking at the code that should not (and is not on other pages) be closing until after the footer. |
|
The support post ‘Charity Event Registration’ 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.