У этого пользователя нет любимых тем.
Любимые темы форума
Созданные темы форума
Состояние |
Тема
|
Сторонник | Голоса | Записи | Свежесть |
---|---|---|---|---|---|
Pages don't duplicate properly
Начато по: jonathanH-15 в: English Support |
3 | 4 |
1 год, 8 месяцев назад
jonathanH-15 |
||
The reusable block is translated in both English and Arabic
Начато по: jonathanH-15
в: English Support
Problem: Rehub theme reusable block is translated in both English and Arabic Solution: 1- Edit the (wp-content\plugins\rehub-framework\includes\class-rehub.php) file /* Get REHub theme option value by key */ public static function get_option( $key ) { if ( function_exists( 'vp_option' ) ) { $value = vp_option( "rehub_option." . $key ); } else { $options = get_option( 'rehub_option' ); $value = (!empty($options[$key])) ? $options[$key] : ''; } return $value; } With /* Get REHub theme option value by key */ public static function get_option( $key ) { if ( function_exists( 'vp_option' ) && ! class_exists('SitePress') ) { $value = vp_option( "rehub_option." . $key ); } else { $options = get_option( 'rehub_option' ); $value = (!empty($options[$key])) ? $options[$key] : ''; } return $value; } |
2 | 10 | 1 год, 8 месяцев назад | ||
my default language in wordpress settings changed from arabic to english and tha
Начато по: jonathanH-15 в: English Support |
2 | 2 | 2 года, 3 месяца назад | ||
When I go to Translation Management —> Get More Words and I fill up the form fo
Начато по: jonathanH-15 в: English Support |
2 | 2 | 4 года, 10 месяцев назад |