Posted: January 31, 2017 at 9:52 am
|
Hi there, After the update the “register now” button is completely gone. So I was wondering why this is. NOW – in some update in the past you must have moved the “register now” button within that very DIV. But you did not move the “show details” btn. You can see what I mean in this screenshot: So how can I fix that? I still want to hide the class .tkt-slctr-tbl-wrap-dv but of course I DO want to see the register button. Thanks for any help! bye |
Hi Andy, You’ll need to remove the style rule that hides the .tkt-slctr-tbl-wrap-dv div. As you’ve found, the registration button is within that div. May I ask what is it exactly that you’re trying to hide? |
|
|
hehe, well I’m trying to hide exactly this DIV – except the register button. You can see it here: With Web-Dev-Tools you can remove the style rule and see what it looks like then. |
You shouldn’t be using CSS for this. Instead, you can go to Event Espresso > Events > Templates and look for “Event List Pages” options, where you set “Display Ticket Selector” to No. |
|
|
Ok, thanks! Right now the first event shows correctly “show details” as the event already startet January 19th. The secon event will start in October so it has to say “regiser now”. Do you have an idea why and how this can be fixed? Thanks again! Great support here :-)) |
The reason why is because when the ticket selector isn’t actually in the HTML, they are no longer submitting a form with their ticket selectors. Basically what you were doing before was hiding the inputs with CSS, and they were submitting a form. If you want to keep that behavior, then you can use CSS, but your CSS needs to be specific or you’ll continue running into issues where you intend to hide one thing, but end up hiding other things. Here’s an example of some more specific CSS:
|
|
|
Hey Josh, In v4.9.0 I could hide the class and the button was still visible. |
Sorry, the above should be changed to be:
This way you won’t be hiding any buttons, just the table, and only on the event lists. |
|
|
Hi Josh, https://www.dropbox.com/s/ltyi3w4mtg3l4fn/ee2.png?dl=0 – the button is on the right side instead of left I think I can handle this with CSS tweaks. Thanks and have a good one! |
Hi Andy, I had nothing to do with moving those things, but I can tell you that there has been a number of bugs with the ticket selector markup as well as some new features added there and in order to make everything work some things were moved around. |
|
The support post ‘Problem with ticket selector after update from 4.9.0’ 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.