• Sorry but it doesnt work if I use custom shortcode with attributes like this:

    [dropdown_box expand_text=”Information” show_more=”More” show_less=”Less” start=”hide”]This is my content and it will start hidden[/dropdown_box]

    No problem if use default, without attributes:

    [dropdown_box]This is my content inside the dropdown box[/dropdown_box]

    http://wordpress.org/extend/plugins/jquery-expanding-box/

Viewing 1 replies (of 1 total)
  • I had the same issue, it seems to be because the start flag is case sensitive and while the example is lowercase it expects capital case (ie Hide vs hide).

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: JQuery Expanding Box] doesnt work if use attributes’ is closed to new replies.