sruupl / batflat

Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
MIT License
134 stars 54 forks source link

Don't force Bootstrap/More configuration possibilities #93

Open mpldr opened 3 years ago

mpldr commented 3 years ago

While trying to set up a site with Bulma I experienced issues because the navigation is defined in inc/modules/navigation/view/nav.html which I assume will be overwritten when installing an update.

Similar issues arise when trying to use the slideshow on a non-bootstrap site (because of some missing libraries)

TL;DR: I think the bootstrap integration is a tad too tight and I'd like to suggest providing some more options for Configuration (like defining a custom nav-bar).

michu2k commented 3 years ago

Hi @poldi1405 Look here: https://github.com/sruupl/batflat/issues/45

mpldr commented 3 years ago

I already found this and have modified it. I am just worried about my changes being overwritten when an update is installed.

And so far I have not been able to get the gallery to work without bootstrap.

michu2k commented 3 years ago

Your changes will not be overwritten as long as they are in the theme directory.

keesversluis commented 3 years ago

And so far I have not been able to get the gallery to work without bootstrap.

It is worth considering replacing the current 'gallery lightbox', @michu2k

I managed to insert fancybox, but maybe there are better alternatives.