UWP Profile Edit Capabilities

This topic contains 6 replies, has 3 voices, and was last updated by  Patrik 4 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #5214

    Richard Stuart
    Buyer
    Post count: 45

    Registered users are not seeing the “Edit” listing option on their profile page https://elyite.com/profile/. They only see the “Edit” link on their actual listing page when logged in.

    On the profile page I’m using the shortcode

    [uwp_profile]

    .

    When I’m logged in as and Admin on my profile page I see the “Edit” option. Do I need to add another plugin to manage roles, capabilities, and permissions for my Subscribers (Listing Owners) so that they may see the “Edit” link on the UsersWp Profile page?

    [uwp_profile]

    I don’t see any adjustments when using the shortcode?

    Please advise.

    #5220

    Alex Rollin
    Moderator
    Post count: 27815

    No, you should not need another plugin.
    Please share WP Admin credentials so we can check the settings.

    #5227

    Richard Stuart
    Buyer
    Post count: 45
    This reply has been marked as private.
    #5229

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #5249

    Richard Stuart
    Buyer
    Post count: 45
    This reply has been marked as private.
    #5252

    Richard Stuart
    Buyer
    Post count: 45
    This reply has been marked as private.
    #5257

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Only listing authors are allowed to edit and delete the listing from profile page. If you don’t want to show delete button on profile page then you can hide the delete link using CSS.

    Try following CSS and let us know if it resolves your issue or not:

    .uwp-profile-item-li .uwp-item-actions a.geodir-delete {
        display: none;
    }

    Regards,
    Patrik

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

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

Open Support Ticket