Posts: 305
Threads: 15
Joined: Mar 2014
2015-04-30, 20:17:13
(This post was last modified: 2015-04-30, 22:01:44 by Tyblitz.)
(2015-04-29, 03:32:18)phireware Wrote: Looks like quite a few changes, thanks for all the input! Would everyone be willing to work together with their changes on this in the GitHub repo? I'd like to make this theme as best as possible and perhaps it could be the default theme in a future version!
GitHub: https://github.com/PhireWare/flat-blue
will do, and perhaps yes! What I also like about this theme is that it looks fit to be 'flat-anything'; eg. flat-red, flat-maroon, flat-green, flat-brown etc. If in a future update if the style is partly dynamic, this could be done easily with one setting..
At a certain point it will probably be necessary to check whether this integrates well with I18n pages view too, because a large percent of GS userbase uses the plugin imo.
Posts: 6,266
Threads: 181
Joined: Sep 2011
The style can already be by using admin.xml colors.
Posts: 43
Threads: 3
Joined: Nov 2012
I noticed a weird behaviour of this plugin on a multilingual website (I18N plugin). When activated, if you go to the tab pages -> all pages, the <ul class="nav pages"> onto the header disappear. Actually I can still see it through Firebug but in practice it is somehow hidden and inactivated by the plugin.
Posts: 16
Threads: 2
Joined: Apr 2013
Posts: 16
Threads: 2
Joined: Apr 2013
When activated DEBUG MODE - i can`t see debug window
may be need add " id="gsdebug" " in main plugin class?
<div id="gsdebug"><pre></pre></div>
Posts: 305
Threads: 15
Joined: Mar 2014
2015-05-28, 21:05:35
(This post was last modified: 2015-05-28, 21:06:15 by Tyblitz.)
(2015-05-07, 23:52:57)GPB61 Wrote: I noticed a weird behaviour of this plugin on a multilingual website (I18N plugin). When activated, if you go to the tab pages -> all pages, the <ul class="nav pages"> onto the header disappear. Actually I can still see it through Firebug but in practice it is somehow hidden and inactivated by the plugin.
I added this issue to the Github tracker 2 days ago. Fix by replacing line 79 in the plugin's CSS with:
#header { position: fixed; height: 61px; }
.header { margin:0; border-top:0; filter:none; background-image:none; top: 0; left: 0; right: 0; z-index: 1000;}
Posts: 14
Threads: 3
Joined: Mar 2015
(2015-05-28, 21:05:35)Tyblitz Wrote: (2015-05-07, 23:52:57)GPB61 Wrote: I noticed a weird behaviour of this plugin on a multilingual website (I18N plugin). When activated, if you go to the tab pages -> all pages, the <ul class="nav pages"> onto the header disappear. Actually I can still see it through Firebug but in practice it is somehow hidden and inactivated by the plugin.
I added this issue to the Github tracker 2 days ago. Fix by replacing line 79 in the plugin's CSS with:
#header { position: fixed; height: 61px; }
.header { margin:0; border-top:0; filter:none; background-image:none; top: 0; left: 0; right: 0; z-index: 1000;}
Thanks! This has been fixed in GitHub.
Posts: 28
Threads: 2
Joined: Feb 2015
2015-05-31, 05:29:59
(This post was last modified: 2015-07-30, 06:49:46 by revotron.)
If you guys need any help for implementing a new admin theme for newer gs releases, just message me.
I'd love to contribute!
Posts: 100
Threads: 26
Joined: Dec 2012
2015-12-30, 05:51:01
(This post was last modified: 2015-12-30, 05:51:24 by Artur.)
How can I fix the window of "Theme editor"? I mean the grey one. It goes far far away to the right, and I would like to have it proper with settled resolution or auto-fitting to resolution of my screen.
Glowczynski.pl - webmaster, graphic designer, translator.
For any job offers contact me via artur@glowczynski.pl.
Posts: 14
Threads: 3
Joined: Mar 2015
(2015-12-30, 05:51:01)Artur Wrote: How can I fix the window of "Theme editor"? I mean the grey one. It goes far far away to the right, and I would like to have it proper with settled resolution or auto-fitting to resolution of my screen.
Unfortunately I don't have a lot of control over this as the theme editor is the same class as everything else, meaning I need to keep it there for the menubar when it shows up. This could easily be fixed if this wasn't a plugin and was baked right in. If the theme editor had it's own class, I could create something specific for it.
Posts: 88
Threads: 9
Joined: Feb 2011
Just tested it. Looks great, page layout is just what I have been looking for. Mechanically the plugin works fine.
Why will I not use it? Visually the font is unclear. Screen from an older machine without clear type:
The font starts from font-weight:300 for headings. I would like not to exclude editing from older OSs. Also the font is downloaded from Google just in Latin subset, which causes national chars displayed in Arial, as you can see.
Posts: 2
Threads: 0
Joined: Aug 2017
2017-08-22, 01:36:56
(This post was last modified: 2017-08-22, 01:41:52 by Knud.)
(2015-05-28, 22:41:07)phireware Wrote: (2015-05-28, 21:05:35)Tyblitz Wrote: (2015-05-07, 23:52:57)GPB61 Wrote: I noticed a weird behaviour of this plugin on a multilingual website (I18N plugin). When activated, if you go to the tab pages -> all pages, the <ul class="nav pages"> onto the header disappear. Actually I can still see it through Firebug but in practice it is somehow hidden and inactivated by the plugin.
I added this issue to the Github tracker 2 days ago. Fix by replacing line 79 in the plugin's CSS with:
#header { position: fixed; height: 61px; }
.header { margin:0; border-top:0; filter:none; background-image:none; top: 0; left: 0; right: 0; z-index: 1000;}
Thanks! This has been fixed in GitHub. Thanks, the plugin now works (GS version 3.3.13)! Maybe someone may change that CSS in the repositories?
Posts: 6,266
Threads: 181
Joined: Sep 2011
This is a known issue, someone needs to go through the css and convert it all to use normal font weights
https://github.com/GetSimpleCMS/GetSimpl...ssues/1179
Posts: 6
Threads: 1
Joined: May 2016
2018-03-11, 09:13:45
(This post was last modified: 2018-03-11, 09:15:09 by Glaucius.)
(2015-05-07, 23:52:57)GPB61 Wrote: I noticed a weird behaviour of this plugin on a multilingual website (I18N plugin). When activated, if you go to the tab pages -> all pages, the <ul class="nav pages"> onto the header disappear. Actually I can still see it through Firebug but in practice it is somehow hidden and inactivated by the plugin.
There's a conflict between I18N plugin CSS and the Flat Blue theme CSS, a workaround i've found is editing the /plugins/i18n_base/pages.php file, on line 148, replace <tr class="header"> with <tr>. It's not a good idea, because of future updates, but worked, and i don't have much time now.
I don't know enough of GetSimple standars to evaluate who's fault it is.
|