[Plugin: Shortcodes Pro] Tags in the content between shortcode being rendered as
-
Love this plugin…just found it. However, html tags within the shortcode tags are being encoded/not encoded properly. For example: my <h1> tag is showing like an encoded h1 tag and therefore rendering in the browser as text like
<h1 class=”pageHeading”>Test</h1> . Any ideas?Here is the gist of the shortcode I created
<div style="background:url(%%backgroundurl%%) %%horizontalbackground%% %%verticlebackground%% #f8f8f8;width:%%boxwidth%%;height:%%boxheight%%;padding:%%paddingtop%% %%paddingright%% %%paddingbottom%% %%paddingbottom%%; -webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;border:1px solid #ede9e9;-webkit-box-shadow: #B3B3B3 2px 2px 2px,0px 0px 16px 16px rgba(241,241,241,0.4) inset;-moz-box-shadow: #B3B3B3 2px 2px 2px,0px 0px 16px 16px rgba(241,241,241,0.4) inset; box-shadow: #B3B3B3 2px 2px 2px,0px 0px 16px 16px rgba(241,241,241,0.4) inset;text-align:%%textalign%%;float:%%float%%;">%%content%%</div>
The content has a simple <h1> Title </h1>
Thanks!
- The topic ‘[Plugin: Shortcodes Pro] Tags in the content between shortcode being rendered as’ is closed to new replies.