Need to add localStorage to it, but also an option to re-enable in the user settings in case you accidentally closed it and actually do want it activated.
In any case, noticed OP is on an iPad, so made some changes that might work for him
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 the LESS
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.