Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #221258

    Small fix for WPML compatibility. The “Home” item on the fallback menu needs to be wrapped for string translation in framework/php/class-megamenu.php line 624:

    reads:
    echo "<li $current><a href='".get_bloginfo('url')."'>Home</a></li>";
    and should read:

    echo "<li $current><a href='".get_bloginfo('url')."'>".__("Home",'enfold')."</a></li>";

    • This topic was modified 10 years, 2 months ago by Yigit.
    #221613

    Hi yogaboy!

    Great, thank you. I’ll add this fix to the theme code.

    Regards,
    Peter

    #221780

    Super – thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘fallback menu’ is closed to new replies.