Posted: March 10, 2013 at 4:00 pm
|
Hi, the plugin I purchased for members only events seems to work great. I am wondering if there is any way that members can cancel their spot on the event without having to get into the dashboard area? My site is designed so that I don’t really want anyone to be in that area except me. I realize that they don’t have all the abilities I do, but I still like to just keep them on the front end of the site. Is this possible? If not, is there a way to make it so if they are in the dashboard, they can’t see things like “posts/comments/media/profile/tools”? That is all visible when they go in there. I guess profile is okay since that is where their profile is and where “events” they are registered for as well. But I’d really just like them to be able to cancel from the front end if possible. Thanks! |
|
Yes. Create a page called My Events (or something like that). Put the following shortcode into the page input area: |
|
Hi Brian, As Annunziata correclty says you can use that shortcode for front end cancellations etc. It is straightforward to use but the documentation is here https://eventespresso.com/wiki/shortcodes-template-variables/#my-events if needed. |
|
I actually ended up just using the short code to show a list of attendees. For some reason, on the very first event after the very first attendee only it puts a paragraph spacing or something. I used the chrome inspect element to show you exactly what I mean in a screen capture. Can you tell me how to get rid of that space between those first 2 names? Thanks! |
|
Not sure why thats there, you could target it with CSS though
|
|
Hmmmm, I put that in my style.css at the bottom and the space is still there. |
Brian — Can you provide a link to your site? It’s really hard to troubleshoot CSS without being able to look at the site. It’s possible your theme is inserting Edit: Looking at your code, it looks like that’s actually what’s happening. You may be able to disable this by finding that function in your theme’s functions.php file and commenting it out. It would probably be hooking into |
|
|
Hi… You have to be logged in to see anything on this part of the site so I created an account for you. Login is test/test |
Hi Brian, We’d need to know where your site is in order to take a look. |
|
|
Thought I put that in the last post. Duh. http://www.socalstandup.com/booking |
Hi Brian, It looks like its the little microphone image being floated to the right, and the float isn’t being cleared properly so that’s what’s causing the gap after only the very first attendee. You could try wrapping the span that has the class of alignright in a div, then applying a clearfix to the containing div. Here’s a clearfix that I use: |
|
|
Ahhhhhhhhhhhhh… That’s my avatar actually. I don’t even care if that shows really. The funny thing is I somehow added that like a year ago because I wanted posts to show that and I don’t even remember how I did it. I don’t mind just removing it. Any chance you can see how or where that is coming from? Doesn’t seem to be a plugin. |
|
Without being able to see the admin I would say one of 3 places: functions.php |
|
Yep it was in functions.php. Thanks for your help! It removed the avatars from my blog page too which I didn’t want, but I don’t know php well enough to specify just one place to or not to be. |
|
Brian, If its removed everything then perhaps its not the functions.php where you need to remove it. More likely it is in the page or page template where that specific avatar is being requested. |
The support post ‘Members Add On Question’ 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.