Hi!
First off all I think this is a great plugin and it keeps helping me to improve my sites all the time. But there is one more thing that I would be thank full if someone could help me with:
Is there any way to input these tags with custom php code?
I am using the plugin Php Snippets to retrive data from some custom tabels
into my pages and when I echo the column tags from the custom php code the plugin doesn’t handle them, they just appear as they are:
“[one_half]My Content[/one_half]”.
Php Snippets:
https://www.ads-software.com/plugins/php-snippets/
Hello David,
Thanks for a great plugin—much appreciated. Love that it is responsive and stacks the text columns.
A few issues I am experiencing though:
1. It alters the text size (makes it smaller)
2. It alters the line spacing (reduces it)
3. It does not add a space between columns when the browser size is reduced and the columns become stacked. Because of this, you cannot distinguish one paragraph from another.
You can see all of this on a sample post I did here:
https://www.idapostle.com/test-post-for-responsive-columns/
Is there any way for me to fix these issues?
Thanks.
https://www.ads-software.com/extend/plugins/bybrick-columns/
]]>I used downloaded and installed ByBrick columns to replace the column function that came with my Fashionic Theme. I also have Revolution Slider installed and was using shortcodes to organize multiple sliders on a page. Once I installed ByBrick columns, the sliders no longer work.
Any ideas?
https://www.ads-software.com/extend/plugins/bybrick-columns/
]]>Hello
first congratulation for this great plugin.
unfortunately, I have the following problem, if I activate the plugin the read me button on the blogseite is destroyed.
i can sent screenshots, because the site is official online.
Many thanks for your answer
https://www.ads-software.com/extend/plugins/bybrick-columns/
]]>The discussion on this issue started on the previous topic, but since it hasn’t been solved yet, I’ve decided to open a dedicated topic.
As I wrote before, the plugin adds a blank space at the top of the columns it creates. Sometimes the blank is incremental, e.g.: the first column has none, the second has some, the third has some more, and so on.
An analysis of a published page using Firebug shows that the blank space on top of the columns contains either a break (<br>
) or an empty paragraph (<p></p>
).
While it’s possible to alter the plugin’s CSS with something like:
.post-entry br {
display:none;
}
…in order to make the intruding break disappear, it is at the cost of having all other breaks in the columns vanish. Sometimes this can be afforded, but it isn’t a real fix to the problem.
Worse still, when the offender is an empty paragraph, the use of something along the lines of:
.post-entry p {
display:none;
}
…is unthinkable. :/
So, what to do?
P.S.: Here’s a link to the same issue commented on a forum.
https://www.ads-software.com/extend/plugins/bybrick-columns/
]]>Hi guys,
I’m using this plugin together with the Responsive theme (by ThemeId.com). The columns build themselves OK, but aren’t responsive. I mean, I know at narrow screen widths they’re supposed to stack neatly on top of the other, but they aren’t doing this. They just get narrower, and that’s all.
I’ve tried to fix the code myself, but for the life of me I can’t figure out what’s wrong. I’ve also tried the plugin on a fresh install of the theme (to make sure the failure wasn’t due to CSS modifications I could have made while skinning the theme), but no joy. Any ideas?
I’d hate to have to uninstall this plugin, It’s the best column builder I’ve found. ??
https://www.ads-software.com/extend/plugins/bybrick-columns/
]]>