Encoding/language troubles

Home Forums Welcome! Pre-Sales Questions Encoding/language troubles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1073301
    Maya
    Guest

    I have problem with encoding of Event Calendar. I succesfully tried to make some adjustments in custom theme with this guide: https://theeventscalendar.com/knowledgebase/themers-guide/

    It went allright, changes are visible, but i have trouble – when i hardcode there something with speciall czech charakters, it shows question marks instead of these special charakters. But the rest of the page shows the same characters well – problem is only on those modified places. Example of code in list/nav.php:


    <ul class="tribe-events-sub-nav">
    <!-- Left Navigation -->

    <?php if ( tribe_has_previous_event() ) : ?>
    <li class="<?php echo esc_attr( tribe_left_navigation_classes() ); ?>">
    " rel="prev">Minulé žádané akce
    <!-- .tribe-events-nav-left -->
    <?php endif; ?>

    <!-- Right Navigation -->
    <?php if ( tribe_has_next_event() ) : ?>
    <li class="<?php echo esc_attr( tribe_right_navigation_classes() ); ?>">
    " rel="next"><?php printf( __( 'Next %s <span>»</span>', 'the-events-calendar' ), $events_label_plural ); ?>
    <!-- .tribe-events-nav-right -->
    <?php endif; ?>

    #1073309
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    Thanks again!

    #1083904
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Encoding/language troubles’ is closed to new replies.