AI Assistant
How to change 'Rate...
 
Notifications
Clear all

[Solved] How to change 'Rate this article'?

3 Posts
2 Users
0 Reactions
1,831 Views
(@adarshm07)
Active Member
Joined: 6 years ago
Posts: 8
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#4727]

How to change the text for an average rating in the blog post?



   
Quote
Elvina
(@elvina)
Support
Joined: 7 years ago
Posts: 1403
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Hi @adarshm07,

As a temporary solution please add the following js codes in your active theme js files.

jQuery(".wpdiscuz-stars-label").html("//your text" + jQuery(".wpdiscuz-stars-label").text().substr(jQuery(".wpdiscuz-stars-label").text().indexOf(' '))); jQuery(".wpd-cf-label").html("//your text :");

Here is the  instruction how to add a js file or js code in the active theme: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/



   
ReplyQuote
(@adarshm07)
Active Member
Joined: 6 years ago
Posts: 8
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

@elvina thank you.



   
ReplyQuote
Share:
Scroll to top