• Resolved ac1643

    (@ac1643)


    Hi,

    I believe I’m correct in thinking that your plugin only works for page content, not in widgets?

    Most of my email addresses and phone numbers are in a page which uses the Team Members plugin to display the information. Will cryptex work on content within this plugin, and if not is it possible to easily add some code somewhere to allow this?

    Thanks,
    Ad

    https://wordpress.org/plugins/cryptex/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andi Dittrich

    (@andi-dittrich)

    In Shortcode or Autodetection Mode ?

    By default, WordPress will only process shortcodes within the_content! by adding the following code to your functions.php file, every shortcode is handled within widgets: add_filter('widget_text', 'do_shortcode');

    If your using the autodetect feature, you can enable the widget section (Settings -> Cryptex -> Options -> E-Mail Address Autodetection -> Filter Targets)

    Thread Starter ac1643

    (@ac1643)

    Many thanks, I’ll give this a try!

    Thread Starter ac1643

    (@ac1643)

    Hi again,

    I tried this and the autodetect found the email addresses and converted them. However I would also like to hide phone numbers so I tried wrapping the number with a shortcode (eg [email]01736[/email]) and it didnt work. I also tried [cryptex]01736[/cryptex] but this didn’t work either.

    Do you have to choose between using autodetect and shortcodes?

    Thanks,
    Ad

    Plugin Author Andi Dittrich

    (@andi-dittrich)

    No, you can use both methods together – but the autodetect feature only works for email addresses.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility with Team Members plugin’ is closed to new replies.