Hey @falcon9, Thanks for pointing out, I see now. Iāve removed the unnecessary background color from mobile header. Please update the theme.
Awesome⦠thank you very much!
Is there anyway to add a āfeatured imageā similar to Wordpress⦠or⦠is it possible to make the theme search the entire topic (beyond the first post) until it finds an image to use?
Sure, with other component. For example, you can try this:
The theme already does this by itself. Iām just looking for a way to control it more. I am looking for it to go beyond the first post to search for images / media or have a place to upload a āfeatured imageā that it would default to.
Really? Then I stand corrected. I thought it came from TLP because it is active at my forum.
Edit:
Iām totally hopeless I had to check do I use TLP or not with FKB Pro. And Iām not.
So, letās forget Iām even visited here everā¦
(And now I understand what you are after ā but could TLP fix that need, or would there be somekind conflict then because of overlapping functionality?)
No @Jagster you were correct.
TLP does provide a control to choose which image.
Iāve never installed the sidecar plugin with another Theme, but it might work ā¦
Yeah, you right this theme is use the first image as thumbnail from the OP. So you canāt choose it manually. However, it is good to know it works with TLP
Ok⦠so there are two different components like this⦠I was using this oneā¦
Iāll have to test yours out and see.
With the Topic List Thumbnails thereās this:
This only works for the OP AFAIK. I think the same applies to the TLP sidecar, but I may be wrong⦠Yeah, sorry, itās in the description some posts above: you can pick one image from the entire topic with the TLP sidecar.
Hello,
Iāve merged an update to the theme.
This update contains:
- split up SCSS into multiple files
- slightly new sidebar style
- fix some UX issue on user pages (new user navigation style)
- move avatar size from
head_tag
<script type="text/discourse-plugin"
block to javascript initializer - change narrow desktop width to 1000px (on desktop menu panels change to mobile menu panels)
- remove most of the chat style (it needs some love as lots of thing changed in core)
Topic List
User page
@Don For some reason I cannot get the ābetween topicā ads to center when using the official ad plugin. No matter what I do it seems to force it to the left. The ābetween postsā ads work great.
I donāt know but how would your users navigate then?
I will only use it as a social network, so it doesnāt make sense to have it there, it would be better if there is no such option in any of the social networks, I think it would be better without it
those are the navigator bar filter links (nav pills) and you can hide them with CSS. but iām not sure i would do that with this theme (i donāt use it) because itās heavily modified and showing those links in mobile view. my forumās mobile view (and Metaās) doesnāt have them by default so it looks like those are there on purpose for this theme. @dodesz should be able to tell you if it is possible without affecting the theme in unintended ways.
Hello,
Yeah, you can try something like this.
Mobile/CSS
.navigation-topics,
.categories-list,
body[class*="tag-"]:not(.archetype-regular):not(.archetype-banner),
body[class*="category-"]:not(.archetype-regular):not(.archetype-banner) {
.list-controls {
.container {
background: none;
box-shadow: none;
padding: 0;
margin-bottom: 0;
.navigation-container {
&:before,
&:after {
display: none;
}
.category-breadcrumb {
display: none !important;
}
#navigation-bar {
display: none;
}
}
}
}
}
Thank you very much, itās exactly what I wanted now
Hi, I am facing this issue when I hide my sidebar.
Sidebar is not hidden(It is showing perfectly)
Sidebar when hidden
This only happens when I am on the latest tab with the sidebar hidden and with other tabs it works perfectly fine.
Please help me with this.
When iPad is horizontally the sidebar (default one by Discourse) isnāt scrollable.
Thanks! Works now.