Sauter la navigation

Open

Reported for: CMS multilingue de WPML 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 ) );
    

Laisser une réponse

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

Vous pouvez utiliser ces balises :
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>