ナビゲーションをスキップする

Waiting for author

Reported for: WPML Multilingual CMS 4.6.13

Topic Tags: Compatibility

Overview of the issue

Using forms created with the Avada theme’s Forms Builder are not functioning correctly when submitted from a translated page.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Open …/wp-content/plugins/fusion-builder/inc/class-fusion-form-submit.php file.
  • Look for line 422.
  • Replace:
    				$site_host_name = preg_replace( '(^https?://)', '', home_url() );
    
  • With:
    				$site_host_name = preg_replace( '#^www.#', '', wp_parse_url( network_home_url(), PHP_URL_HOST ) );
    

返答する

トピックからそれないようにし、他のユーザーを尊重してください。この投稿に関係のない問題についてサポートが必要な場合は、サポート フォーラムを使用してチャットを開始するか、チケットを送信してください。

これらのタグを使用できます:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>