valentabc
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Please try editing /wp-content/plugins/category-ajax-filter/includes/functions.php
(Optional, I needed this also) Lines 12-16 to:
public function tc_caf_post_layout_read_more($text, $id) { $text = __('Read More', 'category-ajax-filter'); return $text; }Lines 258-262 to:
public function tc_caf_filter_all_text($all_text) { return __('All', 'category-ajax-filter'); }Then go to WPML string translation, check Look for strings while pages are rendered, refresh page, delete cache, and you should be able to translate the strings.
Edit: never mind, when I uncheck the string registration, they return to English. Don’t know what to do yet..
Edit2: Added this to /wp-content/plugins/category-ajax-filter/languages/category-ajax-filter.pot
#: includes/functions.php:14 msgid "Read More" msgstr "" #: includes/functions.php:260 msgid "All" msgstr ""and translated again with Loco Translate
Hello,
I ended up making duplicates of the filter in order to solve this issue.
Viewing 2 replies - 1 through 2 (of 2 total)