Support

Home Forums WP User Integration Members Add On Question

Members Add On Question

Posted: March 10, 2013 at 4:00 pm


Brian Monarch

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!


Annunziata Gianzero

March 10, 2013 at 5:55 pm

Yes. Create a page called My Events (or something like that). Put the following shortcode into the page input area:
[ESPRESSO_MY_EVENTS]
Then you may direct them to that page and they can delete from there.


Dean

March 11, 2013 at 2:16 am

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.


Brian Monarch

March 19, 2013 at 10:11 pm

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!

enter image description here


Dean

March 20, 2013 at 2:11 am

Not sure why thats there, you could target it with CSS though

.espresso_attendee p { display; none; }


Brian Monarch

March 20, 2013 at 11:26 am

Hmmmm, I put that in my style.css at the bottom and the space is still there.


Chris Reynolds

  • Support Staff

March 20, 2013 at 2:03 pm

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 <p> tags — we’ve seen that in the past — so that extra space is coming from a <p> tag that your theme is injecting into the page.

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 the_content.


Brian Monarch

March 20, 2013 at 2:40 pm

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
And then once you’re in just click “Sardos Lineups” to see that page. Thanks so much!


Josh

  • Support Staff

March 20, 2013 at 3:29 pm

Hi Brian,

We’d need to know where your site is in order to take a look.


Brian Monarch

March 20, 2013 at 3:34 pm

Thought I put that in the last post. Duh. http://www.socalstandup.com/booking
Sorry.


Josh

  • Support Staff

March 20, 2013 at 4:46 pm

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:

http://nicolasgallagher.com/micro-clearfix-hack/


Brian Monarch

March 20, 2013 at 5:43 pm

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.


Dean

March 21, 2013 at 12:53 am

Without being able to see the admin I would say one of 3 places:

functions.php
the page with the attendee list shortcode on
a page template file via the theme


Brian Monarch

March 21, 2013 at 1:52 pm

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.


Dean

March 22, 2013 at 1:32 am

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.

Event Espresso