BLOK Dark

BLOK Dark [Paid] 2.3.4.1.0

No permission to buy ($35.00)
ThemeHouse updated BLOK Dark with a new update entry:

Version 2.3.3.0.2 Released

Changelog:
Handful of minor fixes related to icons not rendering
Removed swipe support for off-canvas nav style property
Expandable signature height sizing fix
Other minor tweaks & bugfixes

Note: This release cannot be used on XenForo 2.2, it is exclusively for XenForo 2.3 only.
Note: This update does not require a UI.X add-on update to function properly.

Read the rest of this update entry...
 
Hi. I've been trying to change the background color of this panel separately for several hours, but I couldn't do it. Or at least change the icons color... Please tell me where the option is that controls the colors on this panel.

I also noticed that on my mobile phone, the "Change" inscription appears in the sidebar over the avatar. It looks like a bug. Thank you.

1000010291.webp
 
Hi. I've been trying to change the background color of this panel separately for several hours, but I couldn't do it. Or at least change the icons color... Please tell me where the option is that controls the colors on this panel.

I also noticed that on my mobile phone, the "Change" inscription appears in the sidebar over the avatar. It looks like a bug. Thank you.

View attachment 314533

For the tab colors, you'll want to add the following to extra.less:

Less:
a.sidePanel__tab {
    background-color: #000000; //Change this to whatever color you want to use for the background
    color: #ffffff; //Change this to whatever color you want the icons to show up as
    
    &.sidePanel__tab--active {
        color: #ffffff; //Change this to whatever color you want the icons to show up as when active
    }
}

As far as the text, that's not so much a bug as your language's phrase entry for the "edit" phrase exceeds the available space; A potential fix is to go into the account_visitor_menu template and find this line:

<xf:avatar user="{$xf.visitor}" size="s" href="" notooltip="true" />

and change the size="s" to size="m".
 
Back
Top Bottom