• Resolved vipteam

    (@vipteam)


    How to hide Campaign Creator info through custom CSS? I use Child Theme.

    hide campaign creator

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    For removing these two section, please go to plugins/wp-crowdfunding/includes

    open wpneo-crowdfunding-template-hook.php in a text editor
    remove below two line and save that file, you will be done

    add_action( 'wpneo_crowdfunding_single_campaign_summery' , 'wpneo_crowdfunding_template_campaign_author');
    add_action( 'wpneo_crowdfunding_single_campaign_summery' , 'wpneo_crowdfunding_campaign_creator_info', 12);
    

    Generally these two line number 12,19 in that file

    Rate us 5 star at this plugin if you thing you can

    Best regards

    Hi

    Can i put this in function.php?

    remove_action( ‘wpneo_crowdfunding_single_campaign_summery’, ‘wpneo_crowdfunding_template_campaign_author’);
    remove_action( ‘wpneo_crowdfunding_single_campaign_summery’, ‘wpneo_crowdfunding_campaign_creator_info’, 12);

    Don′t work for me! If I delete, when updating the plugin, I understand that back as it was before.

    • This reply was modified 7 years, 10 months ago by rmsite.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide Campaign Creator info’ is closed to new replies.