Jagster
(Jakke Lehtonen)
16. Oktober 2022 um 11:51
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. Oktober 2022 um 06:14
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 „Gefällt mir“
Don
19. Oktober 2022 um 10:38
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 „Gefällt mir“
lubezniy
(Victor Lyubezny)
19. Oktober 2022 um 11:15
47
Greatest thanks, Don. After upgrading, problem was solved.
1 „Gefällt mir“
ozkn
(Mathx)
12. November 2022 um 21:40
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. November 2022 um 08:45
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 „Gefällt mir“
ozkn
(Mathx)
13. November 2022 um 15:54
50
@Don Thanks for your help
1 „Gefällt mir“
Jay91
(Jay Abie)
25. November 2022 um 22:06
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. November 2022 um 00:35
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 „Gefällt mir“
ozkn
(Mathx)
25. Dezember 2022 um 13:01
53
@Don Hi, I am having the same problem. If you could help with this situation, I would greatly appreciate it.
2 „Gefällt mir“
Don
25. Dezember 2022 um 14:16
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 „Gefällt mir“
ozkn
(Mathx)
25. Dezember 2022 um 14:25
55
@Don Thanks for the update
1 „Gefällt mir“
Don
1. Januar 2023 um 15:10
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 „Gefällt mir“
Don
2. Januar 2023 um 09:30
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 „Gefällt mir“
ozkn
(Mathx)
2. Januar 2023 um 17:46
58
@Don Thanks for the update
2 „Gefällt mir“
Don
2. Januar 2023 um 19:59
59
3 „Gefällt mir“
Jagster
(Jakke Lehtonen)
2. Januar 2023 um 21:09
60
Is the reactions fix still valid and needed?
Don
2. Januar 2023 um 21:15
61
Nope, that is not needed anymore. You can remove.
2 „Gefällt mir“
jo-andre
(jon)
3. Januar 2023 um 17:08
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 „Gefällt mir“
Don
3. Januar 2023 um 20:48
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 „Gefällt mir“