WebsiteBaker Community Forum

WebsiteBaker Support (2.10.x) => Modules => Topic started by: ruebenwurzel on March 05, 2017, 02:35:45 PM

Title: WB 2.10.0 - Backend Theme Optimization
Post by: ruebenwurzel on March 05, 2017, 02:35:45 PM
Hello,

attached you find two Optimization-Packs for WB 2.10.0.

WebsiteBaker Default Theme v1.2.20

Droplets v3.0.22

Both changes are more optimized for screens and less for mobile devices.

Both packages are tested on different WB 2.10.0 Installations and seems to work without problems. So feel free to test it. If you find issues or if you have complementary improvements, please post it here.

How to install?
Download the attached packages, unzip them and overwrite the files on your server with FTP. Thats all, no installation required.

Advantages
The package only works with exactly the above Theme btw. Droplet Version. Please don't use it with any other Versions.

Important note
It is not conceived to use this threat for to create a new BackendTheme. This threat only should be used to make minor adaptions on the DefaultTheme of the actually WB Version.

At the end i will say a big thanks to the Devs for releasing the WB 2.10.0. This is the best and most secure WB Version ever.

Have fun
Title: Re: WB 2.10.0 - Backend Theme Optimization
Post by: Gast on March 05, 2017, 06:34:23 PM
overflow:hidden
Sorry, but looks like a globale replace from the overflow:hidden-definition  :roll: whats happend, if i upgrade some third party files like font-awesome.css, normalize.css etc
have you ever look, why we use a overflow:hidden on the different places and have you ever try a different solution? - i dont think so
give some examples, where you have problems with overflow:hidden. one user make a post and some others copy this words 1:1 - but nobody shows a example or screenshots from the problems
to replace a overflow:hidden from the font-awesome.css, cannot be the solution

Droplets
some users ask for the scrollbar - because, they have some more droplets in the list (and we talk from 50 - 100). Now i lost this verticale scrollbar and get a new, horizontal bar, if i use longer descriptions, all the icons are moved into the hidden area on the right side

maybe a poll for the vertical scrollbar is a good solution. i dont need scrollbars there with the installed default droplets (10-20), but if i have 50 or 100, i'm happy about this

(https://i.gyazo.com/58bc6684be596ffb7216abf68a8b7ec7.png)

view in admintools now (result of the removed overflow:hidden)
(https://i.gyazo.com/4d58a3b4534ece788855ce4879de0c21.png)

problem is here not the overflow:hidden, it is the long description for the output filter module. planned was a equal height for the 2-rows-display. this admintool-overview is not the right place for the complete module description (that in modules -> module details). thats way we truncate the description
on other places, the problem come with a defined height for this element (example: overview adminTools in the RC-Version, specially: Box height like my picture)

the droplets overview is not so easy, a lot of informations, a lot of files - all this in a sortable table. droplet is in the top of the module list for the next wb-version, because, we are also not happy with the actual version, every desktop-width has a different design  :roll:
target is a possible responsive output in a non-table-construct incl. sort-function
Title: Re: WB 2.10.0 - Backend Theme Optimization
Post by: ruebenwurzel on March 05, 2017, 08:09:39 PM
Hello,

Quote
overflow:hidden
Sorry, but looks like a globale replace from the overflow:hidden-definition

Basically yes. I'm no coder and no Designer. It is more a try and error. As long as the result is as aspected and i get nor error ist is o for me.

Quote
Now i lost this verticale scrollbar and get a new, horizontal bar
The horizontal rulebar is also part of the default theme of WB 2.10.0. If you use the DefaultTheme of WB 2.10.0 and if you have more then the default droplets you have a horizontal and a vertical scrollbar.

Quote
some users ask for the scrollbar - because, they have some more droplets in the list (and we talk from 50 - 100)
My solution is not only for some users with a lot of droplets, my solution is for the users wich have roundabout 20 or 25 droplets wich i think should match to the most users.

Feel free to use my solution or not. The DefaultTheme wich comes with WB 2.10.0 should be the "Default". Everyone is free in his decision to use the adaptions or not.

I also would be glad about every additional hint to make the DefaultTheme better. And if i have removed a overflow:hidden to much, please post where. Everything can also be reverted.

Matthias
Title: Re: WB 2.10.0 - Backend Theme Optimization
Post by: Gast on March 06, 2017, 11:28:29 AM
Quote
And if i have removed a overflow:hidden to much, please post where

everywhere. its not needed to remove the overflow:hidden
Title: Re: WB 2.10.0 - Backend Theme Optimization
Post by: Luisehahne on March 06, 2017, 01:47:18 PM
Jacobi22 you are right,

cutting the text is a combination of overflow:hidden and a height setting at same time

Dietmar