Jagster
(Jakke Lehtonen)
16 Ottobre 2022, 11:51am
44
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.
lubezniy
(Victor Lyubezny)
19 Ottobre 2022, 6:14am
45
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 Mi Piace
Don
19 Ottobre 2022, 10:38am
46
Hello Victor,
Thank you for the report
Here is the fix: Connectors not rendering - #6 by david
It will working after you update your site to the latest version Discourse.
2 Mi Piace
lubezniy
(Victor Lyubezny)
19 Ottobre 2022, 11:15am
47
Greatest thanks, Don. After upgrading, problem was solved.
1 Mi Piace
ozkn
(Mathx)
12 Novembre 2022, 9:40pm
48
@Don Hi first thanks for the theme. I use your theme and there are some problems I have.
The label pages look corrupt. There is a shift in the page layout.
For those who use tablets, the left Sidebar is not lost.
I would be glad if you help with these problems
Don
13 Novembre 2022, 8:45am
49
Hello, Can you share some screenshot about the issues? Thanks
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 Mi Piace
ozkn
(Mathx)
13 Novembre 2022, 3:54pm
50
@Don Thanks for your help
1 Mi Piace
Jay91
(Jay Abie)
25 Novembre 2022, 10:06pm
51
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.
darkpixlz
(Pyx )
30 Novembre 2022, 12:35am
52
Still seems to be a bit broken with the sidebar enabled.
Enabled:
Disabled:
I’m seeing some padding issues as well.
Also some issues are present with the new profile buttons.
2 Mi Piace
ozkn
(Mathx)
25 Dicembre 2022, 1:01pm
53
@Don Hi, I am having the same problem. If you could help with this situation, I would greatly appreciate it.
2 Mi Piace
Don
25 Dicembre 2022, 2:16pm
54
Hello,
Oh, yeah sorry. I’ve merged an update, to don’t hide sidebar if enabled. Note: This theme is not sidebar ready yet. I have to fix, rethink and refactor lots of thing.
3 Mi Piace
ozkn
(Mathx)
25 Dicembre 2022, 2:25pm
55
@Don Thanks for the update
1 Mi Piace
Don
1 Gennaio 2023, 3:10pm
56
Hello,
I’ve create a bigger update on this theme. I will merge this soon.
VaperinaDEV:main
← VaperinaDEV:VaperinaDEV-patch-1
opened 02:58PM - 01 Jan 23 UTC
Changes
* change layout from flexbox to grid
* sidebar compatibility
* new … revamped user menu (redesign)
* clean up the code
* redesign chat
* floating navigation controls (notification, create topic button) on mobile
* desktop version navigation bar on mobile
* redesign oneboxes and quotes
* removed avatar and stats from topic list on mobile
* removed full width (paddingless) mobile version
Changes
change layout from flexbox to grid
sidebar compatibility
new revamped user menu (redesign)
clean up the code
redesign chat
floating navigation controls (notification, create topic button) on mobile
desktop version navigation bar on mobile
redesign oneboxes and quotes
removed avatar and stats (fkb panel) from topic list on mobile
removed full width (paddingless) mobile version
Desktop view
Mobile view
Revamped user menu (paddingless redesign)
Desktop
Mobile
Docs
Chat
4 Mi Piace
Don
2 Gennaio 2023, 9:30am
57
Hello,
I’ve added more updates, fixes etc:
improve responsive layout
added Discourse Reactions support
added sticky new topic banner (floating from top)
I testing it a little bit more and after I can merge these changes.
Responsive
Sticky new topic banner
Desktop
Mobile
8 Mi Piace
ozkn
(Mathx)
2 Gennaio 2023, 5:46pm
58
@Don Thanks for the update
2 Mi Piace
Don
2 Gennaio 2023, 7:59pm
59
3 Mi Piace
Jagster
(Jakke Lehtonen)
2 Gennaio 2023, 9:09pm
60
Is the reactions fix still valid and needed?
Don
2 Gennaio 2023, 9:15pm
61
Nope, that is not needed anymore. You can remove.
2 Mi Piace
jo-andre
(jon)
3 Gennaio 2023, 5:08pm
62
Hey, awsome theme!
ive got some minor padding issues when using web browser i would like to solve, but dont really know how.
Not on mobile tho!
1 Mi Piace
Don
3 Gennaio 2023, 8:48pm
63
Thanks! I glad you like it I see this is happens on the experimental new user profile nav
. I think this will change a lot in the future, so I will not change the theme for now.
But you can add this to a component.
Desktop / CSS
.new-user-wrapper {
.new-user-content-wrapper {
.user-content {
padding: 1em;
}
}
}
3 Mi Piace