Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Shahjada

    (@codename065)

    not yet, anyhow I’ll add option to disable bootstrap with the next update of the plugin.

    Thread Starter helms

    (@helms)

    Much appreciated!

    Thread Starter helms

    (@helms)

    Hi,

    I saw that you updated the plugin to select not to load the Bootstrap css if we’re already using it. Thanks for that.

    One problem, when I go to the settings page, it’s basically blank. All I see is a title “Settings”, and link that says “General Settings” but doesn’t work, and a save button. So, I can’t disable Bootstrap CSS.

    Thanks.

    Plugin Author Shahjada

    (@codename065)

    Sorry for the issue, please update to v3.0.1 ( released now ), there you will see the option to enable disable bootstrap.

    It still doesn’t work for me. It doesn’t really disable it =/

    Plugin Author Shahjada

    (@codename065)

    @thelionlamb, please give me your url to check.

    When ‘Disable Bootstrap’ is ticked the ‘bootstrap-breadcrumb.css’ is still loading, which is breaking bootstrap themes.

    The CSS file ‘boostrap-breadcrumbs.css’ contains the following:

    .container {
    	max-width: 960px;
    	}

    This is what breaks bootstrap themes as container width should be 1170px.

    For a temporary workaround for this problem, add the following to your theme style sheet.

    .container {
    	max-width: inherit;
    	}
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Breaks my Bootstrap theme’ is closed to new replies.