FKB Pro - Social theme

Congratulations @Don , I am very very happy with your theme. It is beautiful and elegant and the site has also increased the scores in core web vitals and google speed insights
Thank you so much for everything, I really admire your work in the discourse community
greetings from Brazil

3 Likes

Thank you @darkpixlz! I will update the theme to work with sidebar. :slightly_smiling_face:


@Tiago_santos, I am really glad you like it :slightly_smiling_face: Thank you so much! :heart:

2 Likes

hi @Don
how to fix this bug (field credit card number black) discourse subscription

1 Like

Thanks. I’ve pushed a fix for this…please update the theme. :slightly_smiling_face:

2 Likes

perfect, it’s beautiful, thank a lot

1 Like

Hello @Don
i am following this post for discourse plugin ads (house ads)

apparently the ads plugin is not compatible with fakebook pro (bugs)

In the mobile version, the image is off the screen (large)

in the fakepro theme it cannot differentiate which image is mobile and which image is desktop

can you please check it

1 Like

Hi Tiago,

Can you please clarify it a little bit? Some screenshots, your actual code and where is your advert appear would be very helpful. Thank you :slightly_smiling_face:

1 Like

Hi, so sorry

The image is bigger in the mobile version
in the default theme it works normally

My code (house ads)

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

Mobile

even if I switch desktop to mobile in the code above, the problem remains

Desktop (it´s ok)

1 Like

Hello,

Yeah, I think because you have to use some css also to make it responsive. :slightly_smiling_face:

Something like this should work:

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

Common / 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%;
      }
    }
  }
}
2 Likes

Very great. thank a lot
it’s working perfectly.
Once again, thank you very much for your attention. Your discourse theme is the best

1 Like

This is already known issue, I’m sure, but I’ll push it up anyway: the new sidebar shows only empty space.

I realize FKB Pro shows quite many things that can be found from the sidebar, and location will raise some conflicts, but then the hamburger icon should be hidden.

Hi. Thanks for great job.

We installed FKB Pro theme by default in our self-hosted Discourse about a month ago, configured it, and everything was OK. Yesterday we installed Discourse telegram-auth plugin. Discourse container was rebuilt from the fresh Discourse official sources and updated to 2.9.0.beta10 version. After it we have a big empty space in the right part of the wide screen. Here’s the screenshot: https://www.lubezniy.ru/screens/34a13ea1a87622d4158d85d15d8e9d65372832.png
Can you say, what and where can we do (check, change, report or something other) to fix it? Thank you.

2 Likes

Hello Victor,

Thank you for the report :slightly_smiling_face:

Here is the fix: Connectors not rendering - #6 by david

It will working after you update your site to the latest version Discourse.

2 Likes

Greatest thanks, Don. After upgrading, problem was solved.

1 Like

@Don Hi first thanks for the theme. I use your theme and there are some problems I have.

  1. The label pages look corrupt. There is a shift in the page layout.

  2. For those who use tablets, the left Sidebar is not lost.

I would be glad if you help with these problems

Hello, Can you share some screenshot about the issues? Thanks :slightly_smiling_face:


Little update:

We had a conversation privately and successfully fixed the issues.

The first issue has been fixed via FIX: Modify tag page template to fit to the theme by VaperinaDEV · Pull Request #12 · VaperinaDEV/fkb-pro-theme · GitHub

The second issue was related with google adsense. The ads has fixed size width which cause the issue.

Adding width: 100% to ads in a new component Desktop / CSS seems to fix it.

1 Like

@Don Thanks for your help

1 Like

Hi @Don,
Any plans to support RTL out of the box?
i installed this once, and did some CSS work, it does not look pretty when you switch to RTL languages.

Still seems to be a bit broken with the sidebar enabled.
Enabled:


Disabled:

I’m seeing some padding issues as well.
image

Also some issues are present with the new profile buttons.

2 Likes

@Don Hi, I am having the same problem. If you could help with this situation, I would greatly appreciate it.

2 Likes