WPIntell

Source evidence

Error happened

Remoji – Post/Comment Reaction and Enhancement · support · 2022-10-29T01:28:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Billy Wilcosky unresolved
In /wp-content/plugins/remoji/tpl/reaction_bar.tpl.php near the end there is a line for the error bar. The error happened message shows up in excerpts. For now, I’m manually removing that line. But, I know it will be back if this plugin is updated. The plugin probably should somehow not load in excerpts. hey guys! I’ve got the same problem with the “Error happened” message in my excerpts. can you please help me to fix this issue? it doesn’t look good. thanks in advance! greetings Diana You can use custom trim excerpt function and put the str_replace into it. And then add the lines to entry template: remove_filter('get_the_excerpt', 'wp_trim_excerpt'); add_filter('get_the_excerpt', 'improved_trim_excerpt');

Comments

2 shown
did3y 2022-12-20T17:21:00+00:00

hey guys! I’ve got the same problem with the “Error happened” message in my excerpts. can you please help me to fix this issue? it doesn’t look good. thanks in advance! greetings Diana

vergellan 2023-02-07T13:27:00+00:00

You can use custom trim excerpt function and put the str_replace into it. And then add the lines to entry template: remove_filter('get_the_excerpt', 'wp_trim_excerpt'); add_filter('get_the_excerpt', 'improved_trim_excerpt');