Viewing 4 replies - 1 through 4 (of 4 total)
  • Having the same issue. Is currently displaying as: [email protected]

    Any workaround?

    Hey all, I found the solution (may have been trying to post an anchor tag inside of an anchor tag.)

    Remove this pieces of code from functions ‘bxcft_get_field_data’ and ‘bxcft_get_field_value’ :

    // Email.
    elseif ($field->type == 'email') {
        if (strpos($value_to_return, 'mailto') === false) {
            $value_to_return = sprintf('<a href="mailto:%s">%s</a>',
                                                    $value_to_return,
                                                   $value_to_return);
       }
    }

    Cheers

    Plugin Author donmik

    (@atallos)

    This issue is related to latest version. This thread talks about the same issue but with image fields.

    It will be solved on next update, probably next monday I hope. You can use the filter to solve it meanwhile.

    Thread Starter Bj123

    (@bj123)

    Thanks, awesome plugin btw!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems with email/website fields in Boss theme’ is closed to new replies.