OJS 3 bootstrap child theme customization css/less error and some questions

Hi there,

first of all, thanks a lot for developing the bootstrap theme for OJS 3.
I’ve been developing my own child theme and it’s almost complete.
However, there are two bugs which I just can’t seem to figure out.

First, a css file cannot be found. However, no styles appear to be missing in the layout.

Second, although I developed it as a child theme as explained elsewhere in this forum, I still get the list of standard bootstrap child themes in the website settings.

Both of these are minor bugs, but I need to get them sorted.
@NateWr, you said it would be okay if I tagged you in this post. :slight_smile:

First, a css file cannot be found

This is a known issue. I’ll probably get it sorted out for the next major OJS release:

https://github.com/NateWr/bootstrap3/issues/59

Second, although I developed it as a child theme as explained elsewhere in this forum, I still get the list of standard bootstrap child themes in the website settings.

You can use the removeOption method to remove a theme option that’s been added by a parent. See the docs:

https://pkp.gitbooks.io/pkp-theming-guide/content/en/theme-options-api.html