• Resolved sreejithdeveloper

    (@sreejithdeveloper)


    I am using wordpress 5.6.4 with Youzer plugin(Version 2.5.1). Recently the login and password reset forms are not getting displayed in the site. When I print the current template using the following code I can see that the single.php template is loaded instead of the template from the plugin.

    global $template;
     print_r( $template );

    When I checked, I found that the logy_template() method in the wp-content\plugins\youzer\includes\logy\includes\public\core\functions\logy-general-functions.php is not called. It looks like the add filter call is not getting triggered.

    add_filter( 'page_template', 'logy_template', 10 );

    How do I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @sreejithdeveloper

    2.5.1 is the old version. It was released two years ago. We have fixed a ton of bugs from that version until the current version. Please consider updating your plugin to Youzify 3.1.6 (PRO version) or 1.0.9 (FREE version).

    Also, please update your WordPress version to the 5.8.0 version too. I think it will fix this issue. ??

    Best Regards, KaineLabs Team.

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @sreejithdeveloper

    Hope you are doing good.

    I will mark this ticket as resolved as i didn’t hear from you for more than 24 hours.

    But no worries we are still here to help, feel free to reply back on this ticket whenever you are available and we will get back to you ??

    Have a wonderful day.

    Best Regards, KaineLabs Team.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login and Password Reset form not showing’ is closed to new replies.