GetSimple Support Forum
Updated! - Modern Responsive Admin - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: Updated! - Modern Responsive Admin (/showthread.php?tid=6245)

Pages: 1 2 3


RE: Updated! - Modern Responsive Admin - shawn_a - 2014-05-20

I added some !important styles I should not have, unfortunately this was not a big enough issue to stop release.

https://github.com/GetSimpleCMS/GetSimpleCMS/commit/7f5077d052409fc85763e54c5958db1802eb4c1d

I will have to fix this next version, dumb mistake on my part.


RE: Updated! - Modern Responsive Admin - ChompDigital - 2014-05-20

(2014-05-20, 02:06:14)shawn_a Wrote: I added some !important styles I should not have, unfortunately this was not a big enough issue to stop release.

https://github.com/GetSimpleCMS/GetSimpleCMS/commit/7f5077d052409fc85763e54c5958db1802eb4c1d

I will have to fix this next version, dumb mistake on my part.

It happens. I figured it makes things easier when unique classes are applied to each element, there are less overrides and more control on styling. Maybe you can add classes to the body via page slug for the admin, similar to front-end templating.


RE: Updated! - Modern Responsive Admin - shawn_a - 2014-05-20

Yeah the css is very old and a mess, there are highly specific rules I always have a problem overriding when making minor changes, alot of work has been done on redoing the css for 3.4 and to get it easier to rehaul entirely with a modern theme.


RE: Updated! - Modern Responsive Admin - shawn_a - 2014-05-20

you can also add your own important to override it for now.

Code:
input.submit, input.submit:focus, input.submit:hover, input.submit:active {
color: #FFF !important;



RE: Updated! - Modern Responsive Admin - shawn_a - 2014-05-20

I also noticed component titles are white on white, not sure if this is new or not, I have never used this before. Although it is now in my testkit.


RE: Updated! - Modern Responsive Admin - ChompDigital - 2014-05-20

(2014-05-20, 02:56:56)shawn_a Wrote: I also noticed component titles are white on white, not sure if this is new or not, I have never used this before. Although it is now in my testkit.

This is fixes in v1.5 that will be released today. Thanks for the feedback!


RE: Updated! - Modern Responsive Admin - xxdex - 2014-05-23

GREAT JOB !!

but i have other suggestion: because i'm want use a dark theme.. when this is blue dark:
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm.jpg
no 1 on screen
then links button text is not visible.... or poorly visible, there is a some fix to do it ?
and the seccond question.. when i using a multiuser plugin
then i want to disable (hide) some icons..
icon name: "settings" and icon "support" how to hide them?

in some zoom (responsive) the some of menu buttons disappear
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm2.jpg


plugin and the template is really GREAT!


RE: Updated! - Modern Responsive Admin - ChompDigital - 2014-05-23

(2014-05-23, 01:10:57)xxdex Wrote: GREAT JOB !!

but i have other suggestion: because i'm want use a dark theme.. when this is blue dark:
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm.jpg
no 1 on screen
then links button text is not visible.... or poorly visible, there is a some fix to do it ?
and the seccond question.. when i using a multiuser plugin
then i want to disable (hide) some icons..
icon name: "settings" and icon "support" how to hide them?

in some zoom (responsive) the some of menu buttons disappear
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm2.jpg


plugin and the template is really GREAT!

Thanks!
1: I can add the option to force white text for dark layouts, I'll have to adjust the CSS and add a new option to the settings to handle this.

2: I can also set up user control in the admin to hide icons, but this will take some time to develop. I assume you'd like things to be more white label?

3: I'll research your last issue and see why the icons are not displaying on zoom. I may have to add some more media queries to fix this issue. I'm trying to keep things lightweight for speed if you catch my drift. Smile


RE: Updated! - Modern Responsive Admin - shawn_a - 2014-05-23

It would be nice if you made use of admin.xml with this theme so uses can still adjust it.


RE: Updated! - Modern Responsive Admin - xxdex - 2014-05-23

ad 1.
i think the other option to font color or link color will be fixed this problem..

ad 2 . i want to block a some user settings.. for specific users.. i'm using a
Multi User
http://get-simple.info/extend/plugin/multi-user/133/

and look at screen:
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm5.jpg
i'm was blocked a options in user settings to dont permision to access
so why this icon should be visible ?

3. you work is very great. I'm sorry, I do not want you to think that pointing out your mistakes. Your work is great and I stressed this point .. I try to only assist in the development of this plugin!

i found a some next mistakes:
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm3.jpg
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm4.jpg


RE: Updated! - Modern Responsive Admin - ChompDigital - 2014-05-23

(2014-05-23, 02:01:18)xxdex Wrote: ad 1.
i think the other option to font color or link color will be fixed this problem..

ad 2 . i want to block a some user settings.. for specific users.. i'm using a
Multi User
http://get-simple.info/extend/plugin/multi-user/133/

and look at screen:
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm5.jpg
i'm was blocked a options in user settings to dont permision to access
so why this icon should be visible ?

3. you work is very great. I'm sorry, I do not want you to think that pointing out your mistakes. Your work is great and I stressed this point .. I try to only assist in the development of this plugin!

i found a some next mistakes:
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm3.jpg
https://dl.dropboxusercontent.com/u/49983884/in/2014-05-22/moder-adm4.jpg

It's all good, all and any feedback helps. I will look into everything today and post the updates when I'm finished.

Thank you!


RE: Updated! - Modern Responsive Admin - sibuoi - 2014-05-24

thanks! great plugin! i'm, waiting for a branded logo options


RE: Updated! - Modern Responsive Admin - xxdex - 2014-05-24

(2014-05-24, 17:37:46)sibuoi Wrote: thanks! great plugin! i'm, waiting for a branded logo options

you have this option in 1,5:
http://get-simple.info/extend/plugin/modern-admin/811/


RE: Updated! - Modern Responsive Admin - ChompDigital - 2014-05-25

(2014-05-24, 18:27:58)xxdex Wrote:
(2014-05-24, 17:37:46)sibuoi Wrote: thanks! great plugin! i'm, waiting for a branded logo options

you have this option in 1,5:
http://get-simple.info/extend/plugin/modern-admin/811/

Yeah the logo option is available now in 1.5.


RE: Updated! - Modern Responsive Admin - islander - 2014-06-02

Trying out this awesome extension for the first time.
Very nice. Noticed one thing though, when Layout Type is in Standard Layout sidebar only allows left side.
Full width layout allows you two switch between left and right.


RE: Updated! - Modern Responsive Admin - RoyceWhitaker - 2014-06-05

Thank you so much!!!


RE: Updated! - Modern Responsive Admin - vergo - 2014-06-16

thanks! great plugin! Big Grin


RE: Updated! - Modern Responsive Admin - infografik - 2014-07-14

gs 3.2 not looking to good

on full screen there is verical scroll bar

[Image: uz458_d.jpg]


RE: Updated! - Modern Responsive Admin - xxdex - 2014-08-06

hi, some one know.. why this great theme is no longer supported ?


RE: Updated! - Modern Responsive Admin - datiswous - 2014-08-06

(2014-08-06, 08:09:33)xxdex Wrote: hi, some one know.. why this great theme is no longer supported ?

Did you try pm-ing ChompDigital? He might be busy on something else but might get an e-mail on pm.

Personally I think plugin makers should make clear they aren't continuing on their plugin, but this doesn't always, work out this way.


RE: Updated! - Modern Responsive Admin - shawn_a - 2014-08-06

how is it not supported , it was just updated 2 months ago


RE: Updated! - Modern Responsive Admin - orbital - 2015-08-07

Hello, I like Modern Responsive Admin!
I note, however, that after its activation has a problem with I18N Special Pages extras.
I18N Special Pages extras stops working, more precisely, there is a problem with modal window.
Whether it has a solution?
Regards


RE: Updated! - Modern Responsive Admin - xxdex - 2015-12-07

the solution for this plugin if someone will have a problem with drag and drop i18n navigation or i18n gallery position change.
http://get-simple.info/forums/showthread.php?tid=1662&pid=54024#pid54024


RE: Updated! - Modern Responsive Admin - mengi - 2016-04-16

I can confirm that with i18n_special_pages_extra, the create special pages type modal window is not usable.

After editing the modern admin plugins css file per the above comment and then deactivating and reactivating both plugins, it works.


RE: Updated! - Modern Responsive Admin - lakaroth - 2016-04-23

I have a problem, after activate the plugin, i18N gallery stop to works, i read the shortcode (%gallery%) instead the thumbs, it looks like the same error, who happend when <?php get_header(); ?> is not include in the template.
But is there... how can i fix it or get back the website before activate plugin?
Best