Joe Ve

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Register Form is not consistence #1682

    Joe Ve
    Buyer
    Post count: 27
    This reply has been marked as private.
    in reply to: Register Form is not consistence #1679

    Joe Ve
    Buyer
    Post count: 27

    This is the setting I have …
    I am not sure why this is not working 🙁

    in reply to: Register Form is not consistence #1676

    Joe Ve
    Buyer
    Post count: 27
    This reply has been marked as private.
    in reply to: how-to-add-wp-links-at-the-bottom #1674

    Joe Ve
    Buyer
    Post count: 27

    Thanks a lot for your help ..
    I like to edit some of the core functions :
    like :
    \userswp\includes\class-profile.php
    I like to add “change password and log off ”
    What would be the best practice??
    I modified :

    
    
    <?php if ($account_page && is_user_logged_in() && (get_current_user_id() == $user->ID) && $can_user_edit_account) { ?>
                        <div class="uwp-edit-account">						
    						<?php
    							echo '<li><a href="'.get_permalink($change_page).'" title="Change Password"><i class="fa fa-key"></i></a></li>';
    							echo '<li><a href="'.get_permalink( $account_page ).'" title="Edit Account"><i class="fa fa-edit"></i></a></li>';
    							echo '<li><a href="'.$logout_url.'"><i class="fa fa-sign-out" title="Log Out"></i></a></li>';
    						?>
                        </div>
                    <?php } ?>
    in reply to: Register Form is not consistence #1670

    Joe Ve
    Buyer
    Post count: 27

    Perfect Thanks a lot ..
    I removed all BuddyPress plugins ..
    now I get something like. and for some reason, the plugin does not become activated ..

    in reply to: how-to-add-wp-links-at-the-bottom #1661

    Joe Ve
    Buyer
    Post count: 27

    I try to add the costume files but it did not work. I added a testing line. and it did not show up ..

    Could you please direct me where I need to add the copy of login.php??
    I added :
    /wp-content/themes/GDF_child/userswp
    /wp-content/themes/GeoDirectory_framework/userswp

    none worked
    Thanks

    in reply to: Upload for profiles is not working #1617

    Joe Ve
    Buyer
    Post count: 27
    This reply has been marked as private.
    in reply to: Upload for profiles is not working #1614

    Joe Ve
    Buyer
    Post count: 27
    This reply has been marked as private.
    in reply to: how-to-add-wp-links-at-the-bottom #1603

    Joe Ve
    Buyer
    Post count: 27

    Maybe I was not clear.
    I added the code you suggested and it did not as I planned.
    Look at change password: At the bottom, you have Account and Profile
    I want to add the same links to Account as well.

    So you see where I put “?” in Edit Account ??

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