getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 51 forks source link

[material-theme] #156

Closed AresScorpio closed 6 years ago

AresScorpio commented 6 years ago

image the design seems to be broken... i also get an error in my console: TypeError: $(...).parent(...).colorbox is not a function

using the latest firefox

Kwpolska commented 6 years ago

The demo site works fine for me in both Firefox and Chrome: https://themes.getnikola.com/v8/material-theme/demo/

Does the demo site work for you? How are you testing? Any unusual browser plugins?

(The colorbox issue is expected, all themes need to be updated for Nikola v8 compatibility and this hasn’t been done yet)

AresScorpio commented 6 years ago

the demo site works also fine for me :astonished: but if I apply the theme it looks like the screenshot above... i haven't changed anything just installed the theme using "nikola theme -i material-theme" and changing my config.py (also ran a nikola clean and deleted all files manually from my server befor running nikola build and nikola deploy)

i'm using Nikola v8.0.0b2

Testing using nikola auto or deploying it to my blog (if you like i deploy the borken theme and you can have a look on it) ublock is installed, but disabled

Kwpolska commented 6 years ago

As part of breaking-things-for-v8, we stopped shipping the unminified bootstrap.css file in themes. Bundles (with USE_BUNDLES) for this theme were broken, but they are disabled for the demo site (we used bootstrap.min.css in this case). Fix upcoming.

Kwpolska commented 6 years ago

Done, you can run nikola theme -i material-theme to reinstall. I also fixed colorbox warnings.

AresScorpio commented 6 years ago

Thank you very much!