This topic has 3 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #195996
     indolovematch
    Participant

    Hello,

    Can you please tell me how to access to edit the login and sign up in the top right corner. Also, Where are these forms and how to access their button links? I’m trying to sort out the signing up process but its hard because I don’t know where these vital forms are and how to access the buttons to direct new and existing users to the proper destinations within the site. Such as when they fill in the create account for and they click create account button I want them to be directed to their member page to input their personal details such as the dating preferences. Thank you.

    Attachments:
    You must be logged in to view attached files.
    #196035
     Laura
    Moderator

    Hello, those are not widgets but part of the template, i can guide you to change the url, at your webs files, find at page-parts/general-header.php

    ( Before changing anything copy the folder name page-parts and the file general-header.php )

    REGISTER BUTTON: Find this

    COPY CODE
    
    <li class="header-register-button">
    									<a href="#">
    										<i class="icon-group hide-for-medium-down"></i>
    										<?php _e( "SIGN UP", 'kleo_framework' ); ?>
    									</a>
    								</li>
    

    Replace with this

    COPY CODE
    
    <li class="header-register-button">
    									<a href="URL HERE">
    										<i class="icon-group hide-for-medium-down"></i>
    										<?php _e( "SIGN UP", 'kleo_framework' ); ?>
    									</a>
    								</li>
    

    LOGIN BUTTON: Find

    COPY CODE
    
    <li class="header-login-button">
    								<a href="#">
    									<i class="icon-user hide-for-medium-down"></i>
    									<?php _e( "LOG IN", 'kleo_framework' ); ?>
    								</a>
    							</li>
    

    Replace with

    COPY CODE
    
    <li class="header-login-button">
    								<a href="URL HERE">
    									<i class="icon-user hide-for-medium-down"></i>
    									<?php _e( "LOG IN", 'kleo_framework' ); ?>
    								</a>
    							</li>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #196055
     indolovematch
    Participant

    Thank you for your reply but I’m not a php developer. I don’t understand your instructions as far as when I change this code what will happen then? All I want to do is your Template existing pages/files and fill in the blanks with my own content to make my dating site. The code you gave me does what exactly? I want to use those existing forms that I attached but don’t understand how to access them when I need them. Am I going to need to hire a php developer? I purchased your theme because I thought it would be something that was easier to handle and not to much coding involved.

    Attachments:
    You must be logged in to view attached files.
    #196143
     Laura
    Moderator

    Hello, the login and register modals ( popup forms ) can only be edited at the file, but the register form is just a pre-registration, it should redirect users to the full registration form of buddypress ( the form will ask for the fields you have at Users > Profile fields > BASE ) and this Register page can’t be edited, just add or delete fields from the profile fields section.

    This is something by default with buddypress so any theme that uses buddypress will work like this. We added the small login and register forms just to make it easier.

    I’m here to help you so if you want to change something specific let me know and i will check how we can do that together 🙂

    In that case i would need to know what do you want to change and how and your cpanel access or ftp access and website wp-admin access shared here as a private reply

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?