Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Hey Jade!

    Thanks for using Give! You can change the custom label using a filter like so:

    function my123_custom_donation_total_label(){
    
    	return __('My Custom Label', 'my_textdomain');
    
    }
    
    add_filter('give_donation_total_label', 'my123_custom_donation_total_label');
    

    Just change the text within the “My Custom Label” and be sure to customize the function name from “my123” to whatever your site name is…

    If you’re not sure how to add this function to your site use this plugin: https://www.ads-software.com/plugins/my-custom-functions/

    Please LMK if you have anymore questions!

    Thread Starter JadeSultana

    (@jadesultana)

    Hi, Thanks for your reply.?

    Is there any chance i can give you login details or do a remote access setup so you could change it for me, this is out of my skill range haha.

    I have Cyber duck to access the css files if needed and have also got the plugin you recommended.

    Thanks?
    Jade?

    Plugin Author Devin Walker

    (@dlocc)

    Hey Jade,

    If you use this plugin it makes it pretty simple: https://www.ads-software.com/plugins/my-custom-functions/

    Sorry but I can’t go in and do it myself. If you read about how to use the plugin it’s actually pretty easy.

    Thanks!

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi Jade,

    That falls outside of our support, but we have a detailed tutorial on useing that Plugin that Devin mentioned above here:
    https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/

    Try that out, that should get you going just fine. Thanks!

    Dear Devin,

    could you please explain to me what *actually* I have to write instead of “my123”?

    The site name of my web site is “John Storm – Die Retro-SF-Serie von Thomas Newton”. Am I supposed to enter this whole line?

    Or could you please tell me in which PHP file (without the help of the plugin) I have to change the string? Thanks in advance!

    Plugin Author Devin Walker

    (@dlocc)

    HI @kathom – you can change the “my123” to any unique text without spaces. This is just for precaution. Don’t make it your entire site name as that’s not necessary. You can add this function to your theme’s functions.php or use the plugin I mentioned prior to add it. Either way, it should update the text to whatever you prefer.

    Dear Devin,

    thanks for the reply. Good to know if I yet have to rely on that method. I already found a solution by adding my own translation in the .po file. ??

    Plugin Author Devin Walker

    (@dlocc)

    That works as well. Glad you got it!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to change the words 'donation total' at the bottom of form?’ is closed to new replies.