Bamboo MCR
Forum Replies Created
-
Forum: Plugins
In reply to: [Bamboo Columns] Compatible with WP 4.7.1?Hi,
Thanks a lot – we’re glad you like it.
The plugin has been tested in WP4.7 and we have now updated the information accordingly.
Hope that helps ??
Forum: Plugins
In reply to: [Bamboo Columns] Column Background colour and spacing between them.Hi,
You’re not actually using the Bamboo Columns plugin, you’re using Shortcuts Ultimate – I can’t help you with somebody else’s plugin I’m afraid.
Forum: Plugins
In reply to: [Bamboo Columns] Column Background colour and spacing between them.Hi,
Using the code you mentioned should give your column a background colour. If that isn’t working can you send me a link to the site so I can take a look.
Forum: Plugins
In reply to: [Bamboo Columns] Can't get a simple 2 column setup to workHi,
I’ve just had another look at your page and it looks like you’ve fixed the problem, but if you’re still having problems let me know.
Forum: Plugins
In reply to: [Bamboo Columns] Can't get a simple 2 column setup to workHi,
Not sure what’s gone wrong there. There is a
and
tag wrapped around the content in question which may be causing the issue, failing that there may be an issue with the MailChimp form not being flexible enough to site in a variable width container. Hope that helps.
Forum: Plugins
In reply to: [Bamboo Columns] Space between linesHi,
That’s not something that the plugin is in control of I’m afraid – that comes down to the theme you are using. You would need to contact the theme author for that.
Forum: Plugins
In reply to: [Bamboo Columns] Space between linesHi,
To adjust the space between columns you can use the following CSS as an example – in this example I have increased the spacing between columns from 1% to 3%. This can either be edited directly in bamboo-columns.scss or added to your theme CSS:
.column-half {
width: 46%;
}.column-half.first {
margin: 0 3% 0 0;
}.column-half.second {
margin: 0 0 0 3%;
}Forum: Plugins
In reply to: [Bamboo Columns] Space between linesHi,
You have two options, you can either edit the plugin stylesheet (bamboo-columns.scss) and adjust the values for width and margin, or you can add additional CSS by editing your theme to do the same.
Hope that helps.
Forum: Plugins
In reply to: [Bamboo Columns] Am I missing Something? On Page Documention?Hi,
No you’re not missing anything, there is no in editor documentation at the moment.
This is something we may look at in the future, but our immediate plans are actually to release an easier to use plugin that won’t require you to remember lots of different codes.
Forum: Plugins
In reply to: [Bamboo Tweets] Screenshots?I’m afraid not. The tweets are displayed in a very simple list format, and how they look is really dictated by the WordPress theme being used.
Forum: Plugins
In reply to: [Bamboo Columns] Images shrunk in columnsHi,
I’m afraid Bamboo Columns does not support flexible sizing, Sorry.
Forum: Reviews
In reply to: [Bamboo Columns] A Waste of TimeHi,
Thank you very much for taking the time to send us feedback on our plugin. I’m sorry to hear that you are not happy with, and I hope you find a plugin that suits your needs.
Forum: Plugins
In reply to: [Bamboo Columns] 1 Quarter / 3 Quarters work?Glad we could help ??
Forum: Plugins
In reply to: [Bamboo Columns] 1 Quarter / 3 Quarters work?Hi,
It should work fine, your shortcodes should look something like this:
[column-quarter-1] First column of content. [/column-quarter-1] [column-quarter-2-3-4] Second, third and fourth column of content. [/column-quarter-2-3-4]
Forum: Plugins
In reply to: [Bamboo Columns] Space between columnsGlad we could help ??