• Resolved georghi

    (@georghi)


    hi,

    using plugin version 2.1

    I tried adding the following code to a page on my site – to generate a 2 column layout after the initial H1 title [Our Profile]. But the 2 columns are not being generated – just a single column.

    I am using the eleven40 child theme as my base [which has the CSS built in] and the page is set up to be a full width page – but i was hoping to use your plugin to create 2 columns within that page

    thanks

    Phil
    ———————————————

    Our Profile

    [div class=”one-half first]

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet pellentesque dui. Vivamus venenatis velit a nisi ornare blandit.

    [end-div]

    [div class=”one-half”]

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet pellentesque dui. Vivamus venenatis velit a nisi ornare blandit.

    [end-div]

    http://wordpress.org/extend/plugins/div-shortcode/

Viewing 1 replies (of 1 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    You forgot the closing ” in the first shortcode. It should be [div class=”one-half first”].

    What do you see when you view the source of your page after using the shortcodes? Do you see this? https://gist.github.com/3334394 If you do, check your stylesheet to make sure the classes are located in there

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Div Shortcode] Not Working in WP 3.4.1’ is closed to new replies.