Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato | 
					Argomento
					 | 
				Supporter | Voci | Post | Freschezza | 
|---|---|---|---|---|---|
| 
		
        Gravity Fomrs Multilingual issue with filter “gform_review_page”
		
		
		
         
			
            Iniziato da: Dimitri
			
			
				
                in: English Support
				
						 Problem: Solution: Please note that this solution might be outdated or not applicable to your specific case. If the issue persists, 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 necessary, please open a new support ticket at WPML support forum for further assistance.  | 
    
		                 | 
    0 | 12 | 10 mese, 2 settimana fa | |
| 
		
        PHP Fatal error:  Uncaught InvalidArgumentException
		
		
		
         
			
            Iniziato da: Dimitri
			
			
				
                in: English Support
				
						 Problem: Solution: Avada > Library  in your dashboard. If the issue persists after following these steps, we recommend opening a new support ticket. Additionally, 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 visit our support forum at WPML Support Forum.  | 
    
		                 | 
    0 | 3 | 11 mese fa | |
| 
		
        WP-CLI works only with main languages Posts
		
		1
2
		
         
			
            Iniziato da: Dimitri
			
			
				
                in: English Support
				
						 Problem: --suppress_filters=true  which allows the command to work across all languages. --url="https://yourwebsite.com/en" to force WP-CLI to work in the language based on the URL. Additionally, our 2nd Tier Support suggests modifying the code in wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/wpml-query-filter.class.php . Replace the existing posts_where_filter function with the following code to include a condition that checks for the 'lang' parameter in the query: public function posts_where_filter( $where, $query ) {
	if ( $query === null || $this->where_filter_active( $query ) === false ) {
		return $where;
	}
	$requested_id = isset( $_REQUEST['attachment_id'] ) && $_REQUEST['attachment_id'] ? $_REQUEST['attachment_id'] : false;
	$requested_id = isset( $_REQUEST['post_id'] ) && $_REQUEST['post_id'] ? $_REQUEST['post_id'] : $requested_id;
	$requested_id = (int) $requested_id;
	$default_language = $this->sitepress->get_default_language();
	$post_language = $this->post_translations->get_element_lang_code( $requested_id );
	if (isset($query->query["lang"])) {
		$post_language = $query->query["lang"];
		$requested_id = "1"; //hack needed because then $current_language will not get the $post_language, but will call for get_current_language
	}
	$current_language = $requested_id && $post_language ? $post_language : $this->sitepress->get_current_language();
	$condition = $current_language === 'all' ? $this->all_langs_where() : $this->specific_lang_where( $current_language, $default_language );
	$where     .= $condition;
	return $where;
}Please note that this solution might be outdated or not applicable to your specific 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 these solutions do not resolve your issue, please open a new support ticket at WPML support forum.  | 
    
		                 | 
    2 | 19 | 12 mese fa | |
| 
		
        Gravity Fomrs Multilingual issue with filter “gform_review_page”
		
		
		
         Iniziato da: Dimitri in: English Support  | 
    
		                 | 
    2 | 7 | 1 anno fa | |
| 
		
        Shortcode {all_fields} do not translate answers in notification email
		
		
		
         Iniziato da: Dimitri in: English Support  | 
    
		                 | 
    3 | 13 | 1 anno, 7 mese fa | |
| 
		
        WPML chat support ticket by Dimitri – 1709808141
		
		
		
         Iniziato da: Dimitri in: English Support  | 
    1 | 1 | 
		
		1 anno, 8 mese fa
		
         
  | 
	||
| 
		
        Canot update WPML & Manual downloads failed
		
		
		
         Iniziato da: Dimitri in: English Support  | 
    1 | 2 | 2 anno, 1 mese fa | ||
| 
		
        Fatal error when WPML is enabled
		
		
		
         Iniziato da: Dimitri in: Chat Support  | 
    
		                 | 
    1 | 2 | 
		
		2 anno, 3 mese fa
		
         
  | 
	|
| 
		
        WPML-all-import – Search exisiting image not works for multilingual
		
		1
2
		
         Iniziato da: Dimitri in: English Support  | 
    
		                 | 
    2 | 19 | 2 anno, 4 mese fa | |
| 
		
        WPML pugins & wp_delete_attachment do not delete files on disk
		
		
		
         Iniziato da: Dimitri in: English Support  | 
    
		                 | 
    3 | 9 | 2 anno, 4 mese fa | |
| 
		
        WPForms multilingual 0.3.0 cause Fatal error after submiting a form
		
		1
2
		
         Iniziato da: Dimitri in: English Support  | 
    
		                 | 
    3 | 27 | 2 anno, 8 mese fa | |
| 
		
        Error logs PHP Deprecated with obsolete functions in LanguageSwitcher . php file
		
		
		
         Iniziato da: Dimitri in: English Support  | 
    
		                 | 
    2 | 2 | 2 anno, 8 mese fa | |
| 
		
        Multiple times the same city in wpresidence catalog
		
		
		
         Iniziato da: Dimitri in: English Support  | 
    1 | 2 | 3 anno, 5 mese fa |