• Hello,

    in version 3.3.3 a line:

    /** This filter is documented in wp-includes/post-template.php */
                $title = apply_filters( 'the_title', $item->title, $item->ID );
    

    was changed to

    /** This filter is documented in wp-includes/post-template.php */
                $title = apply_filters( 'the_title', esc_html( $item->title ), $item->ID );
    

    The nav walker is outputting the Image url thinking it’s a text so WPML menu item now is “<span class=”wpml-ls-native” lang=”en”>EN</span>” insted of “EN”

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem and still waiting for a fix – in the mean time I’ve installed Rollback and reverted back to an earlier version 3.3.1, which doesn’t break it.

    Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi @marcizus and @grw1,

    Apologies for that issue, I will take note of this and fix the issue on the next theme update. For the meantime, please follow @grw1 instructions for this. Backup the site first to make sure you have a copy.

    Thanks for supporting this theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Version 3.3.3 breaks WPML language switcher’ is closed to new replies.