Lilly
July 12, 2023, 12:05am
169
using english translation, i think those are the category breadcrumb dropdown and category nav filter.
try this in common css of a component.
.category-breadcrumb {
display: none;
}
#navigation-bar {
li.nav-item_categories {
display: none;
}
}
3 Likes
It’s ok, now it’s as I wanted, thank you very much, I’m glad you’re here
1 Like
I want to hide the categories from the side navigation menu, how can I hide it?
I have hidden all of them from the administration panel, but still the categories are visible. I want to hide the categories from the side navigation menu. I would appreciate your help, thanks in advance.
Airw0lf
(Will)
August 10, 2023, 9:12pm
173
See also attached image:
This is the result from the up-scaling as seen on the dashboard .
The original one looks like this .
Is there a way to prevent this ugly up-scaling?
Thanks
=====
Canapin
(Coin-coin le Canapin)
August 11, 2023, 7:24am
174
Welcome, Will!
The issue lays here:
<div class="topic-image" style="background: url(https://forum.cyberbrein.nl/uploads/default/original/1X/aef8c5e27bb1320fd8da2319220c5193e56e2323.jpeg);background-position: center;background-repeat: no-repeat;background-size: cover;"></div>
Remove background-size: cover;
, or add:
.topic-image {
background-size: auto !important;
}
in your theme or a new component if you can’t edit the component that creates these thumbnails.
edit: it seems your use this theme: FKB Pro - Social theme
I’ll move your topic in the dedicated topic.
2 Likes
Airw0lf
(Will)
August 11, 2023, 2:56pm
175
Thank you for the welcome and suggestion @Canapin .
And yes - this is the right theme.
As I’m a real newbie here:
I have no idea where to make this change.
Could you point me in the right direction?
Thank you - Will
Canapin
(Coin-coin le Canapin)
August 11, 2023, 3:19pm
176
Unless the author (Hi Don!) thinks it’s a welcome addition to change this, here’s what you can do:
In your admin panel, go to Customize → Themes → Components.
Click the Install button at the bottom of the list.
Click + Create new , choose a name (like “Custom CSS”, “Theme tweaks”, anything that you’d like and is descriptive enough), and click Create .
Include the theme component in the FKB Pro theme:
Click Edit CSS/HTML , go to the CSS tab. Write:
.topic-image {
background-size: auto !important;
}
Click Save .
That should fix your issue.
4 Likes
Airw0lf
(Will)
August 11, 2023, 3:39pm
177
Thank you - working as expected.
This is based on an override.
How about removing this background-size?
How would I do that?
I tried setting it to none.
But that just brings back the thing I was trying to remove.
If setting it to auto still increases the image - just in a different way.
Canapin
(Coin-coin le Canapin)
August 11, 2023, 3:47pm
178
The auto
value is the default value , which is equivalent to having no specific background-size
rule.
2 Likes
Airw0lf
(Will)
August 11, 2023, 4:03pm
179
Ah - ok - thank you for this jumpstart in customizing themes.
Don
August 12, 2023, 8:37am
180
Hello
Thanks for bringing this up! I’ve made an update on topic image (thumbnail) section.
VaperinaDEV:main
← VaperinaDEV:topic-image-modification
opened 08:36AM - 12 Aug 23 UTC
With this update I replace background
with <img>
and optionally a backdrop image can be added to this. The backdrop can handle the small image (which not cover this section) empty area. It works like a hacky dominant color background with the default settings.
I have added some new settings. With this setting you can choose the:
Topic image section height (default: 300px)
Image fit
cover (default)
contain
scale-down
none
Backdrop image (default: disable)
Backdrop image blur
Backdrop image brightness
This is how it looks:
Default (image fit cover, no backdrop)
Image fit contain
Image fit contain with backdrop
Difference between image fit (cover, contain, scale-down and none)
small image
larger image
Difference between blur and brightness values
blur
50px, 25px, 10px
brightness
0.65, 0.55, 0.45
Edit: Forget to add the image fit none
option.
VaperinaDEV:main
← VaperinaDEV:add-object-fit-none
opened 09:51AM - 12 Aug 23 UTC
5 Likes
Hello, I would like to point out some errors.
The following sensitivity issue appears on the users, groups and topics page (with a few posts).
desktop view only
Users
Groups
It works perfectly on other pages as in the image below.
As I understand it, the cause of the problem is the category, title, content, etc. It happens on pages with little content.
2 Likes
Don
August 28, 2023, 5:04am
182
Thanks for the report @vifyirusti I’ve fixed it, please update the theme
2 Likes
We thank you. You are so fast.
I want to report one more bug.
The “Category” name of the posts under Latest, New and Top is not in the right place. (with Topic Ratings Plugin)
Kind regards @Don
2 Likes
Don
August 28, 2023, 8:41am
184
Yeah I see, unfortunately I can’t test it now with the Topic Ratings Plugin but I think I know what is happening here.
The Topic Ratings Plugin use this code for the link-top-line
element.
It is shrinking the link-top-line
in FKB Pro theme and this is why the category badge placed above the user datas because that is the width of the element byline
which contains the category badge and user datas so this is depends on how width is this element.
3 Likes
Don
August 28, 2023, 1:51pm
186
Thank you, I’ve merged a fix. Please update the theme.
1 Like
joke? You are really fast. Thank you very much.
3 Likes
Hey just letting you know this is broken. Its at the bottom of any message.
1 Like
Don
August 30, 2023, 9:27am
189
Hey @carltheobesecat , thanks for the report I’ve fixed it.
1 Like
Drew-ART
(Drew)
September 11, 2023, 4:10pm
190
Lovely theme. Seems to have issues with the Kanban plugin forcing the right box out of the page borders
1 Like