Price not showing in List View (on iphone)

Home Forums Ticket Products Event Tickets Plus Price not showing in List View (on iphone)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1177832
    Kate
    Participant

    Hi, Is it me or has list view never shown the price on the iphone? I am a bit confused as I have had a developer doing a bit of tweeking on the view and now I don’t whether I just didn’t notice it before or it is my developer doing things they shouldn’t!

    #1178126
    Cliff
    Member

    Hi Kate.

    You can view our demo site if you ever want to refer to how things should be acting: http://wpshindig.com/events/list/

    However, I’m not sure any of the events there have a cost, so I tested on my localhost and the /wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full-mobile.min.css file has this rule:

    .tribe-events-list-separator-year,
    .tribe-events-list .tribe-events-event-cost {
    display: none;
    }

    This file only loads for max-width: 768px, which is why the cost is not hidden on desktop.

    Your site may be loading a different CSS file depending on your “Default stylesheet used for events templates” option at wp-admin > Events > Settings > Display tab, but I think it’s safe to say it’s probably always been this way for all stylesheet options (just my guess).

    Please let me know if you have any follow-up questions on this topic.

    #1178928
    Kate
    Participant

    Thank you!

    #1178963
    Cliff
    Member

    No problem. Have a great one!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Price not showing in List View (on iphone)’ is closed to new replies.