嗨 @Paracelsus,感谢您的反馈。
我合并了一个修复程序 Fix: main-outlet width on larger screen by VaperinaDEV · Pull Request #7 · VaperinaDEV/fkb-pro-theme · GitHub
我能以某种方式检查一下吗?
我会看看的。 ![]()
嗨 @Paracelsus,感谢您的反馈。
我合并了一个修复程序 Fix: main-outlet width on larger screen by VaperinaDEV · Pull Request #7 · VaperinaDEV/fkb-pro-theme · GitHub
我能以某种方式检查一下吗?
我会看看的。 ![]()
好的,我很快就会修复它。
感谢修复,现在好多了。 ![]()
我会尝试给你一个链接,你可以在其中看到单列问题。
您好,我合并了一些修复:
Take 2: Fix layout issues for larger screens
我在 Meta 上搜索了一下,找到了这个论坛。这正是我想要的。
https://community.bettercentury.org/
啊,我明白了
这看起来像是 Fakebook,一个为社交媒体爱好者设计的主题,我想你找的就是这个。![]()
嗨 @Don。非常感谢你的主题。![]()
恭喜 @Don,我对您的主题非常非常满意。它美观典雅,网站在核心网页指标和 Google 速度分析中的得分也有所提高。
非常感谢您所做的一切,我真的很钦佩您在 discourse 社区中的工作。
来自巴西的问候
你好 @Don
如何修复此错误(信用卡号字段黑色)discourse 订阅
好的。我已经推送了一个修复程序…请更新主题。 ![]()
太棒了,很漂亮,非常感谢。
你好 @Don
我正在关注此帖子,了解 discourse 插件广告(内部广告)
If you read House ads post, they give you the way to set a desktop picture and a mobile one. <a href="" class="banner-ad" target="_blank"> <img class="desktop" src=""> <img class="mobile" src=""> </a> Just set the images for each (Less width for phones and more width for desktop) and thats it! I personally use this dimensions: Mobile: 1282x311 Desktop 755x90 Then create a component and add this CSS: $cta-background-color: #FE4644; $cta-text-color: #FFFFFF; .banner-ad { displa…
显然,广告插件与 fakebook pro 不兼容(存在 bug)
在移动版本中,图片超出了屏幕(尺寸过大)
在 fakepro 主题中,无法区分哪个图片是移动版,哪个图片是桌面版
你能帮忙检查一下吗?
您好 Tiago,
您能再解释一下吗? 如果能提供一些截图、您的实际代码以及您的广告出现的位置,将非常有帮助。 谢谢 ![]()
您好,非常抱歉
图片在移动版本上更大
在默认主题中,它工作正常
<a href="https://cursos.growthafiliados.com.br" class="banner-ad" target="_blank">
<img class="desktop" src="https://growthafiliados.com.br/uploads/default/original/2X/3/33bcb1003b66be344648d3ba84d1e05f8bf36c75.png" style="display: block; margin-left: auto; margin-right: auto;width: auto;">
</a>
即使我在上面的代码中将桌面切换到移动版,问题仍然存在
你好,
是的,我认为你还需要使用一些 CSS 来使其响应式。![]()
类似这样的代码应该可以工作:
<a href="https://cursos.growthafiliados.com.br" class="banner-ad" target="_blank">
<img class="banner-img" src="https://growthafiliados.com.br/uploads/default/original/2X/3/33bcb1003b66be344648d3ba84d1e05f8bf36c75.png">
</a>
通用 / CSS
.house-creative.house-post-bottom {
max-width: calc(#{$topic-body-width} + (#{$topic-body-width-padding} * 2) + (12px * 2));
margin: 8px 0 8px auto;
.mobile-view & {
max-width: 100%;
.banner-ad {
.banner-img {
max-width: 100%;
}
}
}
}
非常好。非常感谢
它运行完美。
再次感谢您的关注。您的 Discourse 主题是最好的