Posted: 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 |
The easiest would be to hide the price with CSS:
|
|
|
Thanks Josh, what file/CSS would I add this to? ThemeRoller? Espresso? Can I put it in my Child CSS? |
|
I would like to be able to eliminate the price for a specific event and not all. |
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).
will hide the price for the event with the ID of 1 |
|
|
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]?
|
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. |
|
|
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.
|
|
“event_price” id=”p_event_price-10″ class=”section-title”
|
|
Still unable to get this to work. |
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:
|
|
|
No I don’t think so. It’s on a shared server at gate.com.
|
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. |
|
|
So how do I send you a private message? Would I set you up as an admin? |
Use the contact form: https://eventespresso.com/contact/ If the site is publicly viewable, we do not need an admin account. |
|
|
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: I want to hide the price of the very last item. |
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. |
|
|
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. |
|
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. |
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.