Skip to content
Public Ticket #6896

Ajax Login Form

Conversation thread

gmbaig replied

Customer Reply

OK Thank you. Let me ask them. 

Just so you know, I disable all plugins except two that I use to secure login and social logic. I see the problem in both. 

I will test if I am facing this problem in a fresh install. 

Will get back if I need more help.

Penci Design replied

Staff Reply

Hi,

I checked on your site.

Strange, i only use function of wordpress as screenshot http://prntscr.com/mlg4af

Please check this  guide: https://codex.wordpress.org/Function_Reference/wp_login_form

I create template page  with simple code of child theme of PenNews ( http://prntscr.com/mlg21z ).

<?php
/**
 * Template Name: Page login
 * Description: Display content for the Page login.
 *
 */ get_header();
wp_login_form();
get_footer(); 

On template i use wp_login_form function of WordPress and i saw same error as screenshot http://prntscr.com/mlg2q0

Please check page login with link https://dev.techrad.io/penci-login/

So, I recommend you ask your author of plugin , ask them why with the wp_login_form function of WordPress but it error on frontpage

Best Regards,

PenciDesign

Penci Design replied

Staff Reply

Hi,

Please send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a lock on this help you...

Best Regards,

PenciDesign

gmbaig replied

Customer Reply

Mate, all 3rd party plugins cant be the problem. Especially if they are working correctly with other themes.

In any case, can you describe the below problem a bit I can't make out the English below.

Penci Design replied

Staff Reply

Hi,

It seem that you use 3rd plugin, It hooked incorrectly.

This theme only hook after from as screenshot http://prntscr.com/mknoo9

Please check 3rd plugin plugin.

Best Regards,

PenciDesign

gmbaig started the conversation

Conversation Start

The ajax form is duplicating all the fields. Not sure how to fix. 


Attached is the screenshot

Want to join this conversation or access attachments? Sign in first.