Yes, thanx. I did something similar
$lcp_display_output .= "<span class='paneldate'>";
$lcp_display_output .= ' ' . $this->get_date($single);
$lcp_display_output .= "</span>";
Hope you find someway around it.
But I also found another thing. Using LCP in a nested shortcode. I’m using the Foundation framework (by Zurb) and when nesting the LCP in a second shortcode it won’t work. Like this:
[section_group type="accordion" ] [section title="Education"]
[section_group type="accordion" ] [section title="Educational models"]
[catlist id=49 orderby=date date=yes thumbnail=yes thumbnail_size=tinylistImage thumbnail_class=tinylist]
[/section] [/section_group]
[/section] [/section_group]
But I guess it has something to do with wordpress itself and I’ll try to sort it out.
ps. thank you for a great plugin btw.