• Resolved McDragon

    (@mcdragon)


    I am having some problems using another plugin within TablePress data. I am using a shortcode but its just coming up as text. Do I need a different TablePress extension like allowing PHP to make it work?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    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

    Thread Starter McDragon

    (@mcdragon)

    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.
    Plugin Author TobiasBg

    (@tobiasbg)

    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

    Thread Starter McDragon

    (@mcdragon)

    Thank you Tobias. You are awesome.

    Plugin Author TobiasBg

    (@tobiasbg)

    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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Using other plugins within TablePress’ is closed to new replies.