Before you ask please READ THIS

Shortcode Insertion Problems

edited January 2012 in Airlock Posts: 6
Afternoon,

The shortcodes themselves work fine, however the shortcode injector is not functioning at all (when I click on 'insert code into editor' nothing happens).

Is there a list of shortcodes I could have to insert them manually?

Wordpress edition: 3.3.1

Comments

  • AirAir
    Posts: 10,970
    Hello,

    That is very odd it doesn't work. I'm sure there are some java script error causing that. I will check it in my local install.
    List of shortcodes and demo to see them( http://themes.apollo13.eu/airlock/shortcodes/ )

    Headers

    [title size="h3" color="#5ca6ff"] Text [/title]
    Size: h1,h2,h3,h4,h5,h6
    color: Any validete CSS color value

    Blockquote

    [blockquote align="center"] Content [/blockquote]
    align: left, center, right

    List

    [list style="style-1"]
    <ul>
        <li>item</li>
        <li>item
    <ul>
        <li>Ut consectetur</li>
        <li>Sed quis tellus</li>
    </ul>
    </li>
        <li>item</li>
    </ul>
    [/list]
    style: default, style-1, style-2

    Image with lightbox

    [image align="none" img="image_url" url="Link_url" alt="Title of image" border="on" /]
    align: none,left,right
    border: on,off

    Tabs:

    [tabs] [tab title="Tab title"] Tab content [/tab] [tab title="Tab title"] Tab content 2 [/tab] [/tabs]
    Video:

    [video type="youtube" src="http://www.youtube.com/watch?feature=player_detailpage&v=JByDbPn6A1o" height="335" width="595" autoplay="off" /]
    type: youtube,vimeo
    autoplay: on,off

    Columns:

    [left20] 1 [/left20] [center20] 2 [/center20] [center20] 3 [/center20] [center20] 4 [/center20] [right20] 5 [/right20] [clear]

    [left25] 1 [/left25] [center25] 2 [/center25] [center25] 3 [/center25] [right25] 4 [/right25] [clear]

    [left33] 1 [/left33] [center33] 2 [/center33] [right33] 3 [/right33] [clear]

    [[left50] 1 [/left50] [right50] 2 [/right50] [clear]
    Clear

    [clear]
    Line

    [line]
    All shortcodes must have at least one space on each side.
  • Much appreciated!
  • AirAir
    Posts: 10,970
    I have recently tested shortcodes, and they where working just fine. Are you still having problems with them?
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!