sign up form on homepage

This topic contains 20 replies, has 3 voices, and was last updated by  Irene W 6 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #397983
    #397999

    Kor
    Moderator
    Post count: 16516

    Hi Irene,

    You can’t insert a signup form there but instead, you can display a login form using shortcode. https://wpgeodirectory.com/docs/core-shortcodes/#login

    Thanks!

    #398174

    Irene W
    Expired Member
    Post count: 83

    Login form and signup form are different.
    We want to encourage more user to sign up.
    Do you have signup shortcodes?

    thank you.

    #398477

    Kor
    Moderator
    Post count: 16516

    Hi Irene,

    Sorry for the late response. Unfortunately, we do not have that. But feel free to request it here https://wpgeodirectory.com/requests/

    Thanks!

    #398596

    Irene W
    Expired Member
    Post count: 83

    Hi Kor,

    https://www.helloinfo.com/mycatanddog/gd-login/?signup=1

    Can i copy the box signup codes from gd-login page and put it on Homepage right?
    Can you tell me where in directory i can find gd-login php file?

    Thank you.

    #398597

    Kor
    Moderator
    Post count: 16516

    Hi Irene,

    Here is what you can do. Download this plugin https://wordpress.org/plugins/php-code-widget/ and drag the widget to the location you want to display the signup form and insert the code below into the widget.

    <?php geodir_action_signup_forms(); ?>

    Thanks!

    #398599

    Irene W
    Expired Member
    Post count: 83

    Thank you Kor!
    It works 🙂
    Now how do we line up horizontally to align login box on top of register now box?
    https://www.helloinfo.com/mycatanddog/

    Thank you again.

    #398603

    Kor
    Moderator
    Post count: 16516

    Hi Irene,

    Thanks for your reply. Please use the custom CSS code below to fix that.

    
    
    .execphpwidget .login_form_l {
        width:100%;
        margin: 0px!important;
        margin-bottom:10px!important;
    }
    
    .execphpwidget .registration_form_r
     {
        width:100%;
        margin: 0px!important;
    }
    #398732

    Irene W
    Expired Member
    Post count: 83

    Thank you so much.
    Looks good.

    -Irene

    #398734

    Irene W
    Expired Member
    Post count: 83

    it looks good, however it does not work. Try login and signup, it direct to nowhere but homepage.

    Is it i need to setup author page and buddypress.
    i see author section in the widget but i don’t see the page.
    after people signup, they see a blank page.
    where are the instructions?
    Isn’t author page should already created like detail page?

    thank you for your help.

    #399188

    Irene W
    Expired Member
    Post count: 83

    This is not resolved.

    it looks good, however it does not work.
    Try login and signup, it direct to nowhere but homepage.

    Please advise.

    #399189

    Kor
    Moderator
    Post count: 16516

    Hi Irene,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    Thanks!

    #399363

    Irene W
    Expired Member
    Post count: 83
    This reply has been marked as private.
    #399415

    Kor
    Moderator
    Post count: 16516

    Hi Irene,

    Just tested it and I’m able to see the issue there. Looks like the signing in using this form http://prntscr.com/guh9z6 is not working. I’ll get a developer to check on this on Monday.

    Thanks!

    #399473

    Irene W
    Expired Member
    Post count: 83

    Please also check the Sign Up just below Sign In.

    Thank you.

Viewing 15 posts - 1 through 15 (of 21 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket