Home Forums Plugins Support Vidi – Video WordPress plugin How to remove Actor and Director or customize in Haru Vidi plugin

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #9440

    Hi all customer,

    In this topic tutorial, we’ll help you remove or delete actor, director in our Haru Vidi plugin.

    For easy to edit file you can use this plugin: https://wordpress.org/plugins/wp-file-manager/

    1. Remove in Custom posttypes:

    Go to wp-content/plugins/haru-vidi/includes/posttypes/ then open file _init.php

    Find these code on line 49, 50 and remove:

    require_once( PLUGIN_HARU_VIDI_DIR . 'includes/posttypes/actor.php');
    require_once( PLUGIN_HARU_VIDI_DIR . 'includes/posttypes/director.php');

    2. Remove in Metabox & Submit Form:

    Go to wp-content/plugins/haru-vidi/includes/libraries/ then open file vidi-metabox-cpt.php

    Find all the blocks code have string actor or director and remove

    Similar find in video-metabox-submit-video.php

    3. Remove in Single Video page:

    Open file wp-content/plugins/haru-vidi/templates/vidi/video then open file single-video.php

    Remove the code display actor and director from line 520 to 560.

    If still have other issues please reply in this topic.

    Thanks for reading!

     

    ****
    Best Regards,

    HaruTheme

     

     

     

    • This topic was modified 1 year, 9 months ago by admin.
    • This topic was modified 1 year, 9 months ago by admin.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.