Closed (fixed)
Project:
Fluidproject UI Options
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2020 at 14:03 UTC
Updated:
11 Aug 2025 at 10:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
avpadernoComment #3
danrodThis can be accomplished by applying custom styling and changes on the fluid-ui-block.html.twig file. I'm closing this for now
Comment #4
danrodComment #5
danrodSorry if I moved this to "Won't" fix to Active, it's been a while (years), but not that we widget can be enabled as a custom block, the widget can be placed anywhere, even in the sidebar, and with combination of some css tricks, this can actually work. Let me have a try and I'll let you know how it goes.
Sorry for reaching out to you a bit late @hillel33 !!!!!
Comment #6
danrodComment #7
danrodActually, It works !!!
What you need to do is to install the module as usual, then go to /admin/config/fluidui/adminsettings and check "Enable the FluidUI widget as a Block", then place the block in the sidebar of your theme (I'm using olivero in the example):
Then make sure to apply these styles in the
ulinside the widget:Make sure to add the enough width to the sidebar in order for the widget to spread out with no problem
Comment #8
danrodI'll leave this issue as "Needs Review" for now, just in case someone @hillel33 is still there, or someone will find this information useful, then I mark it as "Fixed".
Comment #9
danrodComment #10
danrod