You would need to put the widget in the Categories Siderbar section. If you don't have this section, your theme needs to be updated. see here for needed changes.
[Solved] Bug in theme?
-
I'm not sure if it´s a bug but I'm modifying the theme to make more responsive the user profiles but when I restart the app the theme is reverse to default one. Any idea??
-
Are you editting the .tpl files?
if so you need to click activate on the theme again then restart the nodebb instance this is a known issue -
Yeah, let me know what file you're editing @drubio... I'm needing a proper set of repro steps on that one.
-
@julian I modify width of the profile-bio-label, in fact, I have removed it from CSS and I add bootstrap classes col-X-Y. Because if there is a label quite large then user can't see it properly .
-
@drubio Make sure you are clearing your cache.
-
Are you editing the
.css
files? If so then that's your problem - you need to edit theLESS
files:http://community.nodebb.org/topic/305/themecss-question-re-file-replacing-itself
-
*facepalm* Now why didn't I think of that...! That must be it.
-
Are you editing the .css files? If so then that's your problem - you need to edit the LESS files:
http://community.nodebb.org/topic/305/themecss-question-re-fil
Ohhh, I have read several times that it´s made with less... Thanks.