Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Malcolm

    (@malcolm-oph)

    The “stageshow-boxoffice-separator” line is there to separate blocks of tickets for the same performance, which it does by adding an empty separator row to the start of the table for each block, except the first. This is intended to improve the readability of the box office output, and generally works as intended. For further clarity, I’ve done some screenshots from my trial site with and without the separator rows, which can be seen here.

    It is worth noting that if the StageShow “Seats Available” settings is set, then this does provide a break between the blocks anyway, and the separator row is not really necessary. I’ll consider if it is better to remove the separator under these circumstances.

    A couple of other notes:

    You did not need to remove line 329, and doing so changes the box-office output so that duplicate date/time outputs are displayed. Example shown in the screenshots.

    If you need to remove the separator line, it would be best done with CSS, by adding the following to either a custom CSS file, or your theme:

    td.stageshow-boxoffice-separator
    {
    	display: none;
    }

    If you are still having issues, perhaps you could give me a link to your site (via my contact page here maybe) so I can see the problem for myself.

    Thread Starter doppl3r

    (@doppl3r)

    It’s all good.

    Without much investigation, I have a feeling it’s the clients theme causing this issue to arise.

    The good (commented out): https://i.imgur.com/17osYCb.png

    The bad (original code): https://i.imgur.com/C8Zxo2h.png

    Also, I think you’ve done an amazing job with this plugin. Thank you so much for all the hard work! I look forward to future updates c:

    Plugin Author Malcolm

    (@malcolm-oph)

    Almost certainly an issue with the theme. Did you try adding the CSS I suggested?

    Finally, Thanks for the encouragement … if you can spare the time, can I prompt you to add a short review!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘stageshow-boxoffice-separator issue’ is closed to new replies.