This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
some areas from “destinations” are not translated in French
1
2
Started by: davidS-40
in: English Support
Problem: wp-content\plugins\nd-travel\inc\metabox\mtb-cpt-3.php and around line 164, replace: $nd_travel_destinations_args = array( 'posts_per_page' => -1, 'post_type'=> 'nd_travel_cpt_3' ); with: $nd_travel_destinations_args = array( 'posts_per_page' => -1, 'post_type'=> 'nd_travel_cpt_3', 'suppress_filters' => false ); 2. Edit the translated destination in the admin panel, select the correct destination, and save. |
|
2 | 25 | 1 year, 10 months ago |