Support

Home Forums Event Espresso Premium List the price points in Event List

List the price points in Event List

Posted: July 5, 2012 at 5:24 pm


Jim Felder

July 5, 2012 at 5:24 pm

In the list of events on my event list page, each event shows one of the prices. Can I show all of them somehow or remove the price all together?

It’s confusing having the lowest price show up when there are other prices. You don’t see those until in the “finish registration” process.”

Thank You
Jim


Josh

  • Support Staff

July 6, 2012 at 11:08 am

The easiest would be to hide the price with CSS:

/* hide the event price in the event list */
p.event_price {display:none;}


Jim Felder

July 6, 2012 at 12:39 pm

Thanks Josh, what file/CSS would I add this to? ThemeRoller? Espresso? Can I put it in my Child CSS?


Jim Felder

July 6, 2012 at 12:47 pm

I would like to be able to eliminate the price for a specific event and not all.


Josh

  • Support Staff

July 6, 2012 at 3:07 pm

I’d recommend the child theme’s css file.

You can hide the price for a single event if you target the specific element’s ID (based on the event ID).
Example:

p#p_event_price-1 {display:none;}

will hide the price for the event with the ID of 1


Jim Felder

July 6, 2012 at 3:10 pm

Well, this is what my child theme has in it and it doesn’t work. Does it make a difference if the page is an [event_list]?

/*
Theme Name:     Basic Child
Description:    Child Theme for Basic
Author:         jimfelder
Template:       Basic

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../Basic/style.css");

.home .titles {
    display: none;
}


.red-buttons {
margin-left: 200px;
}

p#p_event_price-10 {display:none;}
  • This reply was modified 11 years, 9 months ago by  Jim Felder.


Josh

  • Support Staff

July 6, 2012 at 3:27 pm

Have you tried clearing the cache after saving that CSS? I recommend inspecting that element in firebug or a similar tool if the changes do not show up.


Jim Felder

July 6, 2012 at 4:02 pm

I found this line in Firebug but honestly I don’t know what I’m looking for at this point. I tried adding the {display:none;) after the -10″ and before class=

Price: $25.00

I saw something online that you could edit with firebug.

  • This reply was modified 11 years, 9 months ago by  Jim Felder.


Jim Felder

July 6, 2012 at 4:15 pm

“event_price” id=”p_event_price-10″ class=”section-title”

  • This reply was modified 11 years, 9 months ago by  Jim Felder.


Jim Felder

July 8, 2012 at 9:55 pm

Still unable to get this to work.


Chris Reynolds

  • Support Staff

July 9, 2012 at 8:39 am

Do you have your site on a dev server online so I can take a look? You could try taking the p out and just do:

 #p_event_price-10 { display: none; }


Jim Felder

July 9, 2012 at 9:13 am

No I don’t think so. It’s on a shared server at gate.com.
Here is what I put in my child theme and the price is still there.

/*
Theme Name:     Basic Child
Description:    Child Theme for Basic
Author:         jimfelder
Template:       Basic

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../Basic/style.css");

.home .titles {
    display: none;
}


.red-buttons {
margin-left: 200px;
}

#p_event_price-10 { display: none; }


Chris Reynolds

  • Support Staff

July 9, 2012 at 9:15 am

I can’t help if I can’t see what the issue is. Both Firebug and Google Chrome’s inspect element tool allow you to edit the CSS displayed on the page and see the results live. You might try adding an !important at the end of your display: none; Other than that, I’d need to see it to know what’s causing that not to work.


Jim Felder

July 9, 2012 at 9:23 am

So how do I send you a private message? Would I set you up as an admin?


Josh

  • Support Staff

July 9, 2012 at 11:06 am

Use the contact form: https://eventespresso.com/contact/

If the site is publicly viewable, we do not need an admin account.


Jim Felder

July 9, 2012 at 11:09 am

Oh, so you just needed a link to the site? I thought you needed to login and see the code or something.

Here’s a link to the registration page:
http://www.ppok.org/register/

I want to hide the price of the very last item.


Josh

  • Support Staff

July 9, 2012 at 11:46 am

It looks like the current theme stylesheet that is being loaded is style_Red.css. Did you activate the child theme?

I recommend contacting the theme author on how to set up a child theme, or applying your style changes by using the “My custom CSS” plugin.


Jim Felder

July 9, 2012 at 11:49 am

Well, I did setup the child them but it has different color themes for the theme itself. Elegant Themes – Basic. I’ll try that plugin. Thank You.


Jim Felder

July 9, 2012 at 11:52 am

Well, I had no idea that plugin existed. I feel like I’ve had to add several plugins to this site to make things work like I want them to. It seems a bit sluggish at this point. The more plugins the more chance for breakage.

Thanks for the help Josh. You’ve been a big help. I’m sure I’ll have other questions but I hope not.


Josh

  • Support Staff

July 9, 2012 at 12:58 pm

The My custom CSS plugin wouldn’t be absolutely necessary to use. Does theme you’re using support using a child theme? Sometimes themes will have a theme options page where you can input your own custom CSS.

The support post ‘List the price points in Event List’ 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