Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1893852
Ajax Login Form
Closed

Comments

  • gmbaig started the conversation

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


    Attached is the screenshot

  •  501
    Penci replied

    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 replied

    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.

  •  501
    Penci replied

    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 privately
  •  501
    Penci replied

    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

  • gmbaig replied

    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.