Giter Club home page Giter Club logo

grav-plugin-bootstrapper's People

Contributors

aender6840 avatar bobrocke avatar codebee-fr avatar dimayakovlev avatar flaviocopes avatar funilrys avatar johnmica avatar mikegcox avatar newkind avatar rhukster avatar zenull avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

grav-plugin-bootstrapper's Issues

Latest update seems not to load version chosen in Plugin dropdown menu

Thanks again for updating this plugin with the latest and greatest Bootstrap versions!

After installing and testing the update, I cannot seem to ever change it from v4 loading. After some more testing, here is a repeatable recipe that hopefully you can replicate:

  1. Download grav-admin skeleton
  2. Install Bootstrap 4 theme
  3. Enable Bootstrapper plugin, choose Bootstrap 5
  4. Refresh front-end, view source page and v4 is still loaded

Not sure why, but if I change to v5 and save, then leave plugin and return it is back to v4 - might it be some sort of config default/override left over from the earlier version?

Please let me know if any more info is of help etc. Happy to help test too.

Thanks very much,
Paul

Why A Plugin?

I don't have any reason not to like a plugin that is a dependency of a theme, such as Bootstrapper is to Bootstrap, but why is it needed?

What can, or is, done with the Bootstrapper plugin that could not be done with the Bootstrap theme and theme inheritance?

Add support of Bootstrap 4.5.x

Hello,
Is there a way the support of last version of Bootstrap (4.5.x) can be add ?
And to simplify the code, maybe the support of Bootstrap 3.x can be remove? (According to the wiki of Boostrap, the last update of Bootstrap 3.x dated from 2016)

Thanks

Is there Bootstrap 5?

I'm using this plugin for my site. However the bootstrap version 5 isn't really working well, mainly for the navigation being not correct.

Should I use other cdn servers or look into the inspect for errors?

LESS / SASS Variables

Is it possible to include the source files for bootstrap so we can customize them (border-radius, colors, etc?)

Broken urls for css/js of bootstrap 4.3.1

Hi, on my Grav instance with bootstrapper 2.0.0 the css and js links are invalid for bootstrap 4.3.1.

I get the following errors:

GET	https://stackpath.bootstrapcdn.com//bootstrap/4.3.1/css/bootstrap.min.css?g-cf4b94d2=
Status 404 Not Found
	
GET	https://stackpath.bootstrapcdn.com//bootstrap/4.3.1/js/bootstrap.min.js?g-cf4b94d2=
Status 404 Not Found

Removing the the second slash after the domain name (/ instead of //) would resolve the issue, so I guess you would have to edit
https://github.com/getgrav/grav-plugin-bootstrapper/blob/master/bootstrapper.php

Thank you!

How to update BS version?

Is there any way we can update the versions of Bootstrap in this plugin ourselves? When choosing v5, it loads a beta version but BS is already up to v5.3.3.

Thanks!

linking local images breaks inside collapsible button

Greetings,
I have been using this plugin to create collapsible text/images - examples here
http://ntc0.lbl.gov/~walkloud/callat/research/highlights
If I make an <img src="<remote_url> width=33%" />, this works without a problem. However, if I try and link to a local file (in my grav pages), using either the <img /> or with the markdown ![](), it fails to load the image. A sample non-working example (replace "pnc_fig.png" with any image in your users/pages/images/ folder)

<button type="button" class="btn btn-info" data-toggle="collapse" data-target="#some_id">Abstract</button>

<div id="some_id" class="collapse">
Some text to collapse.
<br>
<!-- the following options fail to load the image -->
<img src="../../images/pnc_fig.png" />
![](/images/pnc_fig.png)
![](../../images/pnc_fig.png)
</div>  

I have verified if I move the image link outside of the <div> </div> collapsible button, it properly loads. I am using bootstrapper in development mode, and I commented out all the hN (h1,h2,...) font-size so they do not override the antimatter ones.

UPDATE: I also put the figure directly in the same folder as the grav-page, and used <img src="pnc_fig.png" /> and the figure still fails to load.

sourcemap referenced but not present

On a Grav installation using this plugin I get a 404 error (Safari, OSX 10.10.5) in the web console for the file <gravroot>/user/plugins/bootstrapper/css/bootstrap.min.css.map.
Afaik this is caused by the line /*# sourceMappingURL=bootstrap.min.css.map */ in the (minified) CSS file, which references a file that is not included in the plugin.

Just a minor thing but still, it does litter the console unnecessarily.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.