Hi @Paracelsus, Thanks for the feedback. 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.
Hi @Paracelsus, Thanks for the feedback. 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.
Yeah, I’ll fix it soon.
Thanks for the fix, it’s better now.
I’ll try to get you an url where you can see the one-column issue.
Hello, I merged some fixes:
Take 2: Fix layout issues for larger screens
Just search around Meta and found this forum. This is what I looking for.
Sharing knowledge, experience and recommendations to make a better future.
Ah I see This is looks like Fakebook, a theme for social media lovers I think you looking for that.
Hi @Don. Thank so much for your 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
Still having some issues.
Thank you @darkpixlz! I will update the theme to work with sidebar.
@Tiago_santos, I am really glad you like it Thank you so much!
hi @Don
how to fix this bug (field credit card number black) discourse subscription
Thanks. I’ve pushed a fix for this…please update the theme.
perfect, it’s beautiful, thank a lot
Hello @Don
i am following this post for discourse plugin ads (house ads)
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…
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
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
Hi, so sorry
The image is bigger in the mobile version
in the default theme it works normally
<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>
even if I switch desktop to mobile in the code above, the problem remains
Hello,
Yeah, I think because you have to use some css also to make it responsive.
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%;
}
}
}
}
Very great. thank a lot
it’s working perfectly.
Once again, thank you very much for your attention. Your discourse theme is the best