Support

Home Forums Event Espresso Premium Show Details Link

Show Details Link

Posted: February 12, 2016 at 2:52 pm


Matthew Dell

February 12, 2016 at 2:52 pm

Hi,

I’m using EE4. I have set my template to show the ticket details but the text link is not showing. It would be even better to be able to show the entire ticket details by default.

What file do I need to edit or is this a CSS issue?

Thanks for the help!


Josh

  • Support Staff

February 12, 2016 at 4:08 pm

The text link not showing might be a CSS issue where links are set to match the background color or something. If you want the entire details sections to always display, you can add this to your custom stylesheet:

.tckt-slctr-tkt-details-dv {
display:table !important;
}
.display-the-hidden {
display:none !important;
}

If you don’t have a custom stylesheet, I can recommend installing the Reaktiv CSS Builder plugin which will add a custom CSS editor to your WordPress > Appearance menu. This way you don’t edit any files.


Matthew Dell

February 13, 2016 at 12:58 pm

Josh,

Thanks for the reply. However it seems like a javascript error as to why the show details link is not showing.

I noticed this in the CSS

.hide-if-no-js {
    display: none;
}

When I deselected I can see the link ‘show details’. However, when I click on the link nothing happens.

I am using EE Version 4.8.33.p, WP 4.4.2.

I’ll keep searching the forum if anyone else is having issue. I need to get this event going!

Thanks


Matthew Dell

February 13, 2016 at 1:01 pm

I just noticed that different page layouts are working differently.

The calendar page here: https://www.fgbmfamerica.org/event-calendar/ shows the show details link which actually works, but the event page does not: https://www.fgbmfamerica.org/events/2016-national-convention/.

Thanks


Tony

  • Support Staff

February 15, 2016 at 2:55 am

Hi Matthew,

The Event Calendar page is showing 404 not found.

The reasons the link is not appearing is the event espresso javascript file espresso_core.js is not being enqueued on the single event page, so even when using Chrome to force the link to show the JS that would make the link work is not loaded on the page.

I did notice that your event archive shows the link working – https://www.fgbmfamerica.org/events/

But the single event page does not –
https://www.fgbmfamerica.org/events/2016-national-convention/

Do you have any custom functions for Event Espresso at all?


Matthew Dell

February 15, 2016 at 5:34 pm

I embedded the event into this page https://www.fgbmfamerica.org/2016-national-convention/ and all functions seem to be working except the map to the venue.

I do not have any custom functions running in on the site or EE. Since the site is live it is a little difficult to switch the template to see it is a template issue. But it shouldn’t be.

Thanks


Josh

  • Support Staff

February 15, 2016 at 8:47 pm

Hi Matthew,

You can see some breakage on that single event page if you scroll to the bottom. Do you see that the entire footer is missing? Also, if you view source, then scroll to the bottom, it looks like the template isn’t pulling the footer template. Can you check the theme’s single.php template and make sure it has a call to the get_footer() function? It may help to compare your page.php theme template to see what it has there.


Matthew Dell

February 16, 2016 at 2:47 pm

Josh,

Thanks for the help. All fixed!

The support post ‘Show Details Link’ 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