Layout error with category box style
Are you sure this is related to the sidebar blocks plugin? I donāt see the plugin in your screenshot, maybe a larger screenshot might help. Or a URL to the page.
Yeah, I see the issue better now. So, the plugin doesnāt really cause any problems directly, but the problem arises from the narrow main container area, and the fact that the logos in that group have a set height, and no max-width
. Some logos (Uber, T.net) are too wide.
You can fix this by changing the height of these logos with css:
.category-boxes .category-box .logo {
height: 25px;
}
Yes, thank so muchā¦i have a question.
I want input code Google adsense into sidebar custom content, but it not display.
How can do it?
Thank again :*
As is mentioned here. This plugin does not work with mobile. However, it still reserves that margin on mobile. Is there a way to disable it for mobile completely
?
- Remove the second option css in your topic.
- Add the following code to the design theme (css) or sidebar.scss:
html.mobile-view {
.sidebar {display: none;}
}
Try to select css to the next two lines. You can do absolutely anything you want.
Perfect man, thank you
A collapse button of some sort would be a wonderful addition to this plugin!
Thatās interesting. Do you mean a button to collapse the whole sidebar, or a button to collapse each block in the sidebar?
I meant a button to collapse the whole sidebar (a small icon like an arrow could work), since collapsing each block individually does not grant any additional space
-
Thereās an issue where new topics created donāt show up in the latest posts/replies plugin.
-
Also, for some reason people see only 2 latest topics. This started to happen just today. Please fix
Awesome plugin, much appreciated!
Really like how it is put to use at peshkupauje.com and have two questions on how it is configured there:
- Multiple columns - How do you achieve multiple columns for sidebar blocks?
- Topics previews - How do you render topic previews in a sidebar block?
Also, would it be possible to render the topic author on the listed topics in a sidebar block?
Additionally, it seems you donāt get the header/category name when adding sub-category slugs, i.e. category-name/sub-category-name to the sidebar. The posts render seemingly correct, but the title is empty.
I did this a while ago, and itās in a branch of the repository at https://github.com/pmusaraj/discourse-sidebar-blocks/tree/two-columns
That branch does both the two-column layout and adds a widget with thumbnails. See this widget for the thumbnails.
For the subcategories, you are likely right, this hasnāt been tested with subcategories.
Thank you for your work - is there a way to display latest post from a wordpress blog on the sidebar?
Not that I know of, no.
Thank you! Also Iāve noticed a ābugā:
When I set a āthinā banner (say 120x600px), the width of the sidebar doesnāt adjust and thereās a lot of wide space around the banner
Thatās normal. The sidebarās width is set as a percentage, so you might have to play with the SCSS values in a theme component to get your desired width. This is the SCSS file you would need to override.
Iām currently using @awesomerobotās Topic list sidebar while Iām trying to use your sidebar plugin. Iām doing this because the theme places a sidebar on the left-side and your plugin places a sidebar on the right-side. However, this is what occurs when both of them are active:
Your plugin sidebar doesnāt appear on the right-side, instead then appears underneath in the same column as the Krisā sidebar. Can anything be done about this (with code or something)?
My website is quemuse.com - any help is appreciated!