This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Split: Translation workflow
1
2
Started by: tjasaR in: English Support |
|
1 | 20 | 1 month ago | |
|
Tutor LMS course translation from English to Slovenian.
Started by: tjasaR in: English Support |
|
0 | 2 | 1 month ago | |
|
Split: help with a WPML menu/language switcher issue
1
2
3
Started by: tjasaR
in: English Support
Problem: Solution: If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 problems persist, please open a new support ticket at WPML support forum. |
|
1 | 31 | 1 month, 2 weeks ago | |
|
Split: language switcher not working
Started by: tjasaR
in: English Support
Problem: // WPML workaround for wpmltriage-4168<br />add_filter( 'icl_ls_languages', 'wpmltriage4168_snapshot_ls_languages', 9 );<br />add_filter( 'icl_ls_languages', 'wpmltriage4168_restore_ls_languages', 11 );<br /><br />function wpmltriage4168_snapshot_ls_languages( $languages ) {<br /> if ( is_array( $languages ) && $languages ) {<br /> wpmltriage4168_ls_languages_snapshot( $languages );<br /> }<br /> return $languages;<br />}<br /><br />function wpmltriage4168_restore_ls_languages( $languages ) {<br /> $snapshot = wpmltriage4168_ls_languages_snapshot();<br /> if ( empty( $languages ) && ! empty( $snapshot ) ) {<br /> return $snapshot;<br /> }<br /> return $languages;<br />}<br /><br />function wpmltriage4168_ls_languages_snapshot( $set = null ) {<br /> static $snapshot = array();<br /> if ( null !== $set ) {<br /> $snapshot = $set;<br /> }<br /> return $snapshot;<br />}This solution is a temporary fix while we report the issue to the Tutor LMS authors for a permanent resolution in future updates. 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. |
|
0 | 6 | 1 month, 3 weeks ago | |
|
Split: learning course tab there is the box, but no logo
Started by: tjasaR
in: English Support
Problem: Solution: If these steps do not resolve the issue or if the solution seems 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. For further assistance, please open a new support ticket at WPML support forum. |
|
0 | 15 | 2 months ago | |
|
Combination wordpress, tutor LMS and wpml
1
2
Started by: tjasaR
in: English Support
Problem: |
|
1 | 18 | 2 months ago |