New Landing How can we help? Atelier Blog post navigation on custom post types / meta options

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #268455
    stiffler3000
    Member
    Post count: 68

    Hi,

    I have two questions regarding the display of a custom post type (please see screenshot).
    The custom post type is from a plugin called learndash (e-learning).

    1.
    Can I disable the “newer post” / “older post” navigation above the comment section?

    2.
    I miss the meta-options (sidebars, title, background, ..) on these custom post types. I think that is out of your range of support but could you give me a tipp on how to get this meta settings on different custom post types? So I could hire a developer for this.
    I already tried some things that I found on the forum but the output was not what I hoped it would be.

    Thank you very much!

    Kind regards,
    Stefan

    Attachments:
    You must be logged in to view attached files.
    #268633
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this custom css code:-

    .post-aux-wrap .post-pagination{
    display:none !important;
    }

    2- Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation. We only provide support for theme issues, and at times basic customisations. While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need to make that customisation: http://www.swiftideas.com/customization/.

    Thanks
    Mohammad

    #268662
    stiffler3000
    Member
    Post count: 68

    Hi Mohammad,

    1. Thank you for the code. It works perfect.

    2. I totally understand that. You already give much more support than 90% of theme or plugin developers.

    Maybe you could just say from your experience if it is possible to get meta-options (sidebars, title, background, ..) on custom post types and get similar behavior like on pages and posts?
    Then I will get a freelancer for this.

    Kind regards,
    Stefan

    #268669
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit meta-boxes.php file at /atelier/includes/.

    Find this code :-
    ‘pages’ => array( ‘post’, ‘portfolio’, ‘product’, ‘page’ ),

    And replace with:-
    ‘pages’ => array( ‘post’, ‘portfolio’, ‘product’, ‘page’, ‘your_custom_post_type’),

    Thanks
    Mohammad

    #268707
    stiffler3000
    Member
    Post count: 68

    Amazing!
    Thank you very much!

    #268740
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks Mohammad

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register