Plugin Contributor
Buooy
(@buooy)
Thanks for pointing it out trevor. I have not yet encountered the situation. Could you verify which version of wordpress you are using?
I don’t know if this is the ideal solution, but I fixed it by changing the line #149 in wp-content/plugins/meet-my-team/public/includes/shortcodes.php from echo $mmt; to return $mmt
I’ll give that a try to see if it fixes the problem on my project. I read a description of the problem and a solution at http://www.infinitedreamers.co.uk/wordpress-cant-add-text-before-shortcode/, but it’s a bit beyond my technical abilities.
Just to confirm that the fix suggested by Wh1sp3r also worked for me.
Plugin Contributor
Buooy
(@buooy)
Hi Trevor,
Thanks. I have updated a patch for this. Thanks for pointing it out.