Hello how are you?
I’m having trouble using the plugin with Google Web Stories, they conflict and there are problems with viewing the content. What can be done to remove this conflict?
Thank you very much in advance.
]]>Hi, we host a lot of pages for our customers and have All In One WP Security installed on all of them and are trying to enable reCAPTCHA on the login page but are unable to do it on the custom page that appears when using Fancy Admin UI. is there any way to make them work together?
]]>I have installed the theme and it works very well but when I click on gravity form addon I see the default theme on each page of the plugin. If I enter in another plugin the theme will change again.
]]>Greetings,
Great plugin, love the design of my dashboard now.
I’m having one issue. In my dashboard everything is good, though on other pages of my website the blue admin bar styling is not applied. As a result there is a margin at the top of the page, which extends past the default admin bar and creates a gap between the admin bar and top menu.
Is there any way to apply the styling to the admin bar across all pages? If not, what would be the best way to remove the 42px margin at the top which appears to be applied to the <html> tags?
Thank you
]]>@boborchard
Hello!
I want to translate your plugin into Russian.
]]>This plugin is not properly prepared for localization (View detailed logs on Slack). If you would like to translate this plugin, please contact the author.
Noticing this does not seem to be style consistent with the other items in this metabox.
Screenshot:
https://www.evernote.com/l/AAgpuFMQE6VAg6qjJI56499icS0rpiJ4qrg
Suddenly the Update Page or Post button function does not work anymore.
When I am trying to update a page or a post with Fancy Admin UI enabled, the circle goes on infinitely and nothing ever happens.
If I disable Fancy Admin UI, the Update button works as expected.
]]>I’d like to be able to customize the background color. Previously I used to do this my adding an action for admin_head
and outputting CSS directly to the page. This will still output but seems to be getting overridden by your CSS when when the class path is the same and it’s marked with !important
.
Any idea how I can do this?
]]>When a custom color is chosen, buttons still retain the blue text glow.
Screenshot:
https://www.evernote.com/l/AAhjJhrIMARCn4uR-Oq6sIIaINzYoHm_VMM
Firstly, thank you for this extension. I’ve tried custom WordPress admin skins in the past and they only ever half worked. This looks great.
I’m noticing that the little number circle positioning is off in the sidebar. Seems to be too far to the right.
Screenshot:
https://www.evernote.com/l/AAimG2IHY6pKYKxMr0fLyJlQ18CNqUgJQn8
Hello, I am running PHP7 and am getting the following warnings repeated in my debug log:
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP.
fau_settings.php on line 11
fau_settings.php on line 33
In the plugin description, you said, you like to know users wishes and ideas, here are mine:
– Custom Login Background Image
– Changing the WordPress Logo and URL on the Login Page
– Custom Fonts (Google API maybe?)
Hope this is helpful!
Kind Regards!
]]>https://ibb.co/hfi1Dv
https://ibb.co/k7C6fa
https://ibb.co/iaGMDv
It’s possible to fix this problem with space between those text row?
And also the notifications are a little out of bound.
Is this plugin compatible with multisite? Can I set custom colors for all subsites?
]]>In version 2.0 it seems that the login logo now has the following styles which cutoff all my login logo corners. It means I need to add a CSS fix to all my sites.
Can I ask if this addition was a necessary compatibility requirement or an aesthetic decision and if it will stay so I can plan the best method of altering all my websites.
.login h1 a {
background-color: #FFF;
border-radius: 50%;
}
Thanks.
]]>Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; fau_color_settings has a deprecated constructor in /wp-content/plugins/fancy-admin-ui/inc/fau_settings.php on line 11
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; fau_secondary_color_settings has a deprecated constructor in /wp-content/plugins/fancy-admin-ui/inc/fau_settings.php on line 33
]]>Hello,
i want to start with thank you for your plugin, it is a huge improvement in my opinion on the WordPress base style.
I don’t know if you already know but there seems to be a disproportioned height of the admin bar on the backend when I am on mobile.
It is not a huge problem.
I was using an iPhone 6s+
here is a screenshot of the problem:
https://bit.ly/28R5viu
All the best and thank you,
Aidan
]]>Hi there!
Fancy Admin UI is a great plugin and we are very happy using it. Unfortunately it stopped working yesterday for no apparent reason.
We have Audit Log Viewer installed and couldn’t find any change that could affect this. Our website is hosted at Siteground.
Also tried to remove and install it again but the problem persists.
Is there any way we can sort this out?
Thank you very much for the help
]]>Since WP forced us to have a googleapis call inside the installation (admin theme) is there a way to get an admin theme without using googles webfonts for better performance?
]]>Hi,
Thanks for this great plugin.
I am using my own css to style login, front-end profiles, etc. I would like to deregister all styles and scripts from the front-end, including the admin bar, which I am not using either. At the moment, I am using this function, but it doesn’t seem to work. Any ideas as to how to deregister all these css files more efficiently?
add_action( 'wp_print_styles', 'my_deregister_styles', 20 );
function my_deregister_styles() {
wp_deregister_style( 'fau-login-theme' );
wp_deregister_style( 'fau-adminbar' );
wp_deregister_style( 'fau-admin-theme' );
}
]]>
Hi,
i love the plugin, thanks.
for some reason i can’t view the options under the home menu item.
you know how i can fix it?
Thanks,
Gilad
Hi Bob,
Just what i was looking for. Thanks for that. However, once activated, the plugin does not change the default Admin Bar colour. Could it be a conflict?
]]>Hi Bob,
Would it be possible to update the plugin to set a specific height in px for the #wpadminbar element. I’m using wp masquerade (which adds a drop-down menu item to the admin bar) and by setting the height as auto, there are layout problems.
Setting the height to 46px rather than the default 32px works well.
Thanks for your help,
Ben
]]>Hi,
Thanks for developing this great admin theme.
Could I ask what you use or would recommend to create custom admin bar items (as seen in the plugin screenshots)?
Thanks for your help.
Ben
]]>Hello,
On Line 7 of fau-settings.php, you call my-script.js but this file doesn’t exist and throws an error:
wp_enqueue_script( ‘my-script-handle’, plugins_url(‘my-script.js’, __FILE__ ), array( ‘wp-color-picker’ ), false, true );
]]>Hi,
With the latest WP version (4.2.1) the main admin menu’s icons disappear!
Any chance of a compatibility patch being released any time soon? I would love to continue using this lovely plugin.
]]>Hi,
Not strictly related your plugin (which is great by the way and suits my main theme perfectly)
I’m trying to hide the personal options on the profile page. I’ve tried very ‘solution’ I can find but nothing seems to work.
Is this affected by your plug in at all and can you offer any advice?
Many thanks
]]>Absolutely LOVE the looks of the theme!
One thing though, the plugin gives too large admin bar margins on the front-end while logged in.
]]>Great plugin. Any chance to allow for a change of the main colour (blue) to custom one?
Keep up the good work.
]]>