Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Column-Matic

Popis

Column-Matic easily inserts columns into posts and pages by wrapping content with a snappy shortcode. Useful for sites with a magazine or newspaper style layout, Column-Matic shortcode wraps content in cozy columns. Content can also be separated so that text and images are displayed on opposite sides of a post or page. Visit the Twinpictures Plugin Oven | Colum-Matic | Documentation for a complete listing of shortcode options, even a few examples that might delight and even inform. Free Community Support is available.

Snímky obrazovky

  • Example 1: two columns—column 1 is assigned a width of 180px, column 2 a width of 120px. Both columns are assigned a padding of 10px.
  • Example 2: three columns w/ class attribute assigned—columns may be assigned a class that has been pre-defined in the theme's style.css file.

Instalace

  1. Old-school: upload the column-matic folder to the /wp-content/plugins/ directory via FTP. Hipster: Add the Column-Matic via the WordPress Plugins menu.
  2. Activate the Plugin
  3. Test that the this plugin meets your demanding needs.
  4. Tweak the theme css files for premium enjoyment.
  5. Rate the plugin and verify that it works at wordpress.org.
  6. Leave a comment regarding bugs, feature request or cocktail recipes at https://wordpress.org/tags/column-matic

Nejčastější dotazy

Example 1: 2 column layout using class only

[column class=“column1″]Column 1 content goes here.[/column]
[column class=“column2″]Column 2 content goes here.[/column]
[end_columns]
Note: .column1 and .column2 must be defined in your theme’s style.css

Example 2: 3 column layout using css definitions

[column width=“200px“ padding=“10px“]Column 1 content goes here.[/column]
[column width=“200px“ padding=“10px“]Column 2 content goes here.[/column]
[column width=“200px“ padding=“10px“]Column 3 content goes here.[/column]
[end_columns]

How does one remove the strange <br/> and </p> tags that are being inserted between the columns

This is due to WordPress processing the wonky wpautop function before processing shortcodes. For a quick workaround, try the following:

  1. Change execution priority of wpautop by adding the following line to function.php:
    add_filter( ‚the_content‘, ‚wpautop‘,20 );

  2. Remove breaks and spaces between the shortcodes, so the the columns appear all clumped together:
    [column class=“column1″]Column 1 content goes here.[/column][column class=“column2″]Column 2 content goes here.[/column][end_columns]

I am a Social Netwookiee, might Twinpictures have a Facebook page?

Yes, yes… Twinpictures is on Facebook.

Does Twinpictures do the Twitter?

Ah yes! @Twinpictures does the twitter tweeting around here.

How does one use the shortcode, exactly?

A complete listing of shortcode options has been provided to answer this exact question.

Where can I translate this plugin into my favorite language?

Community translation for Column-Matic has been set up. You are welcome to join.

Where can I go for jokes and fun?

Why not try: Jokes & Fun

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Column-Matic je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “Column-Matic” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.3.3

  • updated for WordPres 4.1

1.3.2

  • added WordPress 4.0 icons

1.3.1

  • fixed missing localization keys

1.3

  • removed php4 constructor
  • added I18n localization support

1.2

  • added text_align attribute

1.1

  • Completely re-wrote plugin
  • Added options page to inject custom css

1.0.1

  • Tested with 3.5 and small spelling corrections.

1.0

  • The plugin came to be.