Support

Home Forums Event Espresso Premium Show Details icon is missing

Show Details icon is missing

Posted: May 2, 2023 at 10:23 am

Viewing 2 reply threads


Ted Karlsalr

May 2, 2023 at 10:23 am

Hi there,
recently, I noticed that the “Show Detail” icon is missing from the ticket selector in all events. Here is the website:
https://omnilargess.com/events/youth-summer-photography-program/

Cheers,


Tony

  • Support Staff

May 2, 2023 at 4:26 pm

Hi there,

With your WP Custom CSS is this:

@media (max-width: 640px) {
    .tkt-slctr-tbl,
    .spco-ticket-details {
        table-layout: fixed;
        font-size: .8em;
    }
    .tkt-slctr-tbl tr td {
        padding-left: 2px; 
        padding-right: 0; 
    }
    .tckt-slctr-tbl-td-name a {
        display: block;
    }
    .tkt-slctr-tbl-wrap-dv tr td
        padding: 1em 0 1em .5em;
        white-space: normal;
    }
    .display-tckt-slctr-tkt-details {
        display: none!important;
    }
    .spco-ticket-details tr td,
    .spco-ticket-details th td {
        padding: 1em 0 1em .5em;
    }
}
.single-espresso_events #secondary,
.post-type-archive-espresso_events #secondary {
    display:none;
}
.single-espresso_events #primary,
.post-type-archive-espresso_events #primary {
    width: 100%!important;
}
#ee-event-datetimes-ul-27456 {
display: none;
}

@media screen and (max-width:768px){
    #ee_filter_table .espresso-table-header-row .th-group:nth-of-type(3), 
    #ee_filter_table .space_remaining {
        display: none !important;
    }
}

This selector .tkt-slctr-tbl-wrap-dv tr td

is missing an opening parenthesis {

Which is then closing the media query and making this:

.display-tckt-slctr-tkt-details {
        display: none!important;
}

Run on all screen sizes.

Add the above { and it should fix it.


Ted Karlsalr

May 2, 2023 at 4:44 pm

Thank you Tony. You are awesome and thanks again for your fast respond. It fixed the issue.I am going to close this ticket.

Cheers
Ted

Viewing 2 reply threads

The support post ‘Show Details icon is missing’ 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