FKB برو - موضوع اجتماعي

Hi @Paracelsus, Thanks for the feedback. :slightly_smiling_face: I merged a fix Fix: main-outlet width on larger screen by VaperinaDEV · Pull Request #7 · VaperinaDEV/fkb-pro-theme · GitHub

Can I check this somehow?

I’ll take a look at it. :slightly_smiling_face:

إعجاب واحد (1)


some suggestion.

إعجاب واحد (1)

Just tried installing it on my site and it looks really small.

إعجاب واحد (1)

Yeah, I’ll fix it soon.

إعجاب واحد (1)

Thanks for the fix, it’s better now. :+1:
I’ll try to get you an url where you can see the one-column issue.

إعجاب واحد (1)

Hello, I merged some fixes:

https://github.com/VaperinaDEV/fkb-pro-theme/commit/0cd38c1e1d1ed2784632aa9c4edb51eafd00a76b

https://github.com/VaperinaDEV/fkb-pro-theme/commit/3f009b8dc303ab3a64fb1541ba273381536b29ec

3 إعجابات

Just search around Meta and found this forum. This is what I looking for.

إعجابَين (2)

Ah I see :slightly_smiling_face: This is looks like Fakebook, a theme for social media lovers I think you looking for that. :slightly_smiling_face:

3 إعجابات

Hi @Don. Thank so much for your theme. :heart_eyes:

إعجابَين (2)

Still having some issues.

إعجابَين (2)

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 إعجابات

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)

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

إعجاب واحد (1)

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

إعجابَين (2)

perfect, it’s beautiful, thank a lot

إعجاب واحد (1)

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)

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)

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)

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)

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)