I don’t use the theme, but my guess is:
button.create .d-icon {
color: #000;
}
If it mess with other buttons, use this line instead
#topic-footer-buttons button.create .d-icon {
color: #000;
}
I don’t use the theme, but my guess is:
button.create .d-icon {
color: #000;
}
If it mess with other buttons, use this line instead
#topic-footer-buttons button.create .d-icon {
color: #000;
}
Thank you very much. The first one has sovled one button problem.
Inside the thread I see now a black icon.
But on the main page “Categories” view I see still the grey “+” on the button:
This theme looks very nice and one of the best among all themes available for Discourse.
I saw it running on labs.daemon.com.au but the mobile experience is not that refined yet. Is that website using the theme with the latest updates?
Your theme is absolutely beautiful and I’m currently using it. I also have the branded header theme component installed and I noticed that when I use your theme, my branded font awesome icons no longer appear. Whereas with my old theme, it will show those icons. It’s not displaying anything (not even the box) but is still clickable. Would you happen to know of some conflicting code that could be causing this to happen?
I just ran into another issue and I don’t know if it’s my specific customization, but I cannot delete images. I can upload them, but once I do, the buttons lose all functionality and I cannot delete or add a new photo. What am I doing wrong? Thanks!
Hi there,
we just wanted to let you know that we are currently experiencing rendering woes like
on our installation at https://meta.ip-tools.org/. As far as we know, we did not make any changes to the system, so the problem appears out of the blue for us.
Most probably it is due to “The connection used to fetch this resources was not secure” errors when trying to load the glyphs from Google Fonts:
We just wanted to leave a note about the issue and will follow up with an attempt to mitigate it by upgrading to the most recent software releases of all components.
With kind regards,
Andreas.
Apologies, reporting the last one was totally our fault. After bootstrapping a new workstation, we activated a bogus firewall setting which denied access to googleapis.com - no wonder these requests would fail. Sorry for the noise!
Nevertheless, it was a good chance to update the theme and receive the numerous updates @sesemaya pushed since end of January (Comparing 83a7de732a13ac9f8bde60aaefbee39269c601fd...89f9f1347fb5755fdbab83f8350ebabe9d532857 · Daemonite/discourse-material-theme · GitHub). As far as we can see everything works fine, so thanks again for the awesome work you are putting into this, Maya!
I have this strange situation where the edit option is not shown in the interface. It’s there, if you hover over it the name appears and you are able to use it if you hit the right spot.
I have this user that keeps accidentally removing posts this way, which is quite unfortunate.
This is viewing a post in Material Design for Discourse and below the same in graceful:
Dear @Not-The-Foggiest,
we have been able to work around this issue as outlined at Some icons are not translated properly · Issue #17 · Daemonite/discourse-material-theme · GitHub the other day by adding this snippet at the appropriate place, effectively disabling the “alt-” variants of the icons to get them visible again:
// Fix MBT#17: Translate "-alt" icons to non-"-alt" ones to
// counter disappearing "edit"- and "delete"-post icons.
// https://github.com/Daemonite/discourse-material-theme/issues/17#issuecomment-479716834
classNames = classNames.replace('-alt', '');
It’s really just a quick workaround but might well help you along.
With kind regards,
Andreas.
桌面端用户卡片
和
移动端用户页面
的 CSS 出现了问题,例如字段之间的间距为 0 像素等……
另外,在移动端用户页面上显示更大的头像也会很棒。
另外,桌面端用户卡片上的头像是不是应该这么小?
真的很想修复这些问题,因为现在它已成为我的默认主题,而且比起所有其他主题(包括我自己制作的),它的效果无疑是最好的。
大多数头像在帖子回复区域无法显示。有什么建议吗?我非常喜欢这个主题。在您的网站上也有同样的问题。请看 Abdulmalik_Hamid 的头像在 athmangud 的原始帖子的“2 条回复”部分未能显示的情况:
不,上次提交是在五月。他们的网站头像功能甚至都坏了,移动端也是一团糟。不过,这确实是一个很棒的模板。
点击“x 条回复”下拉菜单后头像缺失,就像您页面上的这个例子。
桌面版,最新 Chrome 浏览器。
请见红色箭头。在使用您主题的活动更频繁的论坛上,这个问题会更加明显。但在生成该截图的页面上也存在此问题。
另外,用户卡片在某些长度的名称上存在 0px 间距问题(参见下方截图,消息框与名称挤在一起)。这是一个桌面端的示例,但在移动端问题更为明显,几乎所有用户卡片上的字段都存在间距问题。用户页面在移动端也存在大量 0px 间距问题。
我目前无法在移动端进行截图,但我想您那边应该也能看到这个问题。
没错!漏掉了展开的 回复 X。
已 duly 记录。我们已安排在未来几周内对主题进行改版。希望能赶在圣诞节前完成 ![]()
有任何更新吗?只要修复那个头像问题就太棒了。那个问题让我的论坛看起来像是出故障了。
如果你不打算再修复“回复”下拉菜单下的头像显示问题,我可以支付你 5 美元 PayPal 作为报酬。这是我论坛唯一需要修复的问题。我自己重新设计了论坛的主题,但没能解决这个小问题。
谢谢 ![]()
还有一点,用户首次上传后无法更改用户卡片图片或背景。
这是该主题另一个非常严重的问题
但仅在该主题中出现。
我们的论坛非常活跃,但我不清楚如何修复此问题。
个人资料部分的图片上传通常耗时较长,会在 100% 处暂停一段时间,而在其他主题中则很少出现这种情况。
谢谢。