creatile
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Formdev] PHP 8 errors – Form Ask an enquiryI have just tested 1.2.7 version of formdev. Still have bug on php 8.3
Warning: Undefined variable $prenom in /Users/astragaguillaume/PhpstormProjects/local/formdev2/wp-content/plugins/formdev/templates/login.php on line 128
Warning: Undefined variable $nom in /Users/astragaguillaume/PhpstormProjects/local/formdev2/wp-content/plugins/formdev/templates/login.php on line 132Every default variable on input have an error
Forum: Plugins
In reply to: [Formdev] Error with installI could resolve it. It was link to my corrupt database
Forum: Plugins
In reply to: [WP Query Search Filter] Display results on specific templateThis also works for me
ThanksForum: Plugins
In reply to: [WP Query Search Filter] Display results on specific templateI found a solution with conditional statement in my search.php template
<?php if ( $post->post_type == 'post' ) : ?> <?php endif; ?>Forum: Plugins
In reply to: [WP Query Search Filter] Make it work with polylangThis solution is working for me
$query->set( 'lang', 'en' );Thanks a lot
Viewing 5 replies - 1 through 5 (of 5 total)