• Resolved sock2me

    (@sock2me)


    First of all your demo site is down, so I can’t see your demos. But I’m actually looking to add comments to the Portfolio’s is that possible? Like blog posts, users are able to leave comments for consideration/approval?

    Thank you so much,
    S

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sock2me

    (@sock2me)

    I’m willing to create an Elementor Template for these pages but I’m not seeing a way to get single porfolio content element onto a template…?

    Thread Starter sock2me

    (@sock2me)

    ALSO – we want to be able to share these in social media but are looking to get a social card to attach to them… is there a way to do that?

    Plugin Author PWR Plugins

    (@rexdot)

    Hello,

    The portfolo post type (elemenfolio) should work like any other post type. So you should be able to enable the “edit with elementor” option inside elementor settings.

    To enable comments, as this feature is not currently supported, you will need to edit the plugin code:
    – Open the wp-content\plugins\portfolio-elementor\classes\powerfolio_post_types.php file
    – Replace the line 55:
    'supports' => array('title','editor', 'thumbnail')
    With this:
    'supports' => array('title','editor', 'thumbnail', 'comments')

    About the social cards, you may need to use a plugin that adds this feature to custom post types.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding comments to single portfolio page’ is closed to new replies.