• Resolved ImageBob

    (@shallway)


    I made a shortcode and put it into Ninja Table cell, it renders <! — Shortcoder conditions not met — > instead of the actual content. How can I make it work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Imagevaakash

    (@vaakash)

    Shortcodes will be executed in two conditions,

    1) They have to retain the syntax [sc name=”myname”]. Sometimes, editors will encode square brackets to something like %20

    2) The frontend/editor where the shortcode is executed should call do_shortcode().

    Please both these cases.

    Thread Starter ImageBob

    (@shallway)

    I put my shortcode [sc name=”blah”] in the text editor instead of the visual editor, then it starts to work.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcoder conditions not met’ is closed to new replies.