sergey

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Event Tickets Plus: Cyrillic text in tickets email. #1257818
    sergey
    Participant

    this line:
    <meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ />
    needs to be corrected to:
    <meta http-equiv=”Content-Type” content=”text/html” charset=”UTF-8″ />

    in reply to: ticket email template editing #1256914
    sergey
    Participant

    I meant that I need to change core file from plugin (QR.php), to change this text.
    I expected this could be done in ticket email template, which can be edited in my theme and will stay alive during plugin update.

    in reply to: Event Tickets Plus: Cyrillic text in tickets email. #1256913
    sergey
    Participant

    Andras, problem is that ANY cyrillic text in in tickets email is completely ignored.
    All other templates (woocomerce and other addons) are ok with cyrillic text.
    But tickets email template – not.

    And this is because this line in template (that you provide) contains error:
    <meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ />

    I fixed this error and cyrillic text went back.

    Solved.
    Please update template with correct line in futute releases.

    sergey
    Participant

    Solved. Found needed menu for orders.

    in reply to: ticket email template editing #1256267
    sergey
    Participant

    I know how to edit email template.
    I just see no text “Scan this QR code at the event to check in.” in email.php
    I want to translate this text to another laguage

    Update: found it in QR.php

    Solved. (But not so flexible with translation)

    in reply to: Event Tickets Plus: Cyrillic text in tickets email. #1256095
    sergey
    Participant

    Thanks for reply.
    How can I change/set encoding for the file? (I guess you mean email.php template file).

    I see this in existing header of template file(I did not change it):

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head>
    <meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ />
    <title><?php esc_html_e( ‘Your tickets’, ‘event-tickets’ ); ?></title>

    Does it mean that encoding is set to utf-8 or I need to make additional settings somewhere?

    • This reply was modified 9 years, 1 month ago by sergey.
Viewing 6 posts - 1 through 6 (of 6 total)