Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPCharitable

    (@wpcharitable)

    Hi there,

    That may be a problem with the permalinks. If so, there is an easy way to fix it:

    1. In your WordPress dashboard, go to Settings > Permalinks
    2. Click on the button to save the settings. You don’t need to change any settings.

    Let me know if that resolves the issue for you.

    Cheers,
    Eric

    Thread Starter Georgio

    (@georgio-1)

    Yes, that resolves the problem. Thank you very much for your quick response. I am testing the plugin and if everything works well for me, I will leave a good review.

    Best regards

    PS If you accept feedback, I propose the following idea for the campaigns without financial goal:
    -remove the area about money (maybe leave the Donate button, which we could translate to Contribute)
    -make the slug translatable

    see screenshot

    Plugin Author WPCharitable

    (@wpcharitable)

    We always love feedback! We will definitely look at ways to improve both of those issues you mentioned.

    With the section about money, you can remove that entire block with the following bit of code:

    remove_action( 'charitable_campaign_content_before', 'charitable_template_campaign_summary', 6 );

    Just drop that into your theme’s functions.php file or add it with the Code Snippets plugin.

    Cheers,
    Eric

    Thread Starter Georgio

    (@georgio-1)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Clicking on a campaign points to an error page’ is closed to new replies.