Hello everyone,

I am looking for a solution to make the button appear on the left side of the screen and set the menu also appears from the left when I click above.

Thank you.

Comments

hillel33 created an issue. See original summary.

avpaderno’s picture

Category: Task » Support request
Issue summary: View changes
danrod’s picture

This can be accomplished by applying custom styling and changes on the fluid-ui-block.html.twig file. I'm closing this for now

danrod’s picture

Status: Active » Closed (won't fix)
danrod’s picture

Sorry 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 !!!!!

danrod’s picture

Status: Closed (won't fix) » Active
danrod’s picture

StatusFileSize
new168.7 KB
new104.43 KB
new250.54 KB

Actually, It works !!!

Widget in the sidebar area

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):

Block placement

Then make sure to apply these styles in the ul inside the widget:

display: flex;
flex-direction: column;

Styling

Make sure to add the enough width to the sidebar in order for the widget to spread out with no problem

danrod’s picture

I'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".

danrod’s picture

Status: Active » Needs review
danrod’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.