• Resolved daro2013

    (@daro2013)


    Dear Sir,

    I have created a new user role using built-in functionality of the theme on my website. I assign its capability with reading, editing custom post type posts of own and others.

    When login into the account with that User Role, there is no list of custom post type posts being seen.

    Can you please advise how to fix this.

    Very appreciate your support.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter daro2013

    (@daro2013)

    Update: I have followed this guide:

    https://publishpress.com/knowledge-base/custom-post-types-capability/

    But that user role cannot still see the list of custom post type posts.

    Can you please advise how to fix this.

    Cheers

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Hi @daro2013

    Thanks for using PublishPress Capabilities.

    Could you please try add “Edit” capability on that CPT?

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Apologies, I did not notice your reply before sending my previous message.

    Could you please confirm whether the role has the “Edit” capability for the Custom Post Type?

    Thank you.

    Thread Starter daro2013

    (@daro2013)

    Update2: I have set the public to true as guided by the above link:

    add_filter( ‘my_custom_post_type’, ‘update_custom_post_type’, 10, 1 );

    add_filter( ‘my_custom_post_type’, ‘update_custom_post_type’, 10, 1 );
    function update_custom_post_type( $args ) {
    $args[‘public’] = true;
    $args[‘has_archive’] = true;
    $args[‘menu_position’] = 5;
    // $args[‘supports’] = array( ‘title’, ‘editor’, ‘thumbnail’, );
    return $args;
    }

    But the list of custom post type posts are still not shown up for that User Role.

    I very appreciate any help.

    Thread Starter daro2013

    (@daro2013)

    Yes, I set that user role having all Edit capabilities including Edit private.

    The custom post type is built-in with the theme.

    Cheers

    • This reply was modified 1 year, 3 months ago by daro2013.
    Thread Starter daro2013

    (@daro2013)

    Update3: Even posts and pages (not custom post type posts) cannot be seen by that User Role.

    Cheers

    Thread Starter daro2013

    (@daro2013)

    Dear @rizaardiyanto,

    Do you have an email address? I can send credentials of my website to you so that you can help fix that mentioned bug.

    Many thanks in advance.

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    @daro2013

    Firstly, it is against the guidelines to request login credentials in this forum. You can refer to this guideline: www.remarpro.com Forum Guidelines

    Secondly, addressing such issues is typically part of our Pro version support, where Pro users have access to our private helpdesk. They can securely share login details there, and we can directly investigate the issue on their site.

    If you decide to purchase the Pro version, you can do so here (currently with a Cyber Monday sale). Following that, you can share your credentials on our private helpdesk here.

    Thank you.

    Thread Starter daro2013

    (@daro2013)

    Dear @rizaardiyanto,

    Yes I am willing to buy pro version. May I have the following questions:

    1. If I fail to renew pro version, will it continue to work as normally with full features and functionalities? The reason I ask this is I dont need continuous updates due to my theme being abandoned by the its developers quite a while ago; I cant even update latest WP and some free plugins. So one year update from pro version is good enough or may not be needed for my theme.
    2. In case pro version does not well for the needs of my website, can I get a full refund.

    I look forward to hearing from you soon.

    Cheers

    • This reply was modified 1 year, 3 months ago by daro2013.
    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    @daro2013

    1. You can continue using the plugin even after your subscription expires. However, after your subscription expires, you will lose access to our support team. Also, you will not receive any more updates. These updates contain security and bug fixes, as well as new features. But our plugin will still working as expected
    2. We offer a 30-day money-back guarantee if you find that our plugin does not meet your requirements
    Thread Starter daro2013

    (@daro2013)

    Thanks @rizaardiyanto.

    I have bought it with 30% discount.

    Cheers

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Thanks @daro2013

    We will continue this conversation in the email.

    We will close this discussions.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘a User Role cannot see list of custom post type posts’ is closed to new replies.