• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error happened’ is closed to new replies.