• Resolved webbax

    (@webbax)


    Hello,

    Thank you for this plugin that works very well.

    I suggest a correction in :
    wp-content\plugins\nimble-portfolio\includes\class.NimblePortfolio.php

    Line : 91
    <?php echo apply_filters('nimble_portfolio_filter_all', sprintf('<a href="#" rel="*" class="-filter active">%s</a>', __("All", "nimble_portfolio"))); ?>

    Instead, put “nimble-portfolio” instead of “nimble_portfolio”, otherwise you can not translate.
    <?php echo apply_filters('nimble_portfolio_filter_all', sprintf('<a href="#" rel="*" class="-filter active">%s</a>', __("All", "nimble-portfolio"))); ?>

    Bye !

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggestion- multilingual bug’ is closed to new replies.