GithubHelp home page GithubHelp logo

noelboss / adminthemeboss Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 2.0 29.93 MB

A light and clean ProcessWire Theme based on Uikit 3.

Home Page: https://www.noevu.ch/#entwicklung

License: MIT License

PHP 0.20% JavaScript 16.39% CSS 31.37% HTML 23.78% Shell 0.03% Less 13.37% SCSS 14.85%
processwire processwire-cms processwire-modules

adminthemeboss's People

Contributors

dependabot[bot] avatar noelboss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adminthemeboss's Issues

Top menu dropdown flashing on hover

Good day!

Thanks for super cool theme! It is really great and literary the only successful endeavour in this field (at least of what I know).

I fount a little problem upgrading from 5.5 to 6.3. When hovering the top menu the dropdown flashes if the mouse pointer stays near the border of hoverable element. Did try to find the bug, but could not do it fast. Please, check it when you have time to work on this module.

WireCache throwing date() warning in debug mode

Just wanted to leave a note that a warning is thrown for WireCache when debug is on.

Not sure what the issue is - looks like you set expiration to time() which is int.

The warning it gives is:

Warning
: date() expects parameter 2 to be int, float given in
D:\dev\uni\UniServerZ\www\processwire-base\processwire\wire\core\WireCache.php
on line
587

No warning is given when debug is false.

Datepickers may interlap

A small bug found in this great admin theme. It concerns the datepicker behavior. If we have two date fields one below another, the first field datepicker may slide below the input field of second field. The problem can be resolved by changing the AdminThemeBoss\uikit\dist\css\uikit.(color).min.css from:

.pw .ui-datepicker#ui-datepicker-div { z-index:2 !important; background: ...

to:

.pw .ui-datepicker#ui-datepicker-div { background: ...

Thanks again for this nice theme!

CSS bug on hover in ListerPro

First of all: ❤️ ❤️ ❤️ I love this theme ❤️ ❤️ ❤️

When I am hovering over a button in a ListerPro, the button disappears, because of this line:

.uk-table-divider>:first-child>tr:not(:first-child) :hover, .uk-table-divider>:not(:first-child)>tr :hover, .uk-table-divider>tr:not(:first-child) :hover {
     background: rgba(250,250,250,.95); 
}

Disabling the background and everything looks fine, at least in ListerPro.

CSS Bug with Inputfield Chosen and FieldsetPage

Hi, first of all I would also like to say thank you for this great theme! ❤️

I ran into a CSS bug that happens in a complex nesting. However, this only appears in the AdminThemeBoss. This is not the case in the default theme and in the PW UiKit theme. Therefore I bring the report to you.

The problem is that the drop-down from the Chosen Select input field is truncated and is not fully visible. See screenshot:

screen-1

In the default theme and in the PW UiKit theme it is displayed normally:

screen-2

However, this only happens when the Inputfield Chosen Select is inside a FieldsetPage. And the FieldsetPage again in a Repeater or RepeaterMatrix.

I personally did not find a solution. Increasing the z-index from the drop-down of chosen inputfield shows no effect.

I hope you can reproduce the issue and find a solution.

Hides password reset <p class="pw-login-links"> with display:none

With AdminThemeBoss enabled this piece of the login screen is hidden:
<p class="pw-login-links"><a href="./?forgot=1"><i class="fa fa-question-circle fa-fw"></i> Forgot your password?</a> <br><a href="/"><i class="fa fa-home fa-fw"></i> Quonga.dk</a></p>

It results in this (custom colourscheme and logo here) which looks quite clean I agree:

Skærmbillede 2020-09-30 kl  00 20 51

– But isn't the "Reset Password" option quite important?

In the css file (AdminThemeBoss/uikit/dist/css/uikit.colourname.css) on line 16721:
.pw body.ProcessLogin #pw-content-body p:last-child { display: none }

If you just remove the display:none property it will look like this:

Skærmbillede 2020-09-30 kl  00 29 29

I'd suggest this instead:

`.pw body.ProcessLogin #pw-content-body p:last-child {
display: flex;
justify-content: center;
margin-top: 40px;
margin-bottom: 0;
}

.pw body.ProcessLogin #pw-content-body p:last-child a:last-child {
display: none;
}`

Resulting in this:

Skærmbillede 2020-09-30 kl  00 28 19

Page tree slide-out not working when clicking on the tree-icon.

When I click on the tree-icon (in the breadcrumb), the page turns dark, but the slide-out on the left does not appear. When I click anywhere on the page, I do see it very briefly when it slides back, and the page turns light again.

Clicking the tree-icon in the regular UiKit Admin-theme does produce the slide-out as intended.

One solution I found (though not really sure how neat or hacky this is), is to assign position: absolute to #pw-panel-container-1 in the css-file of the used theme.

I am using ProcessWire 3.0.200 and AdminThemeBoss 0.6.3.

Option to have white dropdowns and stuff

Good day!

Just one more time want to say, that the theme is beautiful! When upgrading from 5.5. to 6.3 the top nav dropdowns and a number of other elements became colored instead of just white. We are so used to white dropdowns and the whole "clean" look of the previous version)) Could you consider adding an option to have the old styles with mostly white backgrounds?

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.