Saltar navegación

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 ) );
    

Deje una respuesta

Por favor, mantente dentro del tema y sé respetuoso con los demás. Si necesitas ayuda con cuestiones no relacionadas con este post, utiliza nuestro Foro de soporte para iniciar un chat o enviar un ticket.

Puede utilizar estas etiquetas:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>