Sorry, my problem was different and it is solved (parameters of form were changed by an other person).
Hello,
Same problem, same update of WordPress and version of Contact Form 7.
Hi,
Thank you for your attention.
I don’t select placement option because I use the shortcode in functions.php to add the buttons in the footer :
add_action('wp_footer', 'ajout_menu_footer');
function ajout_menu_footer(){
wp_nav_menu( array( 'theme_location' => 'pied_de_page' ) ); // le menu des pages
echo '<div id="partage_rs">' . do_shortcode('[Sassy_Social_Share]') . '</div>'; // le partage dans les réseaux sociaux
};
Ok, it is necessary to add “<?php wp_head(); ?>” in header.php file.
Thank you for the answer. I will ask to ACF developper.