Is it possible to use this plugin with a bootstrap installation that uses a custom $grid-columns structure?
So setting the default $grid-columns: 12; in bootstrap Sass file to $grid-columns: 5; for example.
I have got it working in the front end by adjusting some parameters inside of the files and using wpBootstrapBlocks.row.templates filters.
But the main issue I can’t solve is in the editor where the columns come up small as it is still expecting a grid system based on 12 so it doesn’t use the full width of the editor.
Thank you for your help
]]>Dear Developer Team,
I would like to add a following class to the button’s style dropdown:
btn-outline-primary
I put it directly Advanced > ADDITIONAL CSS CLASS(ES). This is the result:
<a href="#" class="btn btn-outline-primary btn-primary"></a>
Unfortunately, the btn-primary
overrides my btn-outline-primary
class.
What should I do?
]]>When you set the vertical gutters in the block settings they are not applied in the backend. Rendered on the frontend they are.
Can you check if this is a bug that needs to solved?
Hi there,
I have searched in the documentation to fix this, but I can’t seem to find / get it to work.
In the Gutenberg Editor, a container has the class ‘wp-block-wp-bootstrap-blocks-container’. How can I change this, or add another class of ‘container’?
The problem is that I load a CSS file via ‘enqueue_block_editor_assets’. In this CSS file is also CSS for Bootstrap. I need this because I make my own blocks with ACF.
If my own custom blocks have a container, then the max-width is different then the blocks that I make with the WP Bootstrap Blocks.
]]>Hi, I’m practising with your plugin, in order to implement Bootstrap into my theme (I’m fed up with commercial page builders).
But in row blocks I can’t see any option to set horizontal/vertical alignment as announced in features page.
Am I wrong?
]]>Hello my name is Alex,
How can I create a “offset”, for example: I want 8 column width with 2 column offset, so the conten will be align at the center. Is it something like that possible?
Thank you for your replay, Alex
]]>I’m wondering if it possible to add additional sizes to the columns? I’m using Bootstrap’s SCSS to add two additional breakpoints, xxl and xxxl (I’m using Bootstrap 4.6). I would love to be able to add those to the options to the plugin’s column blocks. Right now when I need to adjust for specific sizes of those columns I end up writing them as classes.
Thanks so much for your work on this plugin, it’s really helped me a ton.
]]>Hello, is it possible to use The standard gutenberg background color picker + theme colors, instead of just the bootstrap primary and secondary color choices?
]]>Hello, thanks so much for the awesome plugin.
Since you’ve changed the names of the blocks to Bootstrap Container and Bootstrap Row it’s been hard for clients (people who don’t even know what BS is) to find the blocks when searching. WP finds the block name from left to right so when you search for Row nothing comes up except for the WP Row block. If you change the block name to Row Bootstrap (instead of Bootstrap Row) then people who are looking for a row will be able to find this block.
Thanks for your consideration in helping people find the blocks via search.
]]>Loving the plugin, and encourage any Bootstrap theme to use it.
One area that would make a world of difference for us is the ability to filter the Button URL in $attributes before passing to the template. The main goal would be to allow the use of shortcodes in the URL, which would add flexibility to manage URLs between staging environments + production easily.
If anyone else would find this useful please comment and add weight to the request.
Thanks again!
]]>I would like to prevent the user role of editor (or lower than administrators) to access to the container, row and column settings. What would it take to accomplish this?
]]>Does this plugin support order classes?
https://getbootstrap.com/docs/5.0/layout/columns/#reordering
]]>Hi I think I found a bug in MD size, please check my screenshot I has set the two cols in 6 but in preview cols are collapsed.
Thanks for plugin, I think has big potential.
]]>Hi, I’d hate to have to declare all my theme colors again just for this plugin. Is there any way we can pull the colors used in this plugin from the theme colors? -Thanks!
]]>Hi,
I love your plugin but I can’t seem to figure out how to add an ID to the parent container or a row.
Thanks!
]]>Just updated to WordPress 5.8 and started receiving a notice in the WordPress admin on the new widgets.php page. Through process of elimination I narrowed the issue down to this plugin.
This is the notice I’m now receiving: Notice: wp_enqueue_script() was called incorrectly. “wp-editor” script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /nas/content/live/site-name/wp-includes/functions.php on line 5535
]]>Hi, I’ve been using your plugin and I was wondering if you could possibly change the labeling used for column sizes in the editor. Currently, they are a bit misleading. They currently say “Xs Column count”, “Sm Column count” and so on….This is not really the column count, it’s being used as the Bootstrap grid system units. A more accurate label would be something like “Xs Grid Units”, “Sm Grid Units”. I’m bringing this up because I think it could confuse some CMS content editors who are not very familiar with writing front end code by hand and do not fully understand how the Bootstrap 12 unit grid system works. All in all, this is a great plugin, and considering the only issue I have to bring up is a label says a lot. Keep up the good work and thank you for your consideration!
]]>I tried to add new colour options for the button element. Although I was adding my options in the code e.g.
let styleOptions = [
{ label: __( 'Primary', 'wp-bootstrap-blocks' ), value: 'primary' },
{
label: __( 'Secondary', 'wp-bootstrap-blocks' ),
value: 'secondary'
},
{ label: __( 'Info', 'wp-bootstrap-blocks' ), value: 'info' },
];
styleOptions = applyFilters(
'wpBootstrapBlocks.button.styleOptions',
styleOptions
);
Nothing appeared in the editor.
Then I realised that these options are actually built in the plugin and are retrieved via the build\index.js that has specified only the Primary and Secondary colours.
Then I visited the forum here and came about a related discussion about the background colours of the columns here:
https://www.ads-software.com/support/topic/adding-new-colors-to-column-block-settings/
https://www.ads-software.com/support/topic/bg-colors-dont-show-in-editor-mode/
So if this advice is to be followed for each and every block we are using we have to do these overrides.
I think that the best way to do this is to refactor the application so that the colour options are specified ONCE and reused by all the blocks that have colour options.
I mean in bootstrap we have these set number of options:
// Theme colors
$theme-colors: (
"white": $white, // custom color type
"light": $light,
"primary": $primary,
"secondary": $secondary,
"success": $success,
"info": $info,
"warning": $warning,
"danger": $danger,
"dark": $dark
) !default;
Also we have a number of statuses for the controls
e.g. (default) active, light, inverse
Is it please possible to consider in the next version to create a common library for the colours that will have all these colours and status options?
I am sure that this will sort out the related support issues.
]]>Hello, love the plugin. It would be great if you consider adding cards block to a plugin cause it widely using as an bootstrap element. Thanks in advance
]]>Is it possible when adding rows, the columns can be adjusted right away instead of always clicking on Custom? Right now, when I add the Row block, I come across the situation a lot where I have to keep clicking on Custom to be able to add or remove columns. It would very convenient when adding the Row block, the columns are customizable right away!
Is this possible?
Thank you so much! Love the plugin! ??
]]>Do you recommend any Bootstrap starter theme when using your plugin on a website that will not use a .org or premium theme but rather a custom one from scratch.
]]>Hi there, thanks for your great work on this plugin!
After disabling the default Gutenberg column and button blocks in the Block Manager, I’d now like to move the Bootstrap blocks/icons into the Design category to take their place – is there a way to do this?
]]>Hi all,
I just wanted to change and add some of the available background colors for columns as mentioned in your documentation here: https://github.com/liip/bootstrap-blocks-wordpress-plugin#wpbootstrapblockscolumnbgcolors
But honestly, I don’t know where to add this JS snippet, to make that change actually work and being visible in the Gutenberg Editor.
Thanks for your appreciated help, Pascal
]]>Hello!
I’ve tried to follow this thread, but without any success. What I’ve done so far is make a js-file called block-filter.js with the following content:
function myColumnBgColorOptions( bgColorOptions ) {
return [
{name:'primary', color:'#031251'},
{name:'secondary', color:'#245011'},
{name:'primary-light', color:'#7288d2'},
{name:'secondary-light', color:'#8db351'},
{name:'dark', color:'#1e1e1c'},
{name:'light', color:'#ececec'},
];
}
wp.hooks.addFilter(
'wpBootstrapBlocks.column.bgColorOptions',
'myplugin/wp-bootstrap-blocks/column/bgColorOptions',
myColumnBgColorOptions
);
And I’ve enqueued it in my functions.php in my current child theme:
wp_enqueue_script( 'block-filter', get_stylesheet_directory_uri() . '/inc/block-filter.js', array( 'wp-hooks' ), '1.0.0', true );
I can see the file is getting loaded, but I can’t see any change in the editor with the new colors – where am I going wrong with this?
]]>I solved the problem to have 1 template added to the default one. But now I got to add a second template to plugin and i tried
function myRowTemplates( templates ) {
templates.push( {
name: '1-1',
title: '1 Columns (1:1)',
icon: 'editor-justify',
templateLock: 'all',
template: [
[
'wp-bootstrap-blocks/column',
{
sizeXs: 1,
sizeMd: 4,
},
],
],
} );
templates.push( {
name: '1-2',
title: '2 Columns (1:2)',
icon: 'editor-justify',
templateLock: 'all',
template: [
[
'wp-bootstrap-blocks/column',
{
sizeXs: 12,
sizeMd: 10,
},
],
[
'wp-bootstrap-blocks/column',
{
sizeXs: 12,
sizeMd: 2,
},
],
],
} );
return templates;
}
wp.hooks.addFilter(
'wpBootstrapBlocks.row.templates',
'myplugin/wp-bootstrap-blocks/row/templates',
myRowTemplates
);
but it didn’t work. Am I missing something to query?
]]>Hi,
I’m not sure if i’m missing something super simple here but I can’t seem to figure it out. How can i either edit the default settings for the predefined row templates or remove them so I can just use my own blocks?
Thanks in advance!
]]>I want to create the dropdown menu displayed in the first “Live Demo” here..
https://www.tutorialspoint.com/bootstrap/bootstrap_button_dropdowns.htm
1.) I installed the plugin.
2.) Via Gutenberg, I created a bootstrap button,
3.) I choose “edit as html” & past the code:
<div class=”btn-group”>
<button type=”button” class=”btn btn-primary dropdown-toggle” data-toggle=”dropdown”>
Primary
<span class=”caret”></span>
</button><ul class=”dropdown-menu” role=”menu”>
- Action
- Another action
- Something else here
<li class=”divider”>
- Separated link
</div>
4.) Result is a button with a bullet point list below…
Is Guternberg not reading the css files?
How do I solve this problem?
thx
]]>Currently the plugin has Primary and Secondary styles to choose from, but would it also be possible to add in more styles? The styles I’m talking about are the following:
These are all the official button styles as per the documentation here.
In addition, it would also be good to add in link targets such as _self (link opens in the same domain) or _blank (link opens in a new tab).
Thank you!
]]>Greetings,
I need to have a 6 column layout, is it possible some way?
Thanks, great plugin, I use it a lot with understrap
After I installed and activated this plugin, I received the white screen of death, and can no longer access my control panel. Has anyone had this problem?
I was just starting to make edits to a webpage that I started here years ago, so I don’t even have a lot of details to help debug. I am using the BusinessWeb template, I do recall that.
Any thoughts appreciated!
]]>