@baris Guess that should have been the obvious, and yeah, we had some code that would auto generate a background for users. Disabling that did fix it. I really appreciate the help, feel kind of stupid now lol. Besides that being fixed now we still have an ongoing issue with plugins not working like emoji's, shoutbox, and so on. And words of advice on that?
Help for Widgets please
-
I have defined a widget area footer fixed like that :
Added to /nodebb-theme-material/lib/theme.js
theme.defineWidgetAreas = function(areas, callback) { areas = areas.concat([ { 'name': 'Footer fixed', 'template': 'footer-fixed.tpl', 'location': 'bottom' } ]); callback(null, areas); };
Added to /nodebb-theme-material/plugin.json
{ "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas", "callbacked": true }
created /nodebb-theme-material/templates/footer-fixed.tpl
<div widget-area="bottom"></div>
I can see a new widget area and I can put widgets on it.
But when the page is loaded and check for widget html code by the chrome devlopper tool, I can see nothingAny help is welcome
-
Hey can you issue this on GH instead? Probably a bug but I'll forget (long weekend for thanksgiving in Canada and I'm away for a few days) so please post there so I can look when I get back
-
@psychobunny have good holidays