Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter wwwcre8r

    (@wwwcre8r)

    Specifically this affects the logo shown on the generated PDF invoice/ ticket.

    On the invoice/ ticket preview, which is HTML, I’ve found that removing
    height="36"
    in
    \wp-content\plugins\mec-invoice\templates\email-tickets.php

    Will allow the logo to be full width.

    I’m still looking for how to affect the display of the logo in the generated PDF though.

    Thread Starter wwwcre8r

    (@wwwcre8r)

    okay, found it!

    I’ve found that commenting out line #264
    height: 20px !important;
    in
    \wp-content\plugins\mec-invoice\templates\email-invoice-ticket.php

    Will allow the logo to be full width, in the generated PDF

    Thread Starter wwwcre8r

    (@wwwcre8r)

    Actually if I add this CSS to

    MEC > Settings > Invoice Options

    Invoice Custom Styles
    .mec-ticket-logo {height: auto !important;}

    It fixes the log issue everywhere and I don’t have to edit plugin files.

    Plugin Contributor webnus

    (@webnus)

    Hi @wwwcre8r,

    I’m glad it is fixed.

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Requirements for that logo on Ticket?’ is closed to new replies.