• Resolved mtschudi

    (@mtschudi)


    Hello –

    How do you remove the Back Campaign button so the only way to contribute is with a product?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @mtschudi,

    The plugin was designed to help raise funds through woocommerce checkout feature so removing back campaign button won’t automatically make it achieve your custom requirement.

    Thread Starter mtschudi

    (@mtschudi)

    It’s not that custom.. just like a Kickstarter without a “Pledge without a reward” option. In the default layout, I could easily see someone using it thinking they will get a reward, so I’d rather remove it.

    Hello,

    You can disable reward from WPCF settings > field settings.

    Thread Starter mtschudi

    (@mtschudi)

    That’s the opposite of what I want to do :/

    munayam

    (@munayam)

    Hello @mtschudi,

    You can hide “Back Campaign” button with custom CSS

    .wpneo-single-sidebar .cart .wpneo_donate_button {
      display: none;
    }

    You can edit pledge and reward values by editing the campaign product. WP Crowdfunding pledges are instantaneous and not delayed. If you are trying to allow users to pledge without a reward then disable reward feature from WPCF settings. You can send an email to support at themeum dot com if you think I’m unable to understand your requirement. A more experienced team member will follow up.

    Thread Starter mtschudi

    (@mtschudi)

    Thank you!

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

The topic ‘How to remove Back Campaign button’ is closed to new replies.