• Resolved wplor

    (@wplor)


    Hi,

    I saw you already shared a way to show all tables as list on desktop, but I was wondering if there’s a way to show a specific time table in list mode, regardless if you are viewing it on desktop or mobile, maybe by creating a custom class and assigning it to the table?

    I tried the additional CSS you suggest to change them all to list mode:

    .mptt-shortcode-wrapper .mptt-shortcode-list {
    display: block;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table {
    display:none !important;
    }

    but it didn’t work, I even tried the one suggested by the user that asked how to change them all:

    @media screen and (min-width: 673px) {
    .mptt-shortcode-wrapper .mptt-shortcode-list {
    display: block !important;
    }
    .mptt-shortcode-wrapper .mptt-shortcode-table {
    display:none !important;
    }
    }

    and it didn’t work.

    Thanks for your help

Viewing 1 replies (of 1 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi @wplor,
    Yes, you may add a custom class parameter to shortocde or block of the timetable and then add the name of this class to the CSS code. Though it is weird that CSS for all timetable does not work on your site. Could you provide your site URL where we can find the timetable so we will check this?
    Note: we need just a link do not post access details to your site here.

Viewing 1 replies (of 1 total)
  • The topic ‘Show events in list for selected time tables’ is closed to new replies.