Would it be possible that custom id for every tab is set, so we could use a url hash to open corresponding tab immediately if hash is present in the url?
Tab opening could easily be achieved by custom javascript, but at the moment it’s a bit ugly with index-pane suffix.
Thank you for your awesome work!
]]>I am using your plugin side by side with Lazy Blocks https://www.lazyblocks.com/
I did not have any issues before, but now when I use <InnerBlocks /> component and try to assign template to it, blocks are not added. Once I disable your plugin, all works as expected.
Could you please take a look?
You can use template according to https://www.lazyblocks.com/docs/blocks-code/inner-blocks/
]]>After installing v6.6, all blocks encounter an error, console log:
ReferenceError: bootstrapBlocksPRO is not defined
Hi,
is there any way to set the default padding for every block? So that the client can edit this afterwards?
Thanks for your reply.
]]>Hi, is there any way to use the bootstrap block spacing for a custom block? We want to output the classes in our custom block.
Thanks in advance
]]>This block generate a infinite cicle and break templates in editor for templates with gutenberg block.
]]>Hello
the bootstrap tabs has a bug since WordPress update to 6.3 :
Nothing change when clicking on a non active tab. The tab item stay the same so I can’t change the content of others tab items
I downgrade to WP 6.2.2, it works fine.
If you can find why, that will help us.
Cheers
Serge
]]>I have noticed that Tabs block do not support non-latin characters and will not generate proper markup for tabs.
For example, if tab title is ‘WordPress” it works fine, but if it’s “Вордпрес” it fails.
Perhaps adding an option to override tab ID by using native Anchor field would be an easy and quick fix.
Please let me know if you plan to fix this soon. Thank you and keep up this awesome work!
]]>Hi, thanks for plugin, is very complete.
I’m working in a blak site, so in my theme.json I have configured this
"styles": {
"color": {
"background": "#000",
"text": "#FFF"
}
}
Above code make this
But when I active your plugin, colors are changed:
Can I avoid this? The problem is only in backend. I want my website black in front and backend
Thanks
]]>Hello,
I have tried changing the colours on the tabs and accordion headings to match my theme but nothing is working. I have tried in the theme css file and the WP Customise Additional CSS with the following:
.nav-pills .nav-link.active, .nav-pills .show >.nav-link {
color: #fff;
background-color: #2d8dc1;
}
I am using a child theme of Understap which uses Bootstrap 5.
Please help, where or how do I style the tabs and accordions?
Cheers,
Tracy
Hi, I was testing plugin with Twenty Twenty-Three theme and it works perfectly, but when I want to use with a custom template bootstrap don’t load in admin, I check the option in plugin to do this, but not works. Can you give me any help.
Thanks
Is it possible to move styles from body to head? Because of such code
<style id="bs-spacing-css">@media(min-width:768px){body .bs-Z1dCF8C{padding-bottom:48px;}}@media(min-width:992px){body .bs-Z1dCF8C{padding-bottom:86px;}}</style>
I have validation errors.
By the way, great module
]]>Hi
Having an issue with colours pulling through on blocks… notes below
see image
1) This has been selected when selecting the entire element (or clicking where the text “Some Title” is)
2) this has been set at the block level for the “paragraph” type
Styles are not pulling through for the element labelled 1, checking with inspector. But are for element labelled 2. These are both just elements within your Accordion.
Also bootstrap classes don’t appear to pull through either.. using both your stylesheets and my own. have tried with 2020 theme and custom theme.
The page I am using this on is not public. But easy to recreate
]]>I was getting block error with WP Forms in the editor with your plugin enabled. Though the forms seemed to be working fine on the front end.
The following “WP Forms” error is eliminated by removing your plugin:
{“code”:”rest_invalid_param”,”message”:”Invalid parameter(s): attributes”,”data”:{“status”:400,”params”:{“attributes”:”bsSpacing is not a valid property of Object.”},”details”:{“attributes”:{“code”:”rest_additional_properties_forbidden”,”message”:”bsSpacing is not a valid property of Object.”,”data”:null}}}}
]]>I want to extend some of the features of this plugin but in it’s compiled state that’s a bit difficult. Do you have a public repository with the source code for this plugin?
]]>Hello kubiq!
Thanks again for this great plugin. ??
Is there a possibility to convert the buttons of the accordions with the class “accordion-button” on the whole website globally from a button to a H3 heading for example? That would be very important for search engine optimized texts ??
Or is this only possible with a “the_content” filter?
Thanks in advance!
Kind regards
Kamil
Hello kubiq!
Thank you for this great plugin. I was very happy to have found a plugin like this ??
But unfortunately there is a problem in the frontend as soon as I set multiple instances of Accordions. With the 2nd and 3rd instance, the contents of several items then open, because from the 2nd instance on, no more unique IDs are set for the individual items.
Example: The 1st item of the 1st instance has the ID “#bs-acrdn-ZwVEXv-item-0” and the 2nd and following items of the 2nd and 3rd etc. instance have the ID “#undefined-item-0”. Instance “#undefined-item-1” etc.
Screenshot of the HTML code: https://imgur.com/a/KB5nv7h
Thanks in advance!
Kind regards
Kamil
Thank you for this great plugin. I am encountering an issue when trying to edit a block as HTML. I am getting the following error in the console:
Cannot read properties of undefined (reading 'classList')
Not sure if this has to do with the fields that are added to all blocks, but when I disable the plugin, I am not seeing the issue anymore.
]]>