This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
A different domain per language is not validated on save.
Started by: arildB in: English Support |
3 | 4 | 1 week ago | ||
Lang not filtered in Activities, Latest Replies and Topics Widget for BuddyBoss
1
2
Started by: arildB in: English Support |
2 | 23 | 3 months, 2 weeks ago | ||
Fatal Error: WPML consuming a lot of memory
1
2
…
4
5
Started by: arildB in: English Support |
3 | 68 | 4 months, 1 week ago | ||
PHP warning
Started by: arildB in: English Support |
1 | 2 | 6 months, 1 week ago | ||
Workaround WPML Woo Subscription
Started by: arildB
in: English Support
Problem: Solution: // WPML Workaround for compsupp-7065<br />function wpml_compsupp7065_filter_wc_subscriptions_site_url( $url, $path, $scheme, $blog_id ) {<br /><br /> // Define your list of allowed URLs - DO NOT add staging versions here<br /> $allowed_url_list = array(<br /> 'https://pulskuren.no',<br /> 'https://thepulsecure.com',<br /> // Add more URLs as needed<br /> );<br /><br /> // Get the current WordPress home URL<br /> $current_home_url = home_url();<br /> $current_home_url = parse_url($url);<br /> $current_home_url = $current_home_url['host'];<br /><br /> // Check if the current home URL is in the list<br /> foreach ( $allowed_url_list as $listed_url ) {<br /><br /> if ( str_contains( $listed_url, $current_home_url) ) {<br /> // Replace the $url variable with the listed URL<br /> $url = $listed_url;<br /> add_filter('woocommerce_subscriptions_is_duplicate_site', '__return_false');<br /> break; <br /> }<br /> }<br /><br /> return $url;<br />}<br /><br />add_filter( 'wc_subscriptions_site_url', 'wpml_compsupp7065_filter_wc_subscriptions_site_url', 10, 4 ); Please note that this solution might be outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket in the WPML support forum. |
2 | 12 | 6 months, 2 weeks ago | ||
Strings in Buddyboss platform 2.5.80 and Buddyboss theme 2.5.70 needs update
Started by: arildB
in: English Support
Problem:
The issue was resolved by updating WPML to the last version (v4.6.10). If the provided solution is not relevant due to being outdated or not applicable to your case, we recommend opening a new support ticket. We also highly suggest 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 you need further assistance, please do not hesitate to contact us in the WPML support forum. |
2 | 6 | 6 months, 4 weeks ago | ||
Events Calendar Pro/Tickets Pro/Virtual Events – Workaround for license error
Started by: arildB
in: English Support
Problem: If this solution is not relevant to your situation, perhaps because it's outdated or not applicable to your case, we encourage you to open a new support ticket with us. We also highly recommend checking the related known issues, verifying the version of the permanent fix, and ensuring that you have the latest versions of themes and plugins installed. If you need further assistance, please visit our support forum. |
3 | 4 | 7 months ago | ||
Woo Subscription error
Started by: arildB in: English Support |
2 | 7 | 7 months ago | ||
Problem with Logo
Started by: arildB
in: English Support
Problem: Solution: We reminded the client to back up their site before providing access and informed them that we would handle one issue per ticket to maintain focus and efficiency. We asked the client to open a new ticket for each unique issue they were experiencing. If the solution provided here does not apply to your case, or if it seems outdated, we recommend checking the 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 you still need assistance, please do not hesitate to open a new support ticket in our forum at WPML support forum. |
2 | 5 | 7 months, 2 weeks ago | ||
Event Tickes pluss
1
2
Started by: arildB in: English Support |
2 | 18 | 10 months, 1 week ago | ||
Wpfusion reports that WPML consumes a lot php memory
Started by: arildB in: English Support |
2 | 4 | 10 months, 2 weeks ago | ||
We have problems with Events Tickets and WPML
Started by: arildB in: English Support |
2 | 3 | 10 months, 2 weeks ago | ||
Redirect and setup problems
Started by: arildB
in: English Support
Problem: Solution: Additionally, we suggest increasing the WP memory limit to at least 128MB, as per WPML's minimum requirements. Also, we noticed from the debug info that the client was using multiple plugins related to caching: We recommend disabling all non-essential plugins and clearing the server cache to check if the problem still occurs in a minimal setup. Ensure you have a full backup of your website before making any changes. If this solution doesn't look relevant, please open a new support ticket. |
2 | 5 | 10 months, 4 weeks ago |