FKB Pro - Social theme

Hey @falcon9, Thanks for pointing out, I see now. I’ve removed the unnecessary background color from mobile header. Please update the theme. :slightly_smiling_face:

2 Likes

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?

1 Like

Sure, with other component. For example, you can try this:

2 Likes

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.

1 Like

Really? Then I stand corrected. I thought it came from TLP because it is active at my forum.

Edit:

I’m totally hopeless :man_facepalming: 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?)

2 Likes

No @Jagster you were correct. :+1:

TLP does provide a control to choose which image.

I’ve never installed the sidecar plugin with another Theme, but it might work …

3 Likes

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 :slightly_smiling_face:

2 Likes

Ok… so there are two different components like this… I was using this one…

I’ll have to test yours out and see.

1 Like

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.

2 Likes

Hello,

I’ve merged an update to the theme. :slightly_smiling_face:

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

5 Likes

@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.

1 Like

Hello, I want to close the part in the screenshot or I want to remove it, how do I turn it off?

2 Likes

I don’t know but how would your users navigate then?

1 Like

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

2 Likes

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.

3 Likes

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;
        }
      }
    }
  }
}
3 Likes

Thank you very much, it’s exactly what I wanted now

3 Likes

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.

2 Likes

When iPad is horizontally the sidebar (default one by Discourse) isn’t scrollable.

1 Like

Thanks! Works now.

1 Like