Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    “field” not “feild”

    Thread Starter Jonny MacEachern

    (@jonnymaceachern)

    I caught my error there and corrected it earlier but it’s still not working.

    Plugin Author Chad Butler

    (@cbutlerjr)

    Here would be a list of things to check:

    • Do you have a field with the option name acc_balance?
    • Does the user have a value for acc_balance?
    • Is the user logged in?
    • Is this shortcode being used in an area of your theme where shortcodes are enabled? WP only enables shortcodes in the body by default, so if this is a header or sidebar usage, you need to have enabled shortcodes there.
    • Is this nested within another shortcode or are there other shortcodes being used on the site? If so, and it is not a wp-members shortcode, does that shortcode re-run the shortcode parser at the end with do_shortcode( $content )? The WP shortcode parser runs only once, and some developers neglect to do this which leaves other shortcodes unparsed.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I add a placeholder to a WP-Members shortcode field?’ is closed to new replies.