tschortsch
@tschortsch on WordPress.org and Slack
- Member Since: September 22nd, 2015
Contribution History
tschortsch’s badges:- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to A New Class to Button Block, on the site WordPress.org Forums:
Hi @foldesistudio. You can add custom button styling options with the wpBootstrapBlocks.button.styleOptions JavaScript hook (see:… -
Posted a reply to Vertical gutters not applied in backend, on the site WordPress.org Forums:
Hi @chrisschrijver. That's correct, the vertical gutters as well as other styling options are not… -
Posted a reply to Not quite perfect, on the site WordPress.org Forums:
Hey @sandrowuermli. We released version 5.1.0 of the plugin which addresses a bug related to… -
Posted a reply to Not quite perfect, on the site WordPress.org Forums:
Hi @sandrowuermli. Thanks for your feedback. Sorry to hear that! We will look into the… -
Posted a reply to Column Offset, on the site WordPress.org Forums:
Hi @bajweb. A column offset is not directly supported via the blocks UI but you… -
Posted a reply to Adding Additional Columns, on the site WordPress.org Forums:
Hi @avonhaden. Right now it's sadly not possible to add custom breakpoints. There's a lot… -
Posted a reply to Block Naming Change Request, on the site WordPress.org Forums:
We just released version 4.2.1 of the plugin with the described change. -
Posted a reply to Feature request: do_shortcodes, or add filter on button URL, on the site WordPress.org Forums:
Thanks for your kind words. What you probably could do to achieve what you want… -
Posted a reply to Block Naming Change Request, on the site WordPress.org Forums:
Hi @jonroc804. Thanks for your feedback! We actually also though about naming the blocks differently… -
Posted a reply to Restrict access to Bootsrap Blocks, on the site WordPress.org Forums:
The locking feature should be enabled by default for all blocks. So yes, it should… -
Posted a reply to Restrict access to Bootsrap Blocks, on the site WordPress.org Forums:
Hi @wpzoneman. Hmm since the whole editor is written in JavaScript and therefore rendered on… -
Posted a reply to Support for Order Classes?, on the site WordPress.org Forums:
Hi @justinwyllie. Order classes are not directly supported with an UI by the plugin. But… -
Posted a reply to Grid tablet view bug, on the site WordPress.org Forums:
Hi @jupa8. Sorry that it took so long to answer. But I tried again and… -
Posted a reply to Grid tablet view bug, on the site WordPress.org Forums:
Hi @jupa8. Thanks for reporting the issue. Sadly I couldn't reproduce it on my local… -
Posted a reply to Get Colors from Theme, on the site WordPress.org Forums:
Yeah true, but since they're mostly defined in the frontend theme we don't really know… -
Posted a reply to Get Colors from Theme, on the site WordPress.org Forums:
Hey @jonroc804. Sadly there is no standardized way of defining theme colors (or at least… -
Posted a reply to So useful! Please keep up the good work!, on the site WordPress.org Forums:
Thanks for the nice words! -
Posted a reply to How to add div ID to the parent container or a row?, on the site WordPress.org Forums:
Hey @soulstudio. Thanks for your question. There was already a feature request to add an… -
Posted a reply to WordPress 5.8 new PHP Notice, on the site WordPress.org Forums:
Sure, but the possibility that you run into the same issue is rather low. We… -
Posted a reply to WordPress 5.8 new PHP Notice, on the site WordPress.org Forums:
@wbmessenger we just released v3.3.2 of the plugin where the deprecation notice shouldn't appear anymore.… -
Posted a reply to WordPress 5.8 new PHP Notice, on the site WordPress.org Forums:
Thanks for the hint. We could reproduce the Notice and will fix it in the… -
Posted a reply to Editor Label for Column Sizes, on the site WordPress.org Forums:
Hi @archerdev. Thanks for your feedback! You're right "column count" is probably not the perfect… -
Posted a reply to Essential if using Gutenberg with a Bootstrap theme, on the site WordPress.org Forums:
Thank you for the nice feedback. We really appreciate that! -
Posted a reply to can you pleas add bootstrap cards as a block?, on the site WordPress.org Forums:
@dimitrisv this depends a little bit on how you would like to create this add-on.… -
Posted a reply to On Colours, on the site WordPress.org Forums:
You're right it would probably make sense to only use only one global color set.… -
Posted a reply to can you pleas add bootstrap cards as a block?, on the site WordPress.org Forums:
I know that it would be great if we could add some more components to… -
Posted a reply to Customizable columns right away, on the site WordPress.org Forums:
You should be able to set the default template to custom with the wp_bootstrap_blocks_row_default_attributes PHP-filter… -
Posted a reply to Do you recommend a Bootstrap stater theme?, on the site WordPress.org Forums:
Ah I see. As a base I would probably use the Sage starter theme (https://roots.io/sage/)… -
Posted a reply to Do you recommend a Bootstrap stater theme?, on the site WordPress.org Forums:
Since I normally work with custom themes I don't have much experience with prebuilt themes.… -
Posted a reply to Move Bootstrap Blocks to Design Category, on the site WordPress.org Forums:
Sorry for the late answer but you should be able to reorder the categories by… -
Posted a reply to Move Bootstrap Blocks to Design Category, on the site WordPress.org Forums:
Hi @peterjrees. Sadly this is not possible right now. We're adding all our blocks to… -
Posted a reply to Background Color, on the site WordPress.org Forums:
Glad that you could already solve your issue. I’ve just added an example to the… -
Posted a reply to Adding new colors to column block settings, on the site WordPress.org Forums:
The colors you use in the editor should be defined in your Bootstrap CSS which… -
Posted a reply to Adding new colors to column block settings, on the site WordPress.org Forums:
Hi @grw1. The problem could be that your block-filter.js script get loaded after the wp-bootstrap-blocks/build/index.js… -
Posted a reply to Button block adding extra break tag, on the site WordPress.org Forums:
Good to know where the issue is coming from! Theoretically we have snapshot tests for… -
Posted a reply to 2 Templates?, on the site WordPress.org Forums:
Happy that it helped. We should maybe mention something about the uniqueness of the name… -
Posted a reply to 2 Templates?, on the site WordPress.org Forums:
Hi @bartezzini. It looks like you're trying to define a template with the same name… -
Posted a reply to Remove or edit the default row templates, on the site WordPress.org Forums:
Hi @linus89. No worries, I actually just answered a similar question on GitHub: https://github.com/liip/bootstrap-blocks-wordpress-plugin/issues/68. Maybe… -
Posted a reply to Dropdown Button, on the site WordPress.org Forums:
Hi @dragonsway76. I'm sorry but dropdown menus are not supported by this plugin. The plugin… -
Posted a reply to Extra button styles, on the site WordPress.org Forums:
We released version 3.1.0 of the plugin yesterday which adds the "Open in new tab"… -
Posted a reply to Very good plugin for Bootstrap, on the site WordPress.org Forums:
Thanks for the nice words! -
Posted a reply to Extra button styles, on the site WordPress.org Forums:
Hi @bnikkhah. You're able to add further styles with the wpBootstrapBlocks.button.styleOptions JavaScript filter. You'll find… -
Posted a reply to mb-2 class added to container, on the site WordPress.org Forums:
You can define the default value with the wp_bootstrap_blocks_container_default_attributes PHP filter documented here: https://github.com/liip/bootstrap-blocks-wordpress-plugin#wp_bootstrap_blocks_container_default_attributes In… -
Posted a reply to 6 colums?, on the site WordPress.org Forums:
Hi @bartezzini. Yes this is possible. The solution is described in the following thread: https://wordpress.org/support/topic/custom-row-types/.… -
Posted a reply to White screen of death, on the site WordPress.org Forums:
Hi @theresam615. I'm happy to help you debug your error. Could you maybe give me… -
Posted a reply to Accordions, on the site WordPress.org Forums:
Hi @bnikkhah. We decided to not implement further components and concentrate on the grid right… -
Posted a reply to Jumbotron, on the site WordPress.org Forums:
Hi @flaboi850m. We thought about implementing further Bootstrap components for this plugin. But we came… -
Posted a reply to One column row layout, on the site WordPress.org Forums:
The easiest way to do this is to chose the Custom layout option on the… -
Posted a reply to great plugin, on the site WordPress.org Forums:
Happy that it worked out! -
Posted a reply to Boostrap stylesheet is missing, on the site WordPress.org Forums:
Hi @alexlytle. As mentioned in the FAQ (https://wordpress.org/plugins/wp-bootstrap-blocks/#%0Ais%20bootstrap%20included%3F%0A) the Bootstrap library is not included in…
Contributor
-
Animate Blocks
Active Installs: 400+
-
Bootstrap Blocks
Active Installs: 10,000+
-
Rokka Integration
Active Installs: 20+
Deutsch (German) Plugins Translation Editor - #de_DE
-
Bootstrap Blocks
Active Installs: 10,000+