Hi,
thanks for your question, and sorry for the trouble.
What other plugin are you trying to use? You must make sure that it’s using the normal WordPress Shortcode API in its code, and not a custom implementation.
Regards,
Tobias
In this particular case its ImageText. Converts a text string to image. Having problems with Google Ads thinking I’m a pharmacist because I have certain drugs mentioned. Would like to try this before having to remove the words completely.
The example that I used in the last tab was
[imgtxt type=text]propofol[/imgtxt]
Worked fine when I placed it outside the table but not from within.
-
This reply was modified 5 years, 7 months ago by McDragon.
Hi,
thanks for the link to the plugin! Just as I had thought, this particular plugin does not use the WordPress Shortcode API, but a custom implementation. Fortunately, it can be made work with TablePress. For that, please add the line
add_filter( "tablepress_cell_content", "de\\flashpixx\\imagetext\\filter::run");
to the file
/wp-content/plugins/imagetext/imagetext.php
on your server.
Please add that line into the line BEFORE the ?>
at the very end of the file.
Regards,
Tobias
Thank you Tobias. You are awesome.
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!