Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #325098

    Hi,

    small Problem.. we want to write.. “Welcome to the [wild]strar” as text in Special Heading
    but [wild] will be replaced as shortcode..
    i also tried [[wild]] or [ -> does not work after second safe?

    Any suggestions?

    thx

    #325270

    Hey!

    Try using &#91 and &#93:
    http://www.degraeve.com/reference/specialcharacters.php

    Best regards,
    Josue

    #325471

    Hi,

    this works for the 1st Safe. If we save the page a second time ists gone..

    thx
    chris

    #326300

    Hey Chris!

    Yes, that’s currently a limitation, the problem is that the special heading shortcode structure is like this:

    [av_heading heading='Hello' tag='h3' style='' size='' subheading_active='' subheading_size='10' padding='5' color='' custom_font='' custom_class=''][/av_heading]
    

    So the problem is that the heading text is declared as an attribute (hello) making impossible to put another set brackets there. As an alternative you can always use heading element inside a Text Block this way – http://screencast.com/t/mmF6pBVYh

    Cheers!
    Josue

    #328060

    Thx 4 Info.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘[] in Special Heading’ is closed to new replies.