cost field on mobile screen

Home Forums Calendar Products Events Calendar PRO cost field on mobile screen

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1215249
    Muriel
    Participant

    Hi there,
    i got a little problem
    In the event loop. the cost field is not displayed on mobile view.
    Is there a possibility to let the user see the costs for en event on mobile view too?
    I mean to remember that it was displayed earlier.

    Kind regards
    Conny

    #1215642
    Cliff
    Member

    Hi, Muriel / Conny.

    I tested all browser widths for my local testing site and also for your site and didn’t experience what you described. Here’s a video of my testing: https://cl.ly/1I1y3u1e2T0s

    Please provide additional details to attempt to replicate this issue (such as a specific device or screen width), or please let me know that your issue is resolved.

    Thank you.

    #1215711
    Muriel
    Participant

    Hi Cliff,

    in the video you gave to me, i see the single views. Single view is not my problem.
    What i ment, was or ist the view of the list view. I gave you the url for it.
    http://www.kinderagenda.ch/veranstaltungskalender
    directly this vie ist wrong on mobile vie like handy.

    kind regards
    Conny

    #1215809
    Cliff
    Member

    Thanks for clarifying.

    Yes, this is coming from http://www.kinderagenda.ch/veranstaltungskalender/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full-mobile.min.css?ver=4.3.5 for media=”only screen and (max-width: 768px)”

    You could add this CSS to undo that hiding:

    body.post-type-archive-tribe_events .tribe-events-list .tribe-events-event-cost {
    display: block;
    }

    Please let me know how this goes for you.

    #1216388
    Muriel
    Participant

    THX
    pefect.

    Kind regards
    Conny

    #1217137
    Cliff
    Member

    I’m glad that did it for you! Thanks for letting me know.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘cost field on mobile screen’ is closed to new replies.