Support

Account

Home Forums Search Search Results for 'mail encoder'

Search Results for 'mail encoder'

topic

  • Solving

    Advanced Custom Fields with Email Address Encoder

    Hi.

    I’m using ACF with Email Address Encoder plugin. The plugin works great on the standard WordPress the_content field. However, it doesn’t encode email address in my AFC. I have a WYSIWYG field where I need the email encoded.

    I tried adding: add_filter(‘acf/load_value’, ‘eae_encode_emails’); to my functions file but this didn’t help.

    Any tips?

    Thanks

  • Solving

    New Date/Time Fields Not Working

    I just updated to the latest version of ACF pro (5.3.9) and was excited to try the new time and date/time pickers. I went ahead and changed an existing field to the time picker, but when I go to edit an existing post and click in the time picker field it just displays a date picker with now options for time.

    I tried adding a new time field to the field group, as well as a date/time picker but they again only display a date picker and not a time picker.

    Any thoughts?

    WordPress | 4.5.2
    Advanced Custom Fields PRO | 5.3.9
    Akismet | 3.1.11
    Bluberry PowerPress | 7.0.1
    Dashboard Quick Actions | 1.1
    Duplicate Post | 2.6
    Elegant Themes Updater | 1.2
    Email Address Encoder | 1.0.5
    Sub Categories Widget | 1.5
    TablePress | 1.7
    Divi (theme) | 2.7.5

  • Solved

    acf/load_value for "email adress encoder"

    i need to use the “email adress encoder” plugin for my wordpress site. now i found info about how to use a filter to get custom fields to work:

    If the content supports WordPress filters, register the eae_encode_emails() function to it: add_filter($tag, 'eae_encode_emails');.

    then i found this: http://www.advancedcustomfields.com/resources/filters/acfload_value/

    and so i passted this to my functions.php:

    add_filter('acf/load_value', 'eae_encode_emails');

    so i thought i could get ALL advanced custom fields with this but it only works on one page … ? (it’s a page on the first level …). any idea how to make thsi working for all custom fields on my wordpress site?

reply

Viewing 6 results - 1 through 6 (of 6 total)