No more updates for this plugin? Thanks.
]]>I have tried both 3 and 4 columns and have not put any breaks between lines but the tops of the columns are each down a line from the one to the left. Is there a fix?
]]>Hi There,
Please could you advise if the column has defaulted background colour and can I disable it?
It seems that the column BG is in black by default in my case. Thank you.
On my Woocommerce checkout page, if I enter a coupon code, and the Column Shortcodes pluggin is enabled, its triggering blockUI blockOverlay which grays out the “Your Order” section. Soon as I disable the Column Shortcodes pluggin its working.
Can’t figure out why, it words fine without a coupon code being added. But the Column Shortcodes really doesn’t like coupons lol. Can anyone help?
]]>I would like to be able to vertically align text content within the columns to the middle of the column. I haven’t been able to figure how I can get this done. Thanks.
]]>How merge rows?
I need:
1 col | 2 col
—————
1 row |
2 row |
3 row | 1 row
4 row |
5 row |
When using an image in a column, captions are omitted so only the image appears.
]]>I would like to have a 1/6 4/6 1/6 layout but there’s no 4/6?
]]>Hi There!
I would like to use this plugin in my next sites, but i am checking that this plugin hasn’t been tested with the latest 3 major releases of WordPress. Also i dont see any reply support about 4-5 months, so i want to be sure before using complety,
thanks!
The plugin enqueues css file with double slash, similar to
https://…/wp-content/plugins/column-shortcodes//assets/css/shortcodes.css
Notice the double slash just prior to assets folder name.
column-shortcodes.php contains;
wp_enqueue_style( 'cpsh-shortcodes', $this->get_url() . '/assets/css/shortcodes.css', array(), $this->get_version(), 'all' );
… where $this->get_url() produces path with trailing slash like;
https://.../wp-content/plugins/column-shortcodes/
… and as the following static path to css file starts with slash, it causes the double slash in the path.
]]>Hello, i’m migrating from a theme that has some shortcodes with different naming than the plugin you provide. Can i change the shortcodes to those defined through my previous theme? It would save me a huge amount of work.
Example: Your plugin is called [one_half], my old theme treats this shortcode like this [one_second].
Thanks.
]]>I have a very odd problem with Column Shortcodes, which has worked perfectly up to now:
When I add new sections (such as at the beginning of the Recent Events section of the page https://wokinghamlions.org.uk/) paragraph spacing is the equivalent of double lines so the texts is excessively spaced. Sections that were previously created are correctly formatted. However, if I add a new paragraph in a section that was previously created (by adding a line feed within the body of an existing paragraph) the new paragraph spacing is excessive but the previous paragraphs are correctly spaced.
I’ve looked at the text code and can’t see anything diferent between ‘new’ paragraphs and ‘old’ paragraphs.
This only happens within text divided into columns, so isn’t a general fault in WordPress
I am currently using WordPress 5.7 and Column Shortcodes V1.0.1.
]]>I am trying to use the columns shortcode and I’m using the one_third shortcode on desktop, then it wraps nicely to mobile. But I would really like it to go down to two on tablet size, I have modified some of the CSS for this but I can’t seem to get it right. One of my column items always stays to the left. Any solution for this? Thank you
]]>I am very pleased with how my content is spaced within its corresponding columns on this page, but I need to show visitors this page. How do I (I’m guessing) add padding between the text column and the image column?
]]>Hi,
I’m opening a new topic for this one that is resolved as it seems to still be an issue.
There seems to an issue with jquery. Here’s my post:
I’m still having an issue with WP 5.5 even with 1.0.1. The JQuery Migrate Helper plugin shows an error:
https://www.newventureswest.com/wp-content/plugins/column-shortcodes//assets/js/admin.js:35:34): jQuery.fn.live() is deprecated
https://www.evernote.com/l/AALsg5acaPVK6I_8gQHtiHweo3CtD3Xg-l0
Thanks!
Adam
I received this message: https://nimb.ws/afBnhQ
Error file: /wp-content/plugins/column-shortcodes//assets/js/admin.js
It causes conflict with other plugins using Ajax on my site.
Might I know how I fix it?
Thanks for your help.
]]>Hello,
How do you add columns within block of text? Please be specific. This is all new to me.
Here is an example:
Text a column 1
Text b column 1
Text c column 2
Text d column 2
p.s. I know how to add columns to a page, but, not within a Classic Editor block of text.
Sincerely,
DeWayne
Can a link in a left column be displayed in the right column?
]]>Just wanted to give everyone a heads up that this plugin may have some JavaScript compatibility issues with WordPress 5.5 for me.
When I updated a site I manage to WP 5.5, I was getting some JavaScript errors in the admin panel when editing content.
This was on a site running the Classic Editor and Advanced Custom Fields Pro.
Deactivating this plugin solved the issue and allowed me to edit my content normally.
Not certain whether the issue stems from this particular plugin or a conflict with another plugin I have installed, but the bottom line for me was that ditching this plugin fixed my 5.5 upgrade issues.
]]>Good day,
When I logged into my site to update today, I Column Shortcodes immediately registered the following error: Failed to load plugin: so-premium-font-selector from url https://www.stclairgardens-bia.com/wp-includes/js/tinymce/plugins/so-premium-font-selector/plugin.min.js. Unless I deactivate Column Shortcodes, Visual Editor widgets will NOT display. This is on every page.
WordPress updated today to 5.5 and I noticed now there is a notice stating that the plugin has not been tested with this version of WordPress.
To edit or update my pages I have to deactivate Column Shortcodes. If I forget to reactivate the plugin, the codes will display on my live site. Is there a workaround for this plugin or an update that will be fix this issue?
Thank you.
Eric
]]>Hello,
i really love the simplicity of your plugin and i just thought you maybe like to see my approche for a really simple css (sass) width calculation
@media (min-width: 990px) { // should be customizable
.content-column {
float: left;
padding-right: 20px; // should be customizable
&.last-column {
padding-right: 0;
}
}
.one_half {
width: calc(100% / 2);
}
.one_third {
width: calc(100% / 3);
}
.one_fourth {
width: calc(100% / 4);
}
.three_fourth {
width: calc(100% / 4 * 3);
}
.one_fifth {
width: calc(100% / 5);
}
.two_fifth {
width: calc(100% / 5 * 2);
}
.three_fifth {
width: calc(100% / 5 * 3);
}
.four_fifth {
width: calc(100% / 5 * 4);
}
.one_sixth {
width: calc(100% / 6);
}
}
]]>
Do you know the CSS code I would use to be able to get the columns the same height? They’re all different heights lined up side by side.
]]>`How can I change / delete column names in a table?
]]>Hello! this plugin has an update alert, I wonder if it will be updated in the future?
Alert is this: This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Many thanks!
]]>I am using Columns shortcode to divide up two pieces of information on this prospective landing page, but would like to color/colour the background of the one-fourth-last column (containgin the quote) so that it stands out a little more. I have tried to use a series of ‘background-color:’ codes but nothihng seems to work.
Does anyone have any suggestions how I might go about this?
]]>Is there any chance for upgrade soon?
Right now plugin looks like this:
WP 5.x
]]>Hi!
I want to adjust the photos so they come closer each other like a photo. I used Columns Shortcodes but theres a huge space in the middle. Thanks
]]>Is it possible to use your plugin in Gutenberg editor?
]]>I’m using tabs plugin which I wish to insert as shortcode into columns, is it possible to create “nested” shortcodes in columns?
]]>I need to be able to add a different plugin’s shortcode within this one.
eg.
[one_half][other_shortcode][/one_half]
It appears that there is no parameter to allow this, so can you please provide something for my functions.php that I can add to filter the content appropriately? Thanks in advance!
]]>