• Resolved CodeyMonkey

    (@codeymonkey)


    Hi,

    I’ve been setting up a new website with the Qi Block plugin for some handy pre-made blocks. I’ve installed, All Bootstrap Blocks for the structure/build-out of the website, but it’s now removed all Qi Blocks gutenberg options and I now get the errors ‘Your site doesn’t include support for the “core/columns” block.’ for all pre-existing Qi Block elements. (compatibility for these blocks are in functions.php, it definitely feels like a conflict issue).

    So currently the 2 x plugins cannot co-exist, it’s a problem as it’s caused issues throughout the entire site where Qi Blocks have been used and it now wants to render them as HTML – I’d ideally need both plugins working together.

    Can you see if you can replicate/provide a fix, please?

    • This topic was modified 1 year, 7 months ago by CodeyMonkey.
    • This topic was modified 1 year, 7 months ago by CodeyMonkey.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Miles

    (@areoimiles)

    Hi @codeymonkey

    I have just installed QI Blocks locally along with All Bootstrap Blocks and everything seems to work as expected. It sounds like the core/columns blocks have been removed. This may be due to an option you have checked in the All Bootstrap Blocks settings.

    If you go to your WordPress admin then click “Bootstrap” in the left hand menu, then scroll down the page to the section labelled “Default Blocks”. You need to make sure both the “Hide Buttons Block” and “Hide Columns Block” are both unchecked, then save the options.

    Let me know if the above doesn’t resolve your issue.

    Thanks

    Miles

    Thread Starter CodeyMonkey

    (@codeymonkey)

    Hi Miles,

    Thank you kindly for your response and for looking into this issue.

    I can confirm that the boxes were unticked, although interestingly upon saving, it doesn’t appear to have the issue anymore, so that’s some improvement, thank you.

    The issue now appears to be more UX/block list bug – I’ve found that neither the QI Blocks nor the Bootstrap blocks are not visible in the side panel (Qi Blocks were there previously) – any ideas, please?

    Thread Starter CodeyMonkey

    (@codeymonkey)

    Hi Miles,

    This has now been fixed, I had some legacy code in functions.php leftover from my first post, which was causing them not to display, e.g.

    function custom_allowed_block_types( $allowed_blocks ) {   return array(        
    'core/paragraph',        
    'core/heading',        
    'core/list',
    
    Etc.

    Removed this and now all is well.

    Thank you.

    Plugin Author Miles

    (@areoimiles)

    Hi @codeymonkey

    Glad to hear you managed to resolve the issue. If you need help with anything else, please don’t hesitate to get back in touch.

    Thanks
    Miles

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility Issue with Qi Blocks – Can’t work together.’ is closed to new replies.