Forum Replies Created

Viewing 15 replies - 1 through 15 (of 269 total)
  • Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @trishahdee

    I haven’t had any more follow up on this ticket, hopefully that means it’s resolved so I’m going to mark this as complete.

    Feel free to open the ticket back up if the problem continues.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @evergf88

    Massive apologies on this one. I actually fixed this in version 1.3.30 and I totally forgot to message you. Hopefully you have now seen it working anyway, but if not you can upgrade to the latest version and it should work as expected.

    If you see any other issues please don’t hesitate to get back in touch.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @jeff-daigle

    Firstly, thank you for your patience on this one, apologies it’s taken so long.

    I have just released an update (1.3.31) which should resolve this issue.

    I’m guessing when you go to Bootstrap > Dashboard you have “Include Bootstrap CSS” unticked, which is why you won’t be able to see the other menu options.

    Thanks again for your patience and if you see any more problems, please don’t hesitate to get back in touch.

    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @w3bdsgn

    Sorry to hear you’re having issues. I’m unable to recreate the problem at my end. I’ll need a little more detail to look into this.

    Please could you check your console tab on the developer tools (right click on the page and click inspect, then go to console). Please provide any errors that may be showing.

    Can you also confirm if the issue you are having is with the WordPress core column block or the column block provided in the All Bootstrap Blocks plugin?

    Do you have any other plugins installed?

    Also, as a quick fix, version 1.3.28 should work. There was a problem in 1.3.29 which is why 1.3.30 was released shortly after. Could you check if 1.3.28 works?

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @jeff-daigle

    Apologies on this one. Some test code has been left in the default styles. I won’t be able to look at this until next week. However, there is a quick fix you can do.

    If you log in to WP and go to “Bootstrap > Customize” you should see an option for $body-bg which at the moment will be set to red. Change this to $white and then click “Save & Recompile CSS”. That should resolve the issue.

    Thank you for your patience, I will let you all know once the issue is resolved at our end.

    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @tegsheee

    Massive apologies for the delay coming back to you! I’m struggling to re-create this issue at my end, I’ve tried it with all of the settings etc that you provided and it works as it should. It’s leading me to believe that this may be something specific to your setup.

    Looking through the error I can see this plugin is called at some point /wp-content/plugins/scopevisio-formats/, I was unable to find what this plugin is / does? Is this a custom plugin? It may be worth disabling your plugins one at a time to see if it resolves the issue. If there is a conflict with a specific plugin please let me know and I’ll do my best to find a solution.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @alextrejo

    I’ve just released an update that should hopefully resolve this issue for you. I was unable to replicate your issue exactly but I found something similar so I’ve put a fix in, but please let me know if this doesn’t work for you.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @trishahdee

    Ah ok. When including the All Bootstrap Blocks CSS/JS there is some custom JS that gets added to make all of the Bootstrap JS functionality work in WordPress. I think if you disable the All Bootstrap Blocks CSS/JS (rely on the Picostrap for styling etc) then add the following into your functions.php file to include just the additional JS that is needed:

    function areoi_enqueue_custom_scripts() {
    wp_enqueue_script(
    'bootstrap-extra',
    AREOI__PLUGIN_URI . 'assets/js/bootstrap-extra.js',
    array('jquery'),
    null,
    true
    );
    }
    add_action('wp_enqueue_scripts', 'areoi_enqueue_custom_scripts');

    Please can you give that a go and see if it resolves your issue?

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @trishahdee

    Thanks for reaching out. I will get a local site setup with Picostrap next week and give this a test. In the meantime please could you send a link to an example or provide me with a little more detail around this bit “and then your blocks don’t work right on the frontend“? In what way don’t they work right? Are they displaying but not styled? Not displaying at all? etc

    This will help me debug and find the right solution for you.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @alextrejo

    Apologies for the delay in coming back to you and thank you for flagging this issue. I’ve found the cause so I will be putting a fix in place and releasing it next week. I’ll send you an update once it’s ready.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @justinwyllie

    I haven’t heard anything back from you in a while so hopefully this means you managed to resolve your issue. I’m going to close this ticket but if you need anymore help please don’t hesitate to get back in touch.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @justinwyllie

    Apologies for the delay in coming back to you. Unfortunately, we don’t have support for the navigation bar at the moment. However, you could utilise the div block and add the relevant navbar class to it. The div block essentially allows you to build up whatever structure you want, then you can use the additional CSS Classes(s) to provide the relevant selectors.

    Here’s a very basic example:

    <!-- wp:areoi/div {"block_id":"d4c6f92b-5439-429d-a0a5-42fec7eaeaf7","className":"navbar navbar-expand-lg bg-light"} -->
    <!-- wp:areoi/container {"block_id":"0a7b756f-ce42-4bba-8d77-3852e94de679","container":"container-fluid"} -->
    <!-- wp:paragraph {"className":"navbar-brand mb-0"} -->
    <p class="navbar-brand mb-0"><a href="#">Navbar</a></p>
    <!-- /wp:paragraph -->

    <!-- wp:areoi/button {"block_id":"a365dabd-97d1-4bea-990c-adce65ee45fd","url":"#navbarSupportedContent","text":"Menu","include_icon":true,"icon":"bi-list","className":"navbar-toggler"} /-->

    <!-- wp:areoi/collapse {"anchor":"navbarSupportedContent","block_id":"d391e4cc-382c-45a3-8504-1409a4521ffd","className":"navbar-collapse"} -->
    <!-- wp:areoi/nav-and-tab {"block_id":"6ec85abe-32cf-4b3e-baa6-e49e4a043a00"} -->
    <!-- wp:areoi/nav-and-tab-item {"block_id":"dbb61c68-7c3f-4265-a02e-fc614f06f69b","text":"Link 1"} /-->

    <!-- wp:areoi/nav-and-tab-item {"block_id":"84299e59-9c9d-4f92-a344-5e848ff98c4c","text":"Link 2"} /-->
    <!-- /wp:areoi/nav-and-tab -->
    <!-- /wp:areoi/collapse -->
    <!-- /wp:areoi/container -->
    <!-- /wp:areoi/div -->

    You can see the output of this here: https://allbootstrapblocks.com/navbar-example/

    Hopefully, this helps but if you need any help creating your custom navbar then please don’t hesitate to get back in touch.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @conducivedata

    I’ve just released an update which removes this restriction so you can now add any block inside the container block. When you add a container block it will still automatically add a row and column as this is the most used configuration for this block, however, now you can remove the row and column and use the container freely.

    Hopefully this helps with your use case. Thanks for reaching out and if you need anything else, please don’t hesitate to get back in touch.

    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    Hi @tegsheee

    Thanks for flagging this. I’ve been trying to re-create the issue so I can debug but haven’t been able to do so. Please could you provide me with the exact steps you take to see this error and also answer the below?

    • Does it occur within the page editor?
    • Is it on a specific block or all blocks?
    • What values do you have in each field?

    It may be worth you sending a snippet of code from the code editor. You can do this be clicking the three dots at the top right of the page editor and selecting “Code Editor”. This should hopefully help me debug and identify the issue for you.

    Thanks
    Miles

    Plugin Author all_bootstrap_blocks

    (@areoimiles)

    I’ve updated the links on the plugin description. Thank you so much for flagging this. I’m going to mark it as resolved.

    Miles

Viewing 15 replies - 1 through 15 (of 269 total)