This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Can not activate last version of WPML 4.6.12
Started by: adilB-5 in: English Support |
|
3 | 6 | 1 year, 9 months ago | |
|
Registration asked while account still valid
Started by: adilB-5
in: English Support
Problem: WordPress Dashboard > Plugins > Add New > Commercial (Tab) . Please note that this solution might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket at WPML support forum. |
|
2 | 3 | 1 year, 9 months ago | |
|
MasterStudy LMS modifiying htaccess rewriting rules
Started by: adilB-5
in: English Support
Problem: flush_rewrite_rules(true) function, leading to unwanted changes in the htaccess file.
add_filter('mod_rewrite_rules', 'fix_rewritebase');
function fix_rewritebase($rules){
$home_root = parse_url(home_url());
if ( isset( $home_root['path'] ) ) {
$home_root = trailingslashit($home_root['path']);
} else {
$home_root = '/';
}
$wpml_root = parse_url(get_option('home'));
if ( isset( $wpml_root['path'] ) ) {
$wpml_root = trailingslashit($wpml_root['path']);
} else {
$wpml_root = '/';
}
$rules = str_replace("RewriteBase $home_root", "RewriteBase $wpml_root", $rules);
$rules = str_replace("RewriteRule . $home_root", "RewriteRule . $wpml_root", $rules);
return $rules;
}
3. Re-save your permalinks from the Settings >> Permalinks page by pressing the Save Changes button. If this solution does not resolve your issue or seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at https://wpml.org/forums/forum/english-support/. |
|
2 | 4 | 1 year, 10 months ago | |
|
footer translation
Started by: adilB-5 in: English Support |
1 | 1 | 2 years, 5 months ago | ||
|
internal links keeps disappearing
Started by: adilB-5 in: English Support |
|
2 | 3 | 2 years, 5 months ago | |
|
need to use chagpt for translation as none of proposed tool has a good quality
Started by: adilB-5 in: English Support |
|
2 | 3 | 2 years, 6 months ago | |
|
Split: I would like also to exclude the Divi Library from translation
Started by: adilB-5 in: English Support |
|
2 | 15 | 2 years, 6 months ago | |
|
I want to keep the back office in divi theme builder always in english
Started by: adilB-5 in: English Support |
|
2 | 4 | 2 years, 7 months ago |