I would like to report some deprecation warnings in this plugin when using PHP 8.1 and 8.2. They all come from the one file admin/colour/lessc.inc.php. A proper fix might be to update to a newer version of that file. See here: https://github.com/leafo/lessphp/issues/660
I try to keep my error log clean so I can discover and fix actual errors. With that in mind, since I am not sure whether this plugin is being actively maintained, here are the error log notices and the quick fixes I made to silence them.
Notice in PHP 8.1+:
PHP Deprecated: Implicit conversion from float 43026.0703125 to int loses precision in /wp-content/plugins/aquila-admin-theme/admin/colour/lessc.inc.php on line 1480
A quick intval()
added to line?1480 takes care of it:
$t = intval($num) % $width;
Notice in PHP 8.1+:
PHP Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in /wp-content/plugins/aquila-admin-theme/admin/colour/lessc.inc.php on line 3401
Changing the null
to 0
in lines?3401 solved it, and the same situation is also in lines?3413 and 3432.
Several notices of this type in occur in PHP 8.2:
Creation of dynamic property lessc::$formatterName is deprecated in /wp-content/plugins/aquila-admin-theme/admin/colour/lessc.inc.php on line 1949
I suppose the properties should be explicitly declared, but I just silenced the error by putting #[\AllowDynamicProperties]
above the class definition at line?40.
Hello! Great plugin! New fresh look! But i sad, when i see the woocommerce – all selects tag, for example is broken
]]>Is this plugin compatible with Multisite?I wander…
]]>Hello!
I have used Aquila for quite a while now, and given the lack of updates, I wanted to know if it was still active or no longer being developed.
If there are no further plans to maintain it, is there any sort of developer guide for those of us who may wish to tinker with a forked version? For example, ensuring compatibility with the latest version of WordPress, PHP8 compatibility fixes (if needed), latest security and coding standards, Gutenberg, etc.
]]>ist it compatible with 5.9 and still under development?
]]>There’s a bug when using in combination with https://www.ads-software.com/plugins/wp-menu-icons/
After installation, in using the plugin: when selecting the menu icon in nav-menus.php, in the popup, the background on all the preview icons to choose from have a transparant instead of white background, hence the icons for the menu don’t preview properly, and makes selecting one very difficult. Please fix.
*edit* oh just found out, its the same problem for WP’s media library on images with a transparant background.
]]>hey, i noticed that when i want to create a post and write the title, i see it in capital letters even though i write lowercase. No, it’s not activated on the keyboard, I’m not that stupid haha. How can i deactivated that the titles in the adminbar etc. are not capitalizeD?
]]>Hello,
how can I prevent my clients who log in to my site from getting notifications about updating plugins to PRO versions and the like?
For exapmle: “Like WP Subscribe plugin? You will LOVE WP Subscribe Pro!”
My clients don’t care and can’t see this.
Thanks a lot.
Mortten
]]>I am troubleshooting for jQuery problems.
this was reported by JQUERY MIGRATE HELPER
/wp-content/plugins/aquila-admin-theme/js/calls.js: jQuery.fn.click() event shorthand is deprecated
I don’t think this is giving me my problem, but I guess it is something to fix.
Cheers
Miriam
I changed one of the colors to, I typed “red” and got a fatal “discontinued function” error. Looking forward to the future update. Thanks in advance.
]]>Is there any way I can give a user the full admin area access by changing settings in the database? (User 1, with full access has been compromised).
Ignore this. It was a different plugin in giving me a problem.
]]>Does it work with WP 5.8? Will you update? When?
]]>Maybe you could list plugin version as well?
TIA
How do I remove this completely? Subscribers can still select and can then see my server IP in that widget, plus they still see its running WP, both I do not want to show.
Cheers.
]]>I’m seeing some icons missing, and showing instead the unicode for it. Not all icons, just a few. Specifically, Blog, Media, Comments. Instead of the icons, it shows unicode “f040”, “f03e”, “f086”, respectively. But I’m using this plugin on 4 sites and it’s only happening on two.
]]>Nice, however it’s very bold to have an eagle logo unable to remove/hide easily. So, unloaded it.
]]>Hi there,
We’re using the cartzilla theme alongside woocommerce. The admin bar on the frontend doesn’t seem to work, it briefly flashes and then it seems like it gets pushed up on the screen.
Is there anything we might be missing to fix this?
Thank you!
Alex
Hi
I am total fan of your Aquila, but i notice one thing is missing on wpadmin bar, which no new post as i need it on wpadmin bar
if I disabled this Aquila and this + -> new post is appear on wpadmin bar
is there code I can add or CSS??
]]>It would appear that this breaks the media page when using the enhanced media libray plugin: https://wpuxsolutions.com/plugins/enhanced-media-library
The layout is messed up, and can’t scroll on page.
For a temp fix is there any way to disable the admin theme on specific admin pages?
]]>The admin menu on the front end of our site appears to be missing an image on the left hand side (before our aquila logo) and on the right hand side next to where it shows the username and user icon. Additionally pressing any of the links for these doesn’t seem to do anything. Are these supposed to work?
]]>With the Aquila plugin enabled, if you go to edit a post and you have “Top Toolbar” View enabled (note full screen mode must be disabled). The top aquilla toolbar overlaps/hides several of the buttons. Is there any way to fix that? If not is there a way to report this as a bug?
]]>SIgnup login page layout is not Correct plz help https://prnt.sc/v2xppc.
and in mobile site also logo is not showing savekaro.in is website
Hello, using a multisite network.
1.the admin nav is missing admin tabs in the top admin menu.-screenshot-https://snipboard.io/k1usA8.jpg
2.How to force the main site template to all subsites?
3.the top admin menu when clicking the question mark is hidden at the top-screenshot-https://snipboard.io/sSUVcg.jpg.
Thank you
Please solve my layout query
]]>Ok fist things first love the plugin its awesome.
Only problem I having is the Admin bar on the front end isn’t working properly
My site is using Elementor Theme Builder and OceanWP when I am logged in I cant see the top admin bar at all and when I scroll down it puts a massive gap there where it should be its a bit awkward to explain
But long story short the problem is the Admin Bar is not displaying correctly
IF you can help with this that would be awesome.
]]>When I install the current version it appears to install. When I try to activate it the screen goes white and the website shows “An error occurred on your website”. I have to use FTP and delete the plugin to restore the site.
]]>Hi,
When I have aquila installed alongside WP Ultima, Aquila mangles the front end pages.
It is to do with the following CSS classes:
body.login #login {
width: 100%;
padding: 0;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
I am not too sure why aquilla is doing anything on the front end particularly, however it completely hides the whole top part of the WP Ultima Page.
Can you advise a workaround/fix? Thanks
]]>Tks for your awesome plugin … i believe that needs some future functions:
1. Change the size of font;
2. Export settings
Hello,
This print screen have a yellow arrow point to where the top bar is hiding just my publish button!
Is there any way to solve it?
]]>Hey, congratulations on the plugin.
However, It’s not working well with new WooCommerce Admin menu. The Aquila admin bar stay over the WooCommerce admin menu.
Will it be fixed?
]]>