Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Rick Alday

    (@mrdaro)

    Hi @efise,

    Polylang creates 1 form per language. So that means that if you’re aiming to use 3 languages within GiveWP, you’ll need 3 separate forms that are translated by Polylang. This also means that totals for donors, donation amounts, etc. for your donation campaign will need to be tallied by combining the separate language forms. This can be accomplished with the Give Totals shortcode and this snippet.

    If you need assistance implementing custom PHP code on your website we have this guide:

    https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/

    Please note that this code snippet is provided as an example of how you can extend GiveWP with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.

    Thread Starter efise

    (@efise)

    Hello,
    I tried what you’ve suggested but it is not working.
    I used this [give_totals ids=”2500,3141,3139″ total_goal=”100″] shortcode and it does not get any data from the forms. It simply displays the default message “Hey! We’ve raised 0€ of the 100.00€ we are trying to raise for this campaign!” and the total amount is not getting updated. Also, why do I have to add the total_goal? It should be able to get it from the forms.
    What I have done is to put the shortcode in the content of the donation form. Please tell me how to use the shortcode. Does the shortcode really work? If not, please tell me, so I don’t waste my time. What I need is to connect the 3 forms to share the donation data (goal, total, donors,…). Is it possible? How?

    Plugin Support Rick Alday

    (@mrdaro)

    Hi @efise,

    The [give_totals] works for this but you must implement this snippet: https://gist.github.com/rickalday/c4a5d922e918d2820f24413c075d1bb8

    I tested this on my test site before replying.

    For some reason, this didn’t link correctly in my first reply.

    Plugin Support Rick Alday

    (@mrdaro)

    Hi everyone,

    I’m closing this ticket but please follow up on our feedback site here: https://feedback.givewp.com/feature-requests/p/add-support-for-multilingual-sites

    Our feedback site is designed to be the single source for all updates on particular issues. If any movement has happened, it will be displayed there for both the public and our team internally.

    If specific feedback only has a handful of votes, that influences the priority we place on it. The more votes, the faster things get worked on!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Translate with polylang form goals’ is closed to new replies.