Jump to content

Recommended Posts

  • 4 weeks later...
Posted

I have AdminThemeBoss 0.6.3

I like this design.

And find problem with announcement. They close main button. 

Another problem is the debug panel that now opens under the footer.

Perhaps these are problems of my configuration.

 

annonce.png

debug=pan.png

  • 1 month later...
  • 6 months later...
Posted

I have found that the jquery date picker is by default set to a dark background with black text.

By adding these lines in the blue.less files (etc.)


@pw-datepicker-background: @theme-primary-color;
@theme-button-secondary-background: @theme-muted-background;

I am able to at least get the background to match the rest of the theme color variables but I have tried many things and cannot find the override that is keeping the text black.

In the forms.less I have changed the color of the various ui-state element to the @theme-text-color-inverse variable which should make the text white but it is not working.

Has anyone else had this problem or found a workaround yet?

  • 3 weeks later...
Posted

Another change I had to make - the Awesomplete flyout sets a z-index of 1 - but ui-button in this theme also sets this to 1 and the hover layer to 0.

I modified this in AdminThemeBoss/uikit/custom/theme/components/forms.less, line 122-135

    button.ui-button {
        position: relative;
        z-index: 0;

        &:hover {
            z-index: 0;
            box-shadow: 0 5px 15px @theme-primary-color-rgba;

            +.ui-button {
                z-index: 0;
            }
        }
    }

Changing the z-index values from 1, 1, 0 to 0, 0, -1 - so they'd hide behind the awesomeplete.

  • Like 1
  • 4 months later...
Posted

Yes, can the name of the module be changed to Admin Theme Boss? It’s confusing since Admin Theme UIKit is a dependency. Is this something @ryan has to change on his end? Both the title and URL need changed.

  • 2 months later...
Posted

Is this theme still under development @Noel Boss? There are issues from 2019.

I really like the theme and think there could be some improvements made. But it only makes sense to contribute, if it is still maintained.
Or else we have to fork it and work on an optimized version.

  • Like 1
  • 4 years later...
Posted

Thank You for this brilliant admin theme! Unfortunately, it appears that the latest Processwire 3.0.248 creates some conflicts with AdminThemeBoss. This theme gets a somewhat broken look with grey backgrounds, broken switches etc. Guess it's because of UIKit updates included into 3.0.248 . If there's still someone who maintains the AdminThemeBoss, please pay attention to this. I think AdminTemeBoss is much better than default UIKit theme, and it's worth being maintained properly.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...