Hide delete for gd authors and enable social login

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

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

Open Support Ticket
  • Author
    Posts
  • #6503
    #6510

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Here are the replies to your questions:
    1. UWP uses the shortcode to display author actions from GD for listings in the user profiles. We will try to make it dynamic but for now, you can hide it using CSS.

    2. That URL should be added to the facebook app in OAuth redirect URIs field and it is not a valid URL on the frontend side. It’s just a callback URL that will be used by add on when the user redirected back from the facebook site.

    Regards,
    Patrik

    #6514

    Daniel Jean-Baptiste
    Free User
    Post count: 13

    Patrik,

    Thanks. Regarding #2, that was my error. Your stuff totally works… as you already know. I was using a an older laptop to test the website and it was a browser update issue. I didn’t realize that chrome hadn’t been updated on that laptop in ages. smh!!! My apologies.

    Regarding #1, What’s the css code to hide the delete function on that page? Thank you.

    #6521

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Try to add the following code in Appearance->Customise->Additional CSS and let us know if it works for you or not.

    .geodir-author-actions span.gd_user_action.delete_link {
        display: none !important;
    }

    Regards,
    Patrik

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

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

Open Support Ticket