If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

How to change Language text in the TOP BAR

  • Hi All,
    I would like to change the text in the Top BAR - (ex. Wishlist) from English to Russian.  
    I made changes in the "wishlist.php" but it doesn't work.

    Could you please explain how can I fix it? 

    Please see the attached file.


    <?php global $yith_wcwl; ?>

    <a  href="<?php echo $yith_wcwl->get_wishlist_url(); ?>">
        <span class="topbar-title-icon icon-star3 "></span>
        <span class="topbar-title-text">
            <?php _e('RUSSIAN TEXT', 'jawtemplates'); ?>
        </span>
        <span class="topbar-wishlist-count">
            (<?php echo $yith_wcwl->count_products(); ?>)
        </span>
    </a>
    Снимок экрана 2014-06-23 в 14.54.24
  • All following comments are shown for registered users only!

    (1 next comment)
This discussion has been solved.
All Discussions