Posted: April 4, 2013 at 6:55 pm
|
Wasn’t sure where to put this, but I am using an add to cart button on my events (in the description using the provided shortcode) and not using the default registration form. When I choose no for the ‘display registration form?’ option, it hides the events start time/end time and price, as well as the form. Any way to change that so that they continue to show up when the form isn’t being displayed? Example event with the form hidden: And here is another event with the form displayed: Thanks as always! |
|
Hello Yolande, The best way to resolve this would be to move the times in the template files so they are outside of the section that gets hidden. In the registration_page_display.php file there is a block of text around line 155 that looks like this
All you would need to do is change it to look like this
It literally just moves the time outside of the block that gets hidden. |
|
Awesome, thanks! I also moved up the code that displays the event price and stuck it beneath the even time:
And it is showing now as well, so I think I am good to go. |
|
And I don’t know what happened with my code copy and pasting, this is what I wanted to show:
|
|
Alright last attempt, here is a screenshot link! My post is displaying differently than what shows up in the preview. |
|
Hi Yolande, Pastebin.com is an excellent way to share code, especially as the forum here tends to strip the code out unless you are an admin. Let me know if you have any troubles with the code! |
The support post ‘Hiding registration form hides event price/time’ 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.