WordPress Plugin: Page Columnist (en)
| WordPress Version: | WordPress 2.7 or higher |
| PHP Version: | PHP 4.4.2 or higher |
| tested Browser: | IE7 | FireFox 2.0.0.16 | Opera 9.27 | Safari (Windows) 3.1.2 | Google Chrome |
| not supported Browser: | none known yet |

As a WordPress user asked me about writing WordPress Pages with columns as easy as possible, because he does’t have any experiences in HTML and CSS, the idea was born to write a plugin that deal with this issue.
Mainly this plugin is for users want to write the page content with TinyMCE as before but get the text presented at columns. Also the HTML editor should be supported but this group of people may not use it excessiv.
new extension: Since version 1.6.0 of this plugin it’s not longer limit to static pages. It now works well with single post pages too if you need it.
Extended Usage of Page Breaks
The presentation of the page content as columns based layout uses the original option in WordPress, that any page with the <!– Nextpage –> tag inside will be split into sub-pages. But no one says that a page break have to be always a page break.
The page breaks can also be handled as column separation, but we must care about, that WordPress outputs now sub pages as columns instead of next page pages. However, a global re-interpretation would be counterproductive, because not all WordPress pages may/should be presented at column style.
Under this concept a page break separates a page into 2 columns, two breaks in 3 columns, shortly said: N breaks generate normal N + 1 columns. The columns should automatically distribute the space available among themselves and all get the same width. A gap between the columns is useful, so they do not appear stuck together. The plugin calculates the column widths on the percentage level and additional all columns except the first one get a leftist decency of each 3%. The plugin ensures that the sum up of all the columns + distances again reaches 100%.
selectable Page Break Behavoir per Page
As you may see at the intro image, it is possible to define at a per page base how the page breaks will behave. In total you have now 6 different modes of page break behavoir:
- WordPress - Next Page (default)
- Ordinary Plain Page
- Every Sub Page as Column
- First Sub Page as Header
- Last Sub Page as Footer
- Interior as Columns
Each of this modes interpretes the page breaks in its own way. How this will behave i will show you at the sections mode by mode and step by step with demo shots.
WordPress - Next Page (default)
This is the default behavoir of WordPress buildin, if a page contains some page break tags. The plugin didn’t do anything with pages, that have been configured this way. All page creation will be handled by WordPress.
This is also the mode which is assigned automatical to all existing pages at database, if this plugin will be activated.
If a page doesn’t contain any page breaks, WordPress shows up as known a simple single page. In case of contained page breaks, the pagination selector will occure (also build-in functionality).
Ordinary Plain Page
If a page running this mode is containing some page breaks, the plugin changes the behavoir of HTML creation. All page breaks will be removed and the entired page will be forced to show up as a single page without any page breaks or pagination.
In other words: all sub pages will be joined.
To make it again absolutely clear for all audience, this plugin doesn’t change the database page text content, it only changes how the resulting HTML code will be produced out of this still unchanged data.
Every Sub Page as Column
If this mode has been selected, all sub pages will be shown as columns with the same width. The column spacing (as introduced above) will be hardly defined by the plugin with each 3% of available total width. Doing so you will get an absolutely uniform layout of columns and you need not care about the correct width calculations.
In future versions i will provide a backend configuration for those values. But currently you have to change it at plugins code (margin member), if it is too small or to wide for your needs.
First Sub Page as Header
Choosing this mode the plugin handles the 1st sub page different. This first sub page will be shown at the full available total width and look similar to a header row. All remainig sub pages will be shown as columns below this header row. This gives you the chance to have something like a lead story and the remaining content as columns.
The column layout presented sub pages get again an absolutely equal width and will be arranged across the total available width. This is a layout you may know from several magazin theme styles and can be easily produced using this plugin.
Last Sub Page as Footer
This kind of appearance is the opposite to above descibed one. Now the last sub page will be shown at total available full width at the end of produced HTML page. This looks similar to a footer row. All sub page prior to the last one will appeare as columns above the footer row. Also for those columns again the equal sized column width will be keeped.
Using this mode you have the chance to present a conclusion area at the end of page, that will again use the full available width.
Interior as Columns
This mixture of header and footer based layout may be most similar to ordinary HTML page displayment. The first and last sub page treat as header and footer row while the remaining sub pages between will be arrange at column layout.
Again the plugin ensures that all column based sub pages will get the equal width and appropriated spacing between to show up in most complex layout. It is always (also the other modes) your choise, how many columns you will be get. If you force more page breaks, the width of columns may be get very small sized, be careful with the count of sub pages.
Configuration of Page Mode
For an easy way of configuration this plugin extends the Admin GUI with a new box, which appears at New Page and also at WordPress Admin page editor page. It will be first introduced at the sidebar and can be dragged to a place you prefere.
At this box you can select the mode you want this page to be shown, nothing more to do. The plugin handles the remaining action now for you. Also the pages overview admin page for already existing pages get a new table column, which shows the current mode of each WordPress Blog page.
But to get columns in your HTML delivered as visitor page you have to insert page breaks into your content. The plugin ensures, that the page break button appears at the visual editor (TinyMCE) and also at the HTML editor, if they are not contained by default.

If you did split your content into more sections as needed for the layout, you can choose, what should happen with this overflow section. As default all overflow sections will be hidden and you get a single solid page with your layout. But you can also choose the virtual paging, where and overflow section threat as a new sub page. If you have not enough sections defined, the output will show you this using the red text “content missing”. Please write more sections to fit the sub page or just insert enough nextpage separations.
For those of you searching the new box in the sidebar after installation, please scroll down. WordPress sometime appends the new box at the end of all right sidebar boxes. You can use the drag ‘n drop functionality of sidebar to move the Page Columnist box up to the top of sidebar.
Assistance at Page Preview
You can switch on the Preview Assistent which gives you extended customization capabilities. You now are able to change the page specific spacing of columns. But as newly introduced feature you can also change the distribution of columns just by drag ‘n drop the spacer by mouse. If you found your prefered layout, save your results and this page will be shown at your arranged customization. This is a per page feature, you can define it for each page different if needed.
This is also Theme switching resistent. If you change your Theme, the plugin takes care about, that the relation of columns will fit the sizes of your new one prefered or tested Theme.

How can this be styled additional by CSS if i need it?
The generated code contains several id and class names, that can be used.
available Element Id’s
- cspc-trans-wordpress-wrap
- cspc-trans-ordinary-wrap
- cspc-trans-columns-wrap
- cspc-trans-header-wrap
- cspc-trans-footer-wrap
- cspc-trans-interior-wrap
- cspc-header
- cspc-footer
- cspc-column-0
- …
- cspc-column-N
available Class Names
- cspc-wrapper
- cspc-column
Installation
There are not so many words to write about installation. This plugin needs WordPress version 2.7 and higher, lower versions will not be supported yet.In urgent cases or on massive request i will think about backporting, but i’m afraid, this may include only 2.6 trunk but never below that.
After downloading the plugin decompress it and upload the contained folder at your wp-content/plugins/ folder. Now the plugin can be activated and will be ready for use immediately without any further configuration.
actual Download
Plugin Version: page-columnist-v1.7.3.zip (4521 downloads)








Zauberer & Falschspieler
09.01.2009 | 02:46Hello Heiko, i was looking for a tool like this, it´s downloaded and installed on my site and it works very well. Easy to install, easy to use, very good work! Thanks a lot for this. I think i have to write some lines on my blog about this …
bye
reply »
mores
10.01.2009 | 02:01Wow, looks awesome.
I don’t really need it at the moment, but I’m sure this plugin will come in handy.
reply »
Gabriel
12.01.2009 | 07:23Great plugin, and it should be incorporated to most Magazine themes. I like the possibility of continuing to work in the default mode and the ability to divide the interior page into 2 to 4 columns.
One question though:
a. with a Sidebar at, let’s say, a width of 300 px, it leaves 600 px width for the columns. This gives us a maximum of READABLE columns of 4, editorially speaking.
b. Let’s say I am working on a list of my site (hispanicla.com) authors. It’s ideal for the Page Columnist features. But only if there are an absolute maximum of 6 (One in the header, one in the footer, four in the interior). If I have more Authors I would like to have them in a new page. What is the way to do it?
Thank you!
reply »
codestyling
12.01.2009 | 11:25I know this problem, because the pagination feature is not longer possible with columnization. As you can see, i try a more complete onpage editing and i will think about something link fixing and repeating those layouts into artifical paged pages. This could be in your case exact 6 sections in header/footer column layout and then paging the next 6 sections.
But this will take some time, i write such plugins in my rare spare time, so it can’t be available soon, i’m afraid.
Thanks for this hints, they are wellcome everytime.
reply »
Alex
28.07.2009 | 22:27+1 for this.
As of now i do the splitting manually in the template.
reply »
Gabriel
12.01.2009 | 07:34I apologize for the double posting, this is a different question.
Is it possible to have this wonderful plugin work with posts?
I tried to use a plugin called p2p converter that just turns a page into a post and viceversa, but the post didn’t have columns…
reply »
codestyling
12.01.2009 | 11:30Having this for posts it’s much more difficult, because the pagination have to be handled more deeply at WP core code doing so.
Reason: Feeds doesn’t publish pages, so i need not care about what happend with pagination. But i have to manipulate the feed generation too, if it would be available for posts to prevent feed output shown several single pages of your post.
May be, as long term task this could be handled, but the expense is much too high for my available time at the moment.
reply »
Bogdan
15.01.2009 | 22:43Downloaded, installed it, works in admin but nothing happens on the frontend of the blog. Created a page with 2 subpages, chosed the subpage as collums choice at the parent page but the subpages are still displayed in original wordpress way. Have PHP 5.2.x version and latest wordpress. What could be wrong?
reply »
codestyling
17.01.2009 | 17:39Could you provide a link to a page to be shown in that way? You can also mail me that information.
I need to inspect the produced output for such a page.
reply »
Benjamin
20.01.2009 | 11:18Hello.
As everyone says, great plugin !
I can’t get visual assistance on preview.
Did I miss something ?
Ben
reply »
codestyling
20.01.2009 | 11:56Get the visual assistent at preview requires 3 steps:
1.) tick the checkbox at page editor Page Columnist Box to get i activated for preview.
2.) press the button preview, don’t use middle mouse button to get a new tab, this doesn’t work (WP issue).
3.) click on the upper middle yellow Page Columnist Tab to slide it down.
That should work, i think you are forcing in preview in a new Browser tab, but this doesn’t work since WP 2.6 any more, it looses the preview information. If you press the button directly (yes i know, your get a new window) the assistent should be available.
reply »
Benjamin
21.01.2009 | 09:34Hello again! I wish I had effectively not done the three of these simple things… And I don’t eve tried to get this in a new tab…
Anyway I tried again and re-check the three steps and I still can’t get visual help. Maybe one of the other installed plug-in make yours crash or something in my design ?
I can install a list of plugin a have if you want. Let me know by eMail.
Danke schön
Benjamin
reply »
codestyling
21.01.2009 | 12:01Ok, mail follows soon
27.01.2009 - update: The issue was driven by serval plugins, that doesn’t handle their script initialization well. Contact Form 7 as example does not handles a potential error during initialization and blocks all other jQuery related scripts from initializing. I have informed the author (all the others too) and they will provide as soon as possible an update of their plugins to make such scenarios less harmful.
reply »
Admin
27.01.2009 | 18:55I would really love to have this plugin but i don’t want to upgrade from WP 2.6 (too much to backup), plus I am not using a WP theme. Is there an older version of this?
reply »
codestyling
27.01.2009 | 19:21I’m sorry, it is currently only available for WP 2.7 version. But my ToDo List still contains a mark, that i will try to backport it downto WP 2.6 versions. This may follow, as so as the next update has been released (afterwards).
Next update introduces multi purpose and customizable virtual pagination. This includes the ordinary page number bar like WP does, a compressed paging like google search page bar, a ul list based display of sub pages, where the title of link is not a number but the first h1|h2|h3|h4|h5|h6 that occures at the virtual sub page. Last mode brings an extension of TinyMCE, you can put in your own subpage title into content (like nextpage) and they will be used to build the list menu of subpages but will not occure inside the content itself by serving the page.
If you wan’t , i will inform you about occuring 2.6 compatible version, please let me know, i would put you on my reminder list.
reply »
Admin
27.01.2009 | 22:22Thank you, I’d like to be informed about the occurring of 2.6. I also like the next update of this plugin and probably will try to update my WP but just in case let me know about 2.6, I might use it on another website. Thanks again
reply »
Luca Realdi
02.02.2009 | 13:21Congratulations on your excellent work!
I await with enthusiasm the development of widget support.
I’m working on a similar plugin but I think that will stop the development because I think your excellent work!
Thanks!
reply »
codestyling
02.02.2009 | 14:39Thanks for congratulations and also for sended translation file. As i wrote at last comment thread, the next update (comming this week) will contain customizable pagination, and surprise: SEO conform next page links without numbers but rewrite permalinks (if permalinks are enabled).
So if WordPress currently the 2nd page would present as /my-new-page/2 the new introduced naming (and sanitizing of names) comes up with permalinks like /my-new-page/overview as example (and full customizable).
Some issues (related to sitemap generators only) have to be analyse now, but it works perfect now with SEO conform links instead of numbers (if you want or need it).
I will package for now the translation you sended at next update, please feel free to send again a new translation with the upcomming new texts. I would be happy about.
reply »
Steve
04.02.2009 | 06:51When I activate the plugin in is adding and extra tag. When I deactivate it extra tag is not there,. Any ideas?
reply »
codestyling
04.02.2009 | 12:07I don’t understand what you name an “extra tag”. The plugin produces additional
reply »
Steve
04.02.2009 | 18:59It could be my theme but the page validates without the plugin active.
http://www.shivermytimber.com/test/
reply »
codestyling
04.02.2009 | 19:12The theme isn’t the problem after i’ve inspected the page. There are indeed closing paragraphs </p> inside the produced container at the end. This looks like a new one problem of wpautop function, which tries automatically paragraph detection and did it sometimes wrong. This WordPress build in feature is the most common reason for invalid outputs.
If you can, please keep this test page online, i will spend later on a complete testcase based on your content to search the reason for. I spend many hours in this horrible wpautop function to avoid this, but it’s seems, that some cases still remain. Did you deactivate wpautop by TinyMCE Advanced as example ?
reply »
Steve
05.02.2009 | 21:55I checked and wpautop is disabled. I tried re-deactivating wpautop again and creating another page which also has extra tabs.
http://www.shivermytimber.com/test2/
Any know conflicts with other plugins?
reply »
Álvaro Degives-Más
17.02.2009 | 03:41The plugin is remarkably intuitive. Well done on the UI! Now a question… I’m not sure if that’s because some plugin is interfering, or perhaps it’s not contemplated yet, but my problem is figuring out vertical spacing of text - i.e. where to whack off text with the Nextpage tag for the next column, so that there are more or less neatly even columns…
Or am I looking for something impossible?
Either way, this plugin looks really wonderful for magazine type sites!
reply »
codestyling
17.02.2009 | 03:57I know this problem, but it is not always possible to get automatic equalized heights of columns because of images could be contained. Currently i left it to the user to find the correct place inside the content to separate it into columns. But i currently also test some additional css styling at the moment to get it handled in a way, that the largest column will define the height of all other ones. But could also require javascript, not sure yet.
But i will try to get something ready for next update, currently i have to coordinate my work after the german WordCamp where i did show my localization slides and talked to Matt approx. 1h about WP’s localization capabilities for the future.
reply »
Abbas Jaffar Ali
27.02.2009 | 09:57I was wondering if you could (for a fee) enhance this hack a bit. What I would like is that every time a page Break is inserted, a separate Editor Box is added at the bottom for and only for the new page. So basically, each page has their own Editor box.
Why I want this is beacuse I’m not HTML coder however, some pages require a cut’n'paste of Code for me. I can easily navigate to that page, switch to HTML and paste the code there.
Normally I have articles that are 6-10 pages so it becomes very hard to find the exact place and page break to insert the code I want. This would make things so much easier for me
reply »
codestyling
27.02.2009 | 11:34Sound link an interesting idea. This will need a more deeply analysis at core files, how this can be achieved without patching a core file. But in general this may be indeed a more intuitive way to edit separate pages and would make it also easier to give each page a SEO based title and link instead of currently only the number.
I will put it on my big TODO list and will inspect it as soon as possible.
reply »
Abbas Jaffar Ali
28.02.2009 | 18:14Thanks-
Like I said, I could financially contribute somwehat to it and would love to have this functionality
reply »
codestyling
01.03.2009 | 05:42Feel free to send me suggestions or code changes. I will try to combine this with the current local extended version that supports rewrite rules for sub-pages with SEO qualified slugs now (not yet available but soon).
reply »
Abbas Jaffar Ali
01.03.2009 | 06:56Hehe- I’m not really a coder in any form but an editor/writer for a tech website. The only thing that I’ve seen for wordpress is this extenstion:
http://www.tarkan.info/20080106/tutorials/wordpress-plugin-multipage-tool-kit
While this doesnt actually split the Editor into multiple boxes, it allows each page to be named and a drop-down created that can move you to that page in an article. It doesnt change the page number in the URL to the name of the page, but that would definitely be an excellent idea.
reply »
drew
11.03.2009 | 20:37great plugin! i know this may require some css changes but I was wondering if it is possible in a three column layout, to have an image display over the two right columns, while having the left column display next to that image? This would be like the “First Sub Page as Header” layout, except the First sub page would be bumped to the right to allow room for the far left column. thanks!
reply »
Abbas Jaffar Ali
24.03.2009 | 14:28I’ve had some progress with my idea- can you possibly email me so I can share some info with you?
reply »
Damian
03.04.2009 | 03:24What a great plugin, I was looking for something like this, thanks for share.
reply »
greenminute
18.04.2009 | 22:26Hi, thanks for this great plugin, but would it be possible to extend the columnization feature also to regular Posts?
My blog layout is a bit different, more horizontal than vertical and I could use columns in my posts as well.
reply »
codestyling
27.04.2009 | 11:17There is a problem having this on posts. The page part doesn’t consist of categories so it’s easier to detect and rewrite the rule of pages. In terms of posts it is not always possible to make a decision between parts of URL are TAG / CATEGORY or TITLE itself. I haven’t found a suitable solution for pages yet. Hopefully the next WP version with new capabilities gives me more assistance therefore.
reply »
greenminute
20.04.2009 | 20:19Could you please upgrade the plugin to include posts as well?
There is nothing out there comparable to this plugin, and I really need it to be extended to posts.
reply »
greenminute
27.04.2009 | 02:44I hope you can hear my pleas one day.
I am quite desperate to say the least. Is it possible to also have the columns in posts?
I posted my email address, so if you could email me your reply, I would appreciate it greatly. Tnx!
Agnes
reply »
codestyling
27.04.2009 | 11:30Sorry for my delay, i had some trouble forced my to temporary shutdown any WP actions. As written to your initial comment i have currently no solution for post. I’m still thinking about but now i have to check a lot against WP 2.8 upcomming because some strange changes will be included.
reply »
Adrian
06.05.2009 | 04:30Nice plugin, works without problems, easy to use, thanks for share!
reply »
JS
07.05.2009 | 16:43Brilliant plugin! Tnxs!
reply »
Mike
12.05.2009 | 15:54Hello Sir,
Just a quick question for you if i may….
i want to make use of your plugin and want to make sure its going to do what i want it to… so what i want is to post 3 pics in a row and underneath them be able to post descriptive text in 2 columns to break up the length of the text area. will your plugin do this?
Thanks in advance…. Mike
reply »
codestyling
14.05.2009 | 14:26It’s a little bit tricky. There is currently no support for futher splitting columns again in subcolumns. But the try could be:
- choose a layout with header part and 6 equal columns
- ensure the float left and correct picture sizes inside the header part (simulates 3 columns)
- fill your text into the 6 columns as needed
2 columns should be the same size as the picture above so it should look like 3 colums splitted again for the text. On fluid layouts the header may a bot more tricky, 2 float left and one float right may be.
I hope this word arround may help, currently i have no other solution.
reply »
Greg Naylor
29.05.2009 | 09:27I am usin your plugin ssuccessful at http://www.gregsweb.info/?page_id=7
Thank you
reply »
Jeff
11.06.2009 | 13:56Great Plugin! Although after upgrading to 2.8 it no longer works. Any ideas?
reply »
codestyling
11.06.2009 | 14:42Yes, i have analyzed WP 2.8 and the core team has changed the point of time some hooks will be called. In WP 2.8 it’s to early now and the correct work of plugin will be trashed by code executed after the hook now.
In WP 2.7 this core code where located in front of the hook
I will update the plugin within next 24h to meet WP 2.8 too.
reply »
Jeff
11.06.2009 | 22:01Great. Thank you very much!
reply »
codestyling
12.06.2009 | 03:53A new version 1.3.0 has been released and will work with WP 2.7 (as before) and now also with WP 2.8
reply »
Ankit Shekhawat
16.06.2009 | 11:24Great plugin, just what i was looking for!
Only problem is , i have a single-post homepage and i want to see columns, but what i get is the standard page links(though i can see columns in the single post page).
Is there a way i can get the columns on my homepage, please help
Thanks
Ankit
reply »
codestyling
16.06.2009 | 11:56Can you explain, how you have confirgured you single post home page ?
I’m interested, what you have defined in Backend settings for the front page and also based on what template your frontpage is created of. May be, that the plugin doesn’t detect a frontpage that’s why i would need more information to reproduced this in my local test environment.
reply »
Ankit Shekhawat
16.06.2009 | 21:52I am using a highly customized Atahualpa 3.3.2 theme, i am currently showing one post page from wp-options/reading
you can see it at my test server - http://somras.byethost10.com/,
if you look at the single post page then the plugin works fine
for eg - http://somras.byethost10.com/15june2009/
reply »
codestyling
16.06.2009 | 22:06Just for a testing case, at line 760 of the plugin’s php file you should find this line:
if (is_page() || is_single()) {could you please modify it to
if (is_page() || is_single() || is_front_page()) {I think, this should activate it on you front page too. Any reponse is welcome, dependend on your feedback i will attach this to the normal plugin code at wordpress.org.
Currently i have no testing environment to check it by myself
reply »
Ankit Shekhawat
16.06.2009 | 22:42Amazing!! it works now , thanks a ton codestyling… i had a feeling it had to do something with conditional tags just couldn’t find them in the plugin, you are great
reply »
Jets
28.07.2009 | 06:55Hello Ankit,
I use Atahualpa too. In your second example the spacing of 3% has gone. That’s my problem too. Somehow it disappears.
It has got something to do with the preview, because I can’t save the preview as well. It opens a new blank page. Somehow the default spacing goed to zero. Any idea’s?
reply »
codestyling
28.07.2009 | 09:58You didn’t name the WP version you are using.
Did you update to 2.8.2 and this happens now or did it disappear from one day to another ?
reply »
Ze
05.01.2010 | 21:27Hi codestyling,
I’m having the same problem: when I save my pages with 3% column spacing everything looks fine. But after a while (in the next day, for example), when I go back to the pages to check their layout, the 3% column spacing simply disappears (it goes back to 0%).
BTW, I am using the Options theme, and It seems that this problem started when I upgraded to WP 2.8.5. Any suggestions to solve this problem?
Thanks for your help and congratulations on the excellent work!
reply »
jeremy dawes
05.06.2010 | 10:44i have this same problem. i got it when i tried to use it last year and it seems to give me the same result now. it works fine except the column spacing always resets to 0%. I’m using 2.9.2
reply »
CSS designer
23.06.2009 | 08:07looks very promising going to install and play with it!
reply »
CSS designer
23.06.2009 | 08:205 minutes later, got it all working great stuff!
reply »
greenminute
28.06.2009 | 07:11Hello, two months later and are you still considering to extend the columns to POSTS?
Please, I am begging you to make it work for posts as well, because right now I have to use TWO plugins to do the same job and it’s ridiculous.
Is it really that difficult to do?
Regards,
Agnes
reply »
codestyling
28.06.2009 | 12:52Since latest version the posts can be columnized too. Only one restriction is currently in place: the category base view (a collection of posts) won’t show the columnization.
This may cause only a problem, if your category view shows the full content as well as the single post view will do.
This is subject of further development because of WP2.7/WP2.8 changes of processing post loops internally.
reply »
Chris
29.06.2009 | 21:54Hello
i am trying to not use a static page as main site with subsites but an article site with subsites
I thought this is possible. When i look into the wp admin settings it is possible to select an article or a static page as default page. however only static pages are displayed within both drop down menues
In general it wouldn´t matter but the static pages usually appear automatically in the main site menu
like “contact” or “imprint” and I do not want to display this static page there.
Therefore I thought I would just make use of an article.
Is this somehow possible?
thanks for a feedback
chris
reply »
codestyling
29.06.2009 | 22:17If the page you did address is yours, than you should be able to understand german tutorials. How to get a custom front page is shown by texto.de Homeseite gestalten.
Because this may become your frontpage, you will need also the patch shown in comments above to get columnization working on frontpage too.
reply »
jeremy
11.07.2009 | 04:37This is brilliant and the interface for managing the columns is excellent. Only just discovered this when i was looking for a way to do columns instead of using tables in the html editor. Very well done and thank you.
reply »
MasaSGM
11.07.2009 | 17:50Hi,
I love this plugin.
But one question about the usage,
With “Interior as Columns” setting,
I would like to add single line or line spaces:
one for just after first subpage (header) and
one for second subpage, and just before last subpage (footer).
I used but not displayed.
Any suggestion to display the lines?
Thanks,
Masa
reply »
codestyling
12.07.2009 | 17:12Instead of using space line i would suggest to use css in your style.css and addressing a margin at this both container:
#cspc-trans-header-wrap { margin-bottom: 25px; } #cspc-trans-footer-wrap { margin-top: 25px; }This margins are more reliable formatting as space (line breaks) would do. Adjust the values as you need it.
reply »
MasaSGM
14.07.2009 | 01:51Thanks for your reply.
I use iNove but I don’t clearly understand where to insert these codes.
That is the reason why I use this plugin without modifying the style sheet.
reply »
codestyling
14.07.2009 | 02:13After inspectation of inove theme i would suggest to place it at the end of your style.css after the comment /* thread twitter END */ (should be arround line 1200)
After apply this to your stylesheet file and reload, this should take effect.
reply »
MasaSGM
19.07.2009 | 06:17Thanks.
I added two lines to the bottom of style.css of iNove as you said, but nothing changed.
reply »
George
25.07.2009 | 17:07Plugin not working as advertised:
I have installed x2. The plugin is alive and present however example select Interior as Columns enter 2,3,4 etc. no code shows in insertion point and when saved the following is displayed on page view. * content missing
Can you help?
Thank You
George
reply »
codestyling
25.07.2009 | 21:47Did you insert nextpage pagedbreaks into the text you wrote ?
The content missing only occurs, if you do not have enough nextpage breaks at your written content.
As example a page with 3 columns only will need at least 2 such nextpage breaks to create content for 3 columns.
There is a button at the visual editor and also HTML editor for easy insertion.
reply »
Dan
08.08.2009 | 01:06I’m getting the following error. I’ve installed an updated verion-any idea what i’m overlooking?
Thank you,
Dan
Warning: implode() [function.implode]: Invalid arguments passed in /home/content/54/4409254/html/jaime/wp-content/plugins/page-columnist/page-columnist.php on line 192
reply »
Paul Williams
02.09.2009 | 21:49Hi
Very nice plugin!
I’m wondering if there’s any way to ’stack’ columns.
I mean have a header, then two columns and then underneath have to more columns?
Paul
reply »
Sourena
08.09.2009 | 10:58I have added “nextpage pagedbreaks” but I still see “content missing” at the bottom of the text instead of text showing up. All the paragraphs separated by “nextpage pagedbreaks” show up in the same page.
What could be wrong?
(I use WP 2.8.4 and the latest version of your plugin).
reply »
Sourena
08.09.2009 | 11:09Never mind. I found out what the problem was. I used “more” instead of “Next Page”. That is why I could not see the change.
But I still have another problem: The plugin sets up the columns from left to right. It means on Right-to-left websites (Arabic/Hebrew, Persian, Urdu) the plugin cannot be used. Is it possible to adda right-to-left support to the options?
reply »
Job
29.09.2009 | 15:04HI,
I reaally like the plugin. It works as you told. But there’s one problem for users, which uses the Wordpress own “Press this” .
I use it a lot and discovered that the 3% marges don’t come with press this. It will go to zero%
I do not know how to change this so I always have to do the article twice to get the 3% back.
Could you have a look at it please?
reply »
Marci
09.11.2009 | 15:20Hello! I have the above problem, is it possible to have an empty page /just to have the subpages in columns/?
And if so where do I have to put the nextpage into the child pages or in the empty parent page? THNX
reply »
Lynn P.
29.12.2009 | 05:29I love your plug-in! But, I am unable to get the preview assistant to work and I want to use it to adjust the column widths. Is there another way to do this since the assistant is not working for me? I have the cForms plugin which I see from a previous comment is the likely cause of why the assistant is not working. Any suggestion to get around this so I can specify the column widths?
reply »
Sandy
30.12.2009 | 02:59I use the Atahualpa theme, and I just installed this plugin. I love it, except at the top of each column this shows up: PHP_EOL. Do you know how to get rid of this? I’m new to wordpress, so I’m not sure if this is an error or what. I’d appreciate any help you can give.
Thanks!
reply »
Andreas
24.01.2010 | 13:31I’ve tested the plugin with WP 2.9.1 and it work wonderfully. Should you ever consider to employ gettext for a multi-language version, I’d be happy to supply the German translation.
reply »
Philip
27.01.2010 | 02:36Please help. I am using the Page Columnist plugin, and really like the column features. But the “% column default spacing” keeps resetting to 0%, which messes up my pages. How can I make sure this does not change once it is set?
thanks
philip
reply »
Lewis
27.01.2010 | 04:57This doesn’t seem to work on a “links” page using a theme that provides a links template. To display links on a page with this template, one simply creates a page and applies the links template to that page.
Should it work? Perhaps it only works with static pages.
reply »
Teya
27.01.2010 | 22:07Hi, for some reason when I’m previewing my page the Assistance tab at the top isn’t giving me a save button so I’m unable to save my changes. Any suggestions?
This plug in is excellent, by the way!
Thank you!
Teya
reply »
Scott Pelland
23.02.2010 | 01:16I’ve used Page Columnist on several sites and it’s a great help for styling. The interface is one of the best I’ve encountered. But recently I’ve noticed a problem in which the Column default spacing % reverts to 0% on all posts and pages if a post or page is deleted on the blog. Obviously, it’s easy to reset the default, but I was wondering if you had heard of this occurrence and if you had a solution to it. It’s been happening with WP 2.9.2.
Thanks,
Scott
reply »
Ritz
08.03.2010 | 08:05This is simply awesome. Very well made and extremely user-friendly while being very functional as well.
I have one issue however. I’ve used a column spacing of 5% between two columns. It works fine and everything looks great, but a few hours later, the column spacing disappears!! and the column gets garbled up. Any ideas on how something like this happens??? I’m lost for an explanation!
Regards,
Ritz
reply »
Wolforg
18.03.2010 | 07:14Hello and congratulations for this great plugin
I can translate it in french but I haven’t any .pot for do that. Feel free to send me it by mail and I’ll send you the french translation
reply »
Marc
20.03.2010 | 12:46The plugin works perfectly since i deinstalled my event calendar plugin. Now i have another problem: on the mobile version (wptouch) of my site the columns still exist. does anyone know how to disable the columns when used in a wptouch theme?
Best regards
Marc
reply »
Andreas
04.04.2010 | 19:00It’s a wonderful plugin, with just one oddity: the default spacing between columns is constantly reverted to 0% once I’m logged out. I’m not quite sure yet whether this could be caused by any other plugin or not. Is there a way to hardcode that 3% default spacing somewhere?
reply »
Jasper
09.04.2010 | 16:52First of all, thanks for this great plugin!!
But I have a problem with the Assistence at Page Preview. I followed the 3 steps mentioned by you in the comments, but still can’t get it working. I need it to set the width of the columns.
I use Firefox, WP 2.9.1 and tried it with disabling other plugins. I use TinyMCE which I didn’t disabled, afraid too lose some content :p
I hope you can contact me by mail for some support.
Thanks in advance!
reply »
Ben
14.04.2010 | 23:08Hey Heiko,
I installed your plugin and it worked great, until I installed some bad plugin for embedding movies. Since then, the columns don’t appear as they should in IE8. Everything looks great in all other browsers and as said, it looked great before installing that other plugin. I tried everything, but I can’t get it fixed.
This page shold have 2 columns:
http://www.du2s.nl/contact-boekingen/
And it does in FF etc. I have reinstalled your plugin, I have reinstalled the theme, but no go. The weird thing is, that when I activate the default WP theme, it DOES work in IE. Do you have any clue where the problem might be? It’s drving me crzay
Cheers, Ben®
reply »
Wolforg
23.04.2010 | 11:23Hello and congratulations for this awesome plugin
I’ve translted it in french today, feel free to download this translation for next version here : http://www.wptrads.fr/page-columnist/
Keep the pressure!
reply »
Will
29.06.2010 | 14:41Is it possible/how do I define a width for my columns rather than it being automatic?
thanks
Will
reply »
jeremy dawes
03.07.2010 | 02:37Hi, a much anticipated update. I tried updating the plugin to the latest version on a 3.0 wp install but it doesnt seem to work. like no columns on the page at all. I’ve tried it on a couple of development sites too, same issue. Also, when i upgraded the plugin on an old site i couldnt get the column spacing to change at all, on a fresh install i didnt have that issue though.
reply »
Craig
03.07.2010 | 10:48Greetings, thanks for an awesome plugin. Version 1.6 worked nicely but 1.7 not working at all.
Can you add some advice please.
Craig
reply »
bassoprofondo
04.07.2010 | 12:56Hallo,
ich nutze seit längerem das Plugin mit Freude und bisher ohne Probleme. Mit dem neuen Update jedoch scheint ein Problem zu entstehen, indem bei seitenspezifischer Deaktivierung des Plugins (bei „Seite bearbeiten“ im Backend; Wordpress 3.0, TwentyTen Theme) im Frontend keine Seitenumbrüche / Reiter zum klicken mehr dargestellt werden. Hm, vielleicht blöd ausgedrückt, also nochmals versuchen:
Habe ich beim Schreiben einer Seite den „nextpage-Tag“ (denke so heißt das) eingefügt und in den Plugin-Optionen für die Page „WordPress - Nächste Seite (Standard)“ aktiviert, so gibt es nicht wie vor der PluginAktualisierung im Frontend den Reiter (keine Ahnung wie das tatsächlich heißen mag) für die nächste Seite zum klicken, sondern die Seite wird fortlaufend dargestellt.
Habe das Columnist testweise deaktiviert, dann funzte es wieder mit dem Reiter. Kann also m.E. nur an dem upgedateten Plugin liegen?! Falls ja, fände ich es klasse, wenn der Fehler beizeiten beseitigt werden könnte. Hier mal ein DemoLink (www.belcantoteacher.com), zu der Seite eines Freundes, wo es bisher immer gefunzt hat (z.Zt. ist das Plug wieder aktiviert dort, aber auf der verlinkten Seite nicht, denn genau dort sollen die Reiter „1,2,3 Seite“ nach dem Textseparator -Bild sichtbar sein, ist aber nicht).
Habe auch testweise eine völlig neue Seite mit mehreren „nextpage-Tags“ erstellt. Die Plugin-Optionen wie oben beschrieben. Wiederum taucht der gleiche Fehler auf. Wie gesagt, wäre schön, wenn … (mich der Autor überhaupt versteht -:)). Könnte ich hier ein Bild mit posten/uploaden, wenn ja wie? Das würde die Sache vielleicht einfacher erklären.
Lieben Gruß an den PluginAuthor.
reply »
Kevin
12.07.2010 | 11:00I love this plug-in, it’s exactly what I have always wanted to do.
I get the content missing as well, I left it that way in case you wanted to check it out.
Also I noticed in the instructions that I am supposed to get an extra column in the page admin page. I only see the same columns. tite/author/ comment and no type of page is there. Does that have something to do with my issues? I have the latest wp.
My question about the missing content is; First I have correctly numbered the sub-page I want as a column, do I need to insert that under the page break? I mean, do I make one continueous page, breaking where I want the columns to start? Or do I create subpages that don’t display the parent page in the page editor section?
I really want this plug in to work, but I am very inexperienced with php/css/html/ etc… your plug in is going to make me look like I know what I ‘m doing if I can get if figured out. Thanks.
Kevin
reply »
Phi
24.07.2010 | 21:10Hi there, I’m having trouble splitting pages up into two column and three column with a footer. It’s my Contact and Options page. Any ideas?
reply »
jan
05.08.2010 | 22:13hi, this is a great plugin!
i have just one problem. I need to get the content of a page like this:
$page_data = get_page($dummy=14);
$content = apply_filters( ‘the_content’, $content );
echo $content;
unfortunately page columnist ist not working anymore. other plugins do. is there a simple solution to aply the columnist function?
thanks a lot!
reply »
Surf Puerto Vallarta
29.08.2010 | 19:51Hi there
Superb plugin! I have been looking for a good theme that would support my static site, but this plugin has made that need disappear and is making my life so much easier. I am currently creating the site, will take about a week or more to finish it, but when it is it will look as it does thanks to this plugin. Superb work!
Federico
reply »
Anne
10.09.2010 | 13:43It’s a great plug-in, and it certainly makes the front page look a lot less “bloggy.”
reply »
bogdan
20.09.2010 | 21:11Thanks for this great plugin, it is really wonderful.
I still have few questions / bugs:
#1 How can you style the columns to make their height the same, take a look at my link and you will understand the problem. In your lorem-ipsum example you didn’t style the columns and all of them do have the same width.
#2 How to you keep track of bugs, new features, patches? I did not see a component added to the tracker at http://plugins.trac.wordpress.org/newticket - can you ask the admins to add and promote the link to the tracker?
#3 This is an interaction bug with the visual editor: it did happen to me as several times to get the column break inside a paragraph … some…. … . The result was not pleasant at all, it break the page and I had to manually repair this. Do you know any workaround for this issue?
PS. Please use a tracker, comment fields on blog post are not each to follow.
Thanks again,
reply »
codestyling
20.09.2010 | 23:19Let’s come to #1: Your main page has the body class “home” and the columns have the class /as dscribed at my article which id’s and classes are available) you can do it like
If you want if dynamically, you could embed a javascript, collect each of this columns, retrieve the the largest height and set all columns heights to this size. It’s your decision, how to solve it.
#2: currently i don’t use it because of my limited spare time. But I provide support in most cases by mail.
#3: The visual editor (WP extensions!) has many bugs and do not only damage the nextpage entries but a lot other things too. There are a lot tickets at WordPress itself addressing this problems. I can’t do anything because I can’t work arround any bug WP introduces at any version with different behavoir.
reply »
Mark
30.09.2010 | 16:36Great plugin - Thanks!
For some reason, when I resize the columns in the preview view then save, after I publish the page the column falls back to the default width distribution. Any idea why this might be?
Thanks
Mark.
reply »
codestyling
30.09.2010 | 19:27Lets say, you are using Firefox (any other tab supporting browser too). In one tab you have your backend and the opened post/page inside editor. In one other tab you have the preview with assistance open.
If you now modifiy the column sizes and save them using asistance save button, your other tab doesn’t know about. Only the database has got new data. Saving afterwards your editors content again writes back the column layout it was opened initially. Thatswhy your columns fall back to prior layout.
Will see, if i can handle this with the next update. The work arround is until that is:
1.) save the editors content first
2.) change the columns in preview and save there
3.) reloade the post/page editor page
4.) continue editing the page if needed.
reply »
Casey
04.10.2010 | 02:44Thanks for Great Plugin !!!
Yes it works perfect but I have one question about the location of Page Columnist.
If I have many users on write, I think they will confused with that cause of Page Columnist’s location.
The default location of Page Columnist is main right location as you know and with Open.
How Can I modify it default locate with bottom location and with closed ?
It will be very helpful to me.
Thank you very much and Sorry for poor English. (I’m not native English.)
Best Regards,
Casey
reply »
codestyling
04.10.2010 | 22:10It’s not that easy because WordPress has no interface to define the upcomming ordered position of a new box and it’s initial state for users. This would required a per user setting for appearance and needs additional coding. Currently I have no time to do this (strong dev time lines at my real world job).
Sorry for not having more information, but there is currently no way supported to achieve your needs.
reply »
AY
09.10.2010 | 05:34This is the thing I was looking for months!!! I love its simplicity and functionality, the plugin right fits in my need to create pro-look navigation pages for my website. Thank you for this nitty little plugin!
Got one question though (Maybe a bit foolish to ask, but I m just a Wordpress newbie) :
When I chose Wordpress-Next Page (default) style, and used 2-columns, the 2 pages (exactly speaking 2 sub-pages under the main page) automatically splited into 2 pages with navigation buttons at the bottom. Of course I can select
page 2 by clicking the navigation buttons, but I want all the contents stay in one page so user dont have to bother to click, they can just drag and read the whole page.
Is it because the text length is too long so plugin decided to split the content into two pages?
1. Is there a workaround or sth to put all contents in 1 page no matter how long the text is?
2. I m alright with the navigation button things, but can you just tell me how to delete the PAGES text before number 1 & 2? I looked into plugin document but there is no such thing like stylesheet.css, can you tell me what
codes I need to delete and where I can find it?
Many thx and best regards!
If my new site attracts more customs coming I will be more than pleased to donate!
reply »
codestyling
10.10.2010 | 17:38If you want 2 columns at the page, the mode is “every sub page as column” and you have to set 2 columns at the coumns selcect radio buttons. The the whole page will display 2 columns regardless of how long the content per section is. The text “Pages” comes from WordPress itself, if the content is to be configured by may plugin to produce sub pages/virtual sub pages. This is part of the core functionality, translatable by the main WordPress language file and can’t be easy removed rom output.
But if you want all at one page, have it configured as written above, the should no paging occure at your page.
reply »
kaiser
19.10.2010 | 17:19Das ist mal was gescheites. Bin vom Wp-D Forum hier her gekommen. Wieso postest Du das nicht bei all den hundert Leuten die das täglich im Forum suchen? Ist ja grandios! Super Ansatz!
reply »
Laura
23.10.2010 | 06:29Hi,
I am also having trouble to see the assistance preview. There is only the top of the yellow bar which appears, then I can’t save the size of the columns… Is there another way to modify the column width? I have tried with several browsers but the problem remains the same…
Thanks,
regards,
reply »
codestyling
25.10.2010 | 10:15I don’t understand the problem totally. If you click at the yellow top it doens’t slide down? Or is ith hidden (behind) something of your Theme? Could you please name the used theme (download address if possible) and a list of utilized plugins beside this one?
It would help to understand and investigate the reason of misbehavior.
reply »
Corelegend
02.11.2010 | 21:59Realy good plugin. I love it.
How can I use it with custom post types?
reply »
codestyling
05.11.2010 | 17:58Currently it doesn’t support other pots types like “post” or “page”. This is subject of future releases because the handling of general (all) post types may be changed in terms of handling and permalinks at WP 3.1 version.
So I have to spend a lot more tests prior to plublish any solution for.
reply »
David
17.05.2011 | 10:39Hi @codestyling, many thanks for that great work. I wonder if you have got any developement version we could test regarding custom post types compatibility. If not, can you give us some advice of where to look in your code to start hacking it?
reply »
theBaud
26.10.2011 | 12:06Perhaps this is a bit late, but I tried the plguin with custom post types and it works perfectly.
The only thing I did was to declare my custom post in the “page-columnist.php” file.
Search for the keyword “post_type”, and each time add your custom post.
For exemple :
I have a custom post named “dossier” (I’m french)
Old code :
if (count($type) && ($type[0]->post_type == ‘page’ || $type[0]->post_type == ‘post’)){
switch($type[0]->post_type) {
case ‘post’:
return current_user_can(’edit_post’, $id);
break;
case ‘page’:
return current_user_can(’edit_page’, $id);
break;
default:
return false;
break;
}
New code :
if (count($type) && ($type[0]->post_type == ‘page’ || $type[0]->post_type == ‘post’ || $type[0]->post_type == ‘dossier’)){
switch($type[0]->post_type) {
case ‘post’:
return current_user_can(’edit_post’, $id);
break;
case ‘dossier’:
return current_user_can(’edit_post’, $id);
break;
case ‘page’:
return current_user_can(’edit_page’, $id);
break;
default:
return false;
break;
}
Hope this could help someone.
Anymay, I think this plugin will help me save a lot of time in creating special columns templates.
Thanks !
reply »
gf3r1a
07.11.2010 | 14:00My html knowledge is limited, and i am using this plugin as cms for my directory. My home page displays 8 major categories with the subcategories appearing in 4 columns under each of the 8 major categories. I created 8 different pages to do this as this provided me with the separation among the major 8 categories that I needed.
But initially I wanted to put everything on one page. But I don’t have the html skills or is this even possible to do this? I was trying to create 8 header 1 or 2 titles for my major categories and create the subcategory columns under those titles but couldn’t figure out a way to start new columns under the header 1 or 2 titles on the same page . So is there a way to start new columns under header 1 or 2 titles within the same page or post instead of creating a new page or post to get the separation of categories? Hope I made myself clear enough?
reply »
codestyling
08.11.2010 | 11:49My plugin is not intended to support something like a Magazin style theme. Those themes provide a way to show columns with different category content. But my Plugin only supports splitting an article or page into columns by need at an easy to use level for content writers without HTML knowledge.
I would suggest to look for a Magazin style Theme or a Theme is able to columnize by need your content as you want it to be displayed.
reply »
Paul
10.11.2010 | 15:35I simply cannot get this plugin to work, what am I missing? The Preview doesnt seem to work at all, i noticed it mentions above there may be a conflict with other plugins, so i deactivated everything, still didnt work.
Then theres the coloumns, it seems to be breaking the page into 2 coloums, but will only display text on the left site, on the right side coloum it simply says “* content missing”
I am using the latest WP, is the plugin compatatble with it?
Any help you could give would be much appreciated.
thanks
reply »
codestyling
11.11.2010 | 10:59It has been tested with WP 3.0.1 version and works well with it. The text ” * content missing “ will be shown, if you haven’t written content after the nextpage break. If you break an article or post into 2 columns by using one nextpage break, you will need content (text) before and after the break. The content before will be used for the first column and the content after for the second column.
The preview will be lanched only, if you use the preview button at the article/page admin edit page. If you navigate at an other way to the written page, the preview won’t be shown.
May be, you have a problem, if you are cloacking your real webspace by frame redirection. Than I would need at least a test login for investigation, because cloacking/forward/redirection was not intended to support by this plugin.
reply »
Carey
09.12.2010 | 22:04I’m getting the same problem. Here is the link: http://www.razorbladecentral.com/blog/
I get * content missing . Not clear on what I need to do to have two columns.
Thanks in advance
reply »
Joshua Steimle
15.11.2010 | 21:28I’m trying to use the plugin on a site at alabamabusinessdirectories.com/ to create 3 columns, and it works fine in FF, but in IE 8 the columns disappear and there’s just one column. Can anyone spot what might be the problem?
Thanks in advance.
reply »
codestyling
16.11.2010 | 11:16Do you have a reference page out of your site, where I can look at the issue? Normally this should work without any side effects. The only effect I know from the past is, that IE tends to wrongly calculation of last column (if you have more than 1) and breaks it under the correct other columns.
Without an example to test it with your system it may be hard to figure out your problem.
reply »
Puppet SEO
28.11.2010 | 05:47This plugin is really powerful. Unfortunately it conflicts with my use of Markdown http://michelf.com/projects/php-markdown/ and basically renders Markdown markup non-functional. That is, Page Columnist works but interferes with Markdown rendering as HTML properly). Since I believe this is not intended but by some design decisions, it may be considered a bug.
Cheers,
Puppeteer
reply »
codestyling
29.11.2010 | 12:04This is a problem like markdown behaves. Markdown forces full plain text content without any markup included. But my plugin modifies the post content with wrapped div based markup and the afterwards running pmarkdown parser found nothing worth to deal with because it strips all html block content contained, tries markdown at the remaining rest and inserts the extracted block content again.
Because my plugin wraps the content entirely into a div may have subsequent divs for columnization, it won’t work with markdown.
Your only choise is to use Markdown or PageColumnist, they have an oposite intention for work and can’t run together. The only way i could see is to modify markdown to deal with content inside div containers as any other WordPress plugin is also able to do.
reply »
Jason
02.12.2010 | 22:53I, like a few other people, am wondering if there is a way to alter the width of each column without using the Preview Asssitance. For some reason, this function is not working for me, I am using the Angronoid Theme (http://www.paddsolutions.com/wordpress-theme-argonoid/) so maybe this is blocking it?
Either way, is there a way to alter the width some other way, possibly with CSS?
reply »
David Miles
21.12.2010 | 21:25Getting some kind of odd conflict between this and jQuery on WordPress 3.0.3 - if the plugin is enabled, I get jQuery errors - notably in admin where I first noticed it - when I disable the plugin the admin pages work properly again - any ideas what is causing it?
reply »
huee
05.01.2011 | 19:40I just installed this and I’ve been trying to get it to work, but one part that’s missing is on the Pages overview, I don’t get that column on the far right.
any idea how to fix that?
reply »
jack
02.02.2011 | 18:28Downloaded, installed it, works in admin but nothing happens Created a page with 2 subpages, chosed the subpage as collums choice at the parent page but the subpages are still displayed in original wordpress way. Have PHP 5.2.x version and latest wordpress. What could be wrong?
reply »
Garth
03.02.2011 | 12:59Hi,
Is it possible to change the width of the cspc-column blocks. As it stands they are set to 341px.
My 3 column content is basically centering itself which is fine but the gap between content it too large thus causing the content to ho outside of my content border.
It seems to be filling to the wrapper width.
any help would be great
thanks
reply »
Miros
10.02.2011 | 22:51I have a page, that shows post from 2 categorys. About 30 posts.
I want to split them in different columns with this pluging. Is that possible?
reply »
chrissy-dizzy
19.02.2011 | 12:51I like it! Though: i have longer articles which I want to shorten so i tried do add the -tag on my page with 3 columns, but that doesn’t work - or am i wrong?
Thanx
reply »
TJ Sherrill
24.02.2011 | 20:17Using your columnist plugin on a site, and I am getting slow admin page updating response times. Any ideas?
reply »
mark
16.03.2011 | 20:44Awesome plugin!
Couple questions.
1. Enable Assistance at Preview doesn’t work for on IE or FF. I recall it worked at one time but not since I’ve upgraded to 3.1
2. Also column spacing appears different for IE and FF and I’m not sure why
Here’s link to site in progress:
http://anesthesiapmc.com/new
Thanks!
reply »
mark
16.03.2011 | 21:00I disabled the 3.1 admin bar and can now see the Assistant.
Still now sure why columns spacing is wider in FF than IE.
Thanks!
reply »
Ludo
27.03.2011 | 17:11hello.
Let’s start with the usual congratulations. Bravo, great plugin that works perfectly!
By cons, impossible for me to get the visual assistant. I read all the posts unanswered. could you help me?
I am with the theme wordpress3.1 swissdesign. I tested in Safari, chrome, firefox 4 … but nothing works! therefore impossible to resize the columns as I want.
reply »
ludo
28.03.2011 | 13:03hello.
Let’s start with the usual congratulations. Bravo, great plugin that works perfectly!
By cons, impossible for me to get the visual assistant. I read all the posts unanswered. could you help me?
I am with the theme wordpress3.1 swissdesign. I tested in Safari, chrome, firefox 4 … but nothing works! therefore impossible to resize the columns as I want.
reply »
Herve
29.03.2011 | 03:02It seems that with version 3.1 , the little menu “Page Columnist • Assistance” in yellow that appear on the top of the preview page, does not appear anymore. The theme used was Twenty Ten, preinstalled with WP 3.1
I deleted the whole WP dir and installed version 3.01 , the little yellow menu “Page Columnist • Assistance” appears fine with all major browsers, then i did upgrade to version 3.1 inside WP dashboard then again no more Page columnist assistant at the top of preview page, with the latest versions of Opera, Chrome, Firefox and IE7
Only plugin installed and active are TyniMCE and Page columnit, inactive plugin is Askimet.
reply »
dana@glocalwebtech.com
29.03.2011 | 16:22Hi,
I have a question about an error I am seeing since I’ve upgraded to WP 3.1. I am no longer able to use the admin widget on pages/posts. The menu does not open up for me to use the columns, this is on a multisite installation as well. Any thoughts on why and how to correct this is appreciated.
Thanks!
reply »
Erik
01.04.2011 | 19:54Hi
Page columnist preview isn´t working at all in Wordpress 3.1?
Tried with several themes, but nothing shows up anymore.
Can I change the columns width without using the preview?
reply »
hans
06.04.2011 | 15:57i love it, it should be standard in WP!
reply »
John Dunne
13.04.2011 | 17:28You can ignore my last note. Just checked the css and it seems the answer is yes. I updated it to drop it beneath the admin bar and all is good.
However the % space does not see to work. I want a 60/40 split but when I select 60% the 2nd column ends up a 800%!
reply »
codestyling
10.06.2011 | 16:28This has been repaired with version 1.7.3 now.
reply »
marine
18.04.2011 | 14:15Hello, how to give different sizes to columns? Is it possible? Thank you very much
reply »
Dennis
18.04.2011 | 18:49PC 1.7.2 not working with WP 3.1.1…
reply »
Dennis
18.04.2011 | 18:52“Preview Panel” is not working…
reply »
codestyling
10.06.2011 | 16:30Most of the problems have now been repaired in version 1.7.3 (WP Admin bar respected and percentage column dragging work again.)
reply »
Paul Archer
01.05.2011 | 20:36Hi, I have been using your fantastic Page Columnist for a few months now and it is brilliant. However I have one problem that has appeared recently. When I preview a page, the assistance area and ability to resize columns does not appear anymore at the top of the page. I am using WP 3.1.2
Can you tell me how I can make it work again?
Thanks,
Paul
reply »
Arsen
19.05.2011 | 12:30I am running my site under WP 3.1.1 and you said about page columnist (that i have just installed) that
“If you have not enough sections defined, the output will show you this using the red text “content missing”. Please write more sections to fit the sub page or just insert enough nextpage separations.”
I d’ont want to make next page but just insert 3 sections for my trhee columns could you telle me How?
reply »
Chris
07.06.2011 | 16:12Thanks for great plugin. I really digg it!
For design reasons I would like to make the third and last column less wide compared to the first two.
How can this be achieved? I can’t override the css for id cspc-column-2
Many thanks
reply »
codestyling
08.06.2011 | 08:33The plugin version less than 1.3.3 didn’t work because out of maintanance driven by of massive jQuery changes done version by version.
New version 1.3.3 should again work as expected with all WordPress versions now.
Normally you should be able to set styles at the id. Place the new style rule to the end of your stylesheet file:
reply »
SPP
12.06.2011 | 21:23Thanks for the plugin, very easy to set up and use. I am using it to create 2-column layouts and I would like to set the columns to have different widths, either in pixels (say column 1 @ 425px + column 2 @ 200px + margin of 25px); OR in percentages (say column 1 @ 65% + column 2 @ 30% + margin of 5%).
How can I make this work?
Thanks!
reply »
SPP
12.06.2011 | 21:34OK. That was much easier than I first realized. I can now customize the widths at Preview with Assistance. Very cool. Thank you.
Is there a way to set these custom widths as a default? So I don’t have to redo it with Preview Assistance each time?
A
reply »
codestyling
12.06.2011 | 21:46The plugin has currently no capabilities of saving such a default columns arrangement, because the number of columns could be different from post to post or article to article. So default for 2 columns can’t be used at a page having 3 columns and so on.
May be I will find a way to have column count based presets in future versions, I have to thinks carefully about that.
reply »
Zauberer und Ballonkünstler Magic Thomas
07.07.2011 | 09:56It’s a great plug-in, and it certainly makes the front page look a lot less boring
reply »
LBSCK
12.07.2011 | 18:02Hi,
i really appreciate your work with this plugin and like it =)
But is it possible to make more than just one row?
I need several rows splitted each in 3 rows, is that possible??
Thanks for the plugin =)
reply »
DW
13.08.2011 | 12:43Hi,
I have encountered a problem with the plugin, and I can’t seem to find a way to fix it. I’ve divided a page into three columns, at http://bit.ly/resHB6. The three columns display perfectly in Chrome and Firefox, but in Internet Explorer (version 9) the middle column is pushed below the other two. Could you please advise on how to resolve this? I’ve spent days trying to fix it, but nothing has worked.
Thanks.
reply »
Brian
30.09.2011 | 01:22I’ve been working with this plugin for 3 months. It’s a great page splitter, but the column default spacing is a nightmare, it constantly bounces back to the default 3%. Not going to bust this guy’s balls over this though, apart from that small niggle this plugin is great and does the job,.
reply »
begs
30.09.2011 | 16:08I really do have the same problem as Jan.
I want to include one page content in another post like this:
$page_data = get_page(14);
$content = apply_filters( ‘the_content’, $content );
echo $content;
unfortunately page columnist isn’t active here, so i do not get my 2 column layout.
is there a way to apply the pagecolumnist functionality to this too?
reply »
begs
30.09.2011 | 16:32sorry, pasted wrong code, this one is the right one:
$post = get_page($id);
$content = apply_filters(’the_content’, $post->post_content);
echo $content;
reply »
stefan
14.10.2011 | 18:31hello
thanks for ur great work, one of the best plugins of wordpress.
one question please: I m using this theme
http://wptheming.com/2010/07/portfolio-theme/
there is a new area called ‘portfolio’ in the backend, which works the same way as posts do. unfortenaly ur plugin doesn´t appear in this area. any idea how I can run ur plugin for portfolio-posts?
thank you
cheers
stefan
reply »
Marius
23.10.2011 | 10:19Hello!
Great plugin! Only the question arose: Is it possible to insert a column between vertical and horizontal lines? I would be grateful to her what would help.
(P.s.: sorry for my poor English language skills)
Thank you in advance.
Marius
Lithuania
reply »
Andrew
08.11.2011 | 08:40Great plugin!!! Many thanx. Hope my client pays me something at least so I can donate a little
Had troubles setting the width. My client wanted alternating columns to have color background. I used #cspc-column-1 and 2 and so on to set the background. But then a padding was needed to make it look nice. As soon as I added the padding I guess the width calculating algorithm got confused and found there was no enough space for my three columns. So it removed the last one.
I couldn’t find a feature to set the column widths manually. I don’t think it’s a big change to the plugin.
What I did (I usually try not to :)) I edited page-columnist.php and set the total width to be calculated from 100% to 94%. These 6% where enough to leave enough space for my padding.
Also a suggestion to further development.
It would be nice to be able to split not only to columns but to rows as well. And let the user set the spacing between the rows. It would be cell-like structure, which will give users even wider options for a layout. All the groundwork you have already done
Thank You again. If I missed how to set the width of the column manually, please kindly reply.
reply »
BPP
22.11.2011 | 16:41Hello I found your plugin which I found easy to use however I am struggling to make three columns in one page with “next page” link to follow on. Can anyone advise me please? Thanks
reply »
Thomas
27.11.2011 | 03:39When i click at the yellow top it doens’t slide down..
How can i fix it ?
I know the probleme is my theme WP
Thanks
reply »
gnasnue
02.12.2011 | 15:06Thank you so much for this wonderful plugin. It made my life so much easier! But I am wondering if it’s possible to have have two sets of multi-columns in one page? so something like two columns for first half of the page and three columns on the other half of the page? I would love to have that…. please let me know. Many thanks in advance:)
reply »
Wendy
11.03.2012 | 16:56Ditto.
Also, Page Assistance at Preview is not working for me.
reply »
gnasnue
02.12.2011 | 15:09Just a follow up on my previous comment, maybe a way to use ‘First Sub Page as Header’ but than the header can be divided into two columns?!
reply »
Larry Wilcox
03.12.2011 | 18:57Is this plugin still in development? I notice it hasn’t been updated in some time.
reply »
Houman
02.02.2012 | 10:02Hi,
I found your plugin really interesting. However it seems it is no longer working with the latest wordpress 3.3.1. I have created a master page and two child pages. Yet the master page doesn’t show the sub pages as column.
Is there a chance to update this plugin?
Many Thanks,
Houman
reply »
Ron
01.03.2012 | 23:16I may have missed something in the above. Do I have to use a 2nd program to get the Plug In to work? I have installed the plug in, I have ticked the layout I want to use (i.e. First Sub Page ad Header).. Now, it is the next step I think I am missing. I can start writing my text…but not sure what to do to tell the text that I want it to NOW go in the next column? Should I write it in HTML and add the Next Page Tag as you reference? I tried this, but my text never goes to the next column. When I review in “Review Page” I can see where it says * Content Missing…so not sure how to get my text to the next column. This will also be an issue when I go to add an Image in each Column??
reply »
EmgagingBride
02.03.2012 | 23:27I have question. We would like to use this plugin for creating a wedding directory so it will obviously it will need columns. However once installed I am assuming it won’t necessarlily default all of our “pages” to column view, correct? As we only want certain pages to do this and not affect the others on our website.
reply »
Ron
04.03.2012 | 15:36Sorry for this…but I am a bit confused on how to get my text to go from One Column to the next. I am, of course, working in Wordpress, and have already installed the plug in. I have First Sub Page as Header…but I can type in the top column…but can’t figure out how to get to the next column. Above, you mention TINYmce but not sure if I use both programs…to get the columns to work in my Page Post on my Blog? Any assistance in that part?
reply »
Ozzi Jarvinen
08.03.2012 | 08:57seems like it works with firefox but not with chrome…. ? in chrome they just under each other…
http://globallikes.com/kids/in-school/#more-346
reply »
michael
11.03.2012 | 21:37hi, this add on is great, but i cant seem to put any content in the 2nd collum, any help please?
link:
http://www.velvetmonster.co.uk/guys/snort-grunt-t-shirts/two-finger-rock/
just says content missing,.
I am using the sub page option but am unable to add to the second sub page
thanks
reply »
michael
11.03.2012 | 21:47Hi, i just notiiced what sub pages were haha sorry, is there anyway to not use sub pages but just have 2 collums as i dont want there to be sub pages just 2 collums
thanks
reply »
Deanna
29.03.2012 | 04:34I’m wondering if it is possible to have one page of text automatically divide into two columns evenly? I’m building a site for a client who wants to be able to have a large amount of text on a page or post, but does not want wide lines of type. I’m a print designer by trade and in InDesign it is easy to create multiple columns of evenly balanced text. I have not found a way to do this with WordPress.
If there is a way of customizing this plugin, or my page.php file, or some other way, I would love to know. Thank you. Deanna
reply »
Claudia
01.04.2012 | 10:33Hi, great plugin!!!
but it doesn’t work for me.
I make my template starting Twenty ten template and I work with wp 3.3.1, when i see all list page I’ve not the column with column image (like in you page overview) , but I’ ve it in articles list.
Thanks!!!!
reply »
Jonas
10.04.2012 | 22:43Hi, awsome plugin! Is there a way to get for example 2 columns by deault in all posts without need of setup this manually. When i post by iphone app i cant setup this setting so thats why i need it on all posts. Can i change something in the code to ge it on all posts? Thanks!
reply »
James
20.04.2012 | 04:02Hi, is there a way to change the default setting if you want standard columns throughout? cheers
reply »
Shauna
24.04.2012 | 20:28Hi quick question,
I don’t seem to have all off the above options to customize the width of the columns like you should be able to do in the ‘Assistance at page preview’
when i click on enable column resizing and save nothing happens and it’s not giving me and drag options as displayed in your screenshot above.
Can you help? I’m not very code savy
Thanks
reply »
codestyling
09.05.2012 | 08:36What theme your are using (download link for testing purpose) and what WordPress version is running?
reply »
lexx
07.06.2012 | 18:09hi,
same problem at my site: preview assistance doesnt´work, column-width counts down to zero per click, afterwards there is no change possible anymore. I´m using WP 3.3.2, firefox 13.0
best regards
ll.
reply »
Michael (different one from above!) :-)
24.04.2012 | 21:04Just wanted to say ‘thank you’ for this brilliant plugin.
I already have a few pages I need to ‘rejig’ as I’m changing the site layout. And with the prevalence of TFT screens now, multiple columns seem far better aesthetically than one very wide one. So up till now, I’d been achieving columns with tables (too lazy to work out how to do them properly I guess).
Anyway, within five minutes of downloading this plugin, I had two posts looking really good. On the third, which I wasn’t quite so keen on the look of, I discovered the plugin’s preview / edit function. How cool is that? It’s fab! Well done!
reply »
Michael (different one from above!) :-)
24.04.2012 | 21:08PS … Just realised your comment box says “can use these tags” not “may use these tags”. Well done! I’m on a personal crusade to get ‘may’ and ‘can’ used at the right times. I do this because it’s an alternative to having a life.
reply »
Ryan
01.05.2012 | 03:06Hi. I’ve been googling for ages but I couldn’t find out.
and I can’t remember how I set up this… Please help me.
My website is http://ryanonit.net
I have 2 column blog and you can see that I have 2 posts in one column next sidebar.
[post1][post2]|[sidebar]
I’d like to change to to show just one post instead of 2 posts
[post1]|[sidebar]
[post2]|[sidebar]
I can’t remember how I changed that into 2 posts.
Would you please let me know where I can change this setting.
Thank you.
reply »
Lana
08.05.2012 | 15:44I am trying to figure out how to change the left margin for “Pages: 1 2 3 4…”. I am using the ‘Wordpress-Next Page (default)’ option. I would love to hear your suggestions. Thanks
reply »
tsouliang
29.05.2012 | 07:14hi,
Hum … did not work for make columns …
Yes i use well the configuration of the plugins ( one for 2 columns for me ) .
Yes i add in my template the …
So … “content missing” !!
Sorry but lost of time, i go now to change in code the template directly …
reply »
tsouliang
29.05.2012 | 07:35oki i do it myself, only with 2 div , with custom css …
no need more plugins
reply »
codestyling
29.05.2012 | 09:19“Content missing” occures as said before, if you did not write content after each nextpage break.
Assume you want 2 columns, 1 nextpage break is required. So you have to write content before (1st column) and after (2nd column) the pagebreak.
reply »
Luke
17.06.2012 | 02:51Hi, great plugin, I was wondering how I can edit the default settings? I’d like to use this on a client’s site so they don’t have to change the settings each time. Thanks
reply »
Damiaan van Vliet
20.06.2012 | 17:20Hello Heiko
Thank you very much for this great plug-in. I have a question. I set the percentage column width to zero (0%). It pops back to 3%. The user who changes the page content says he didn’t change the setting. Could it be that the percentage for some reason pops back to 3%? Thank you!
reply »
codestyling
22.06.2012 | 06:40There was abug forcing this but should be handled. Depends in version of my plugin and also WordPress.
The initial default is 3% and if changed, it should stay that way (except multisite, because each site has it’s own setting).
reply »