• Resolved panter530d

    (@panter530d)


    Hello to everyone, I need help, I want to redesign WP Crowdfunding own template for a single page campaign, so that redesigned page to be the same for all campaigns, how to do it with page builder or it must be with coding, I want to change a few things so please for help, Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The plugin docs have this to say but its not very helpful or detailed.

    The single-crowdfunding.php hooks into ‘wpcf_single_campaign_summary’ but I have searched and searched and can’t find where this is being constructed. This hook points to the content we want to edit. I found the individual parts (title, author, image) but not where they are laid out in relation to each other.

    Hello @panter530d & @blueoaks,

    To customize crowdfunding template you will need to override the following files from your child theme

    \wp-content\plugins\wp-crowdfunding\wpcftemplate\woocommerce\basic\single-crowdfunding.php

    \wp-content\plugins\wp-crowdfunding\wpcftemplate\woocommerce\basic\single-crowdfunding-content-only.php

    \wp-content\plugins\wp-crowdfunding\includes\blocks\Single_Campaign.php

    \wp-content\plugins\wp-crowdfunding\wpcftemplate\woocommerce\basic\include\campaign-tab.php

    \wp-content\plugins\wp-crowdfunding\wpcftemplate\woocommerce\basic\include\tabs\story-tab.php

    \wp-content\plugins\wp-crowdfunding\wpcftemplate\woocommerce\basic\include\tabs\rewards-sidebar-form.php

    Template hooks can be found in the following file

    \wp-content\plugins\wp-crowdfunding\includes\woocommerce\Template_Hooks.php

    To customize the frontend campaign creation form you will need to edit the following files

    \wp-content\plugins\wp-crowdfunding\includes\register_api_hook.php
    \wp-content\plugins\wp-crowdfunding\shortcode\Submit_Form.php

    Thread Starter panter530d

    (@panter530d)

    Blueoaks Thank you very much I will try so I will write in the forum and others to know.

    Template hooks can be found in the following file

    \wp-content\plugins\wp-crowdfunding\includes\woocommerce\Template_Hooks.php

    Aha! This is what I needed and could not find (and what I want to override, hopefully without breaking anything ). Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to redesign Template for campaign single page’ is closed to new replies.