Author Actions in GD Archive Item

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

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

Open Support Ticket
  • Author
    Posts
  • #513538

    gaz36f
    Expired Member
    Post count: 54

    I have edited the shortcode in the GD Archive Item page to hide both the delete and edit links in the user listings on their profile page. The code is:

    [gd_author_actions hide_edit=”1″ hide_delete=”1″]

    However, I am still seeing the links.

    I have studiously read https://wpgeodirectory.com/docs-v2/geodirectory/account-management/ but just cannot get it to work.

    #513567

    Kor
    Moderator
    Post count: 16516

    Hi gaz36f,

    Thanks for your post. Could you please share WP admin access here in private reply along with the URL of the page in question so that we could check on it?

    #513572

    gaz36f
    Expired Member
    Post count: 54
    This reply has been marked as private.
    #513741

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

    gaz36f
    Expired Member
    Post count: 54
    This reply has been marked as private.
    #514000

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You can use the following CSS to hide both the actions as it is not possible via shortcode:

    .uwp_page .uwp-item-actions .geodir-authorlink a {
        display: none;
    }

    Let me know if this works for you or not.

    Regards,
    Patrik

    #514020

    gaz36f
    Expired Member
    Post count: 54

    It worked a treat Patrik. Thanks very much!

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