GuyPrimavera
Forum Replies Created
-
Forum: Reviews
In reply to: [Aquila Admin Theme] Very flexible and handyThanks Oloccina, I appreciate the kind words! ??
Forum: Reviews
In reply to: [Aquila Admin Theme] Loving it!Hi Gary,
Thanks for the review. I’ve just released a new version which should have resolved your issue. Just let me know if not and I’ll take another look.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] PHP errors in Query MonitorHi TouchéStudio,
Thanks for letting me know. I’ll check the plugin out in Query Monitor for anything that needs attention.
Forum: Plugins
In reply to: [Aquila Admin Theme] Bar going over dashboardHi Gary,
I’ve just released a new version which should resolve this issue. Let me know if you find anything else that needs attention.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] Custom metaboxes overflow container in Gutenberg editorHi guys,
I’ve just released a new version which should resolve your issue.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] Some Aquila CSS is being passed through to the frontendHi Will,
I’ve just released a new version which should resolve your issue.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] Login page not aligned to centerHi EldritchGreene,
I’m sorting out a few bugs in the plugin today and would like to get yours fixed too. I’ve checked your page in Chrome and Firefox but all seems to be working correctly.
If you’re still seeing an issue, could you post a screenshot of how it displays on your screen?
Thanks.
Forum: Plugins
In reply to: [Non-Purchasable WooCommerce Products] WPML compatiblityHi Ortoteka,
It should already be WPML-compatible. Have you experienced any issues with it? If there’s anything not working with WPML then please let me know, and I’ll try to get it fixed in the next release.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] Some Aquila CSS is being passed through to the frontendHi Will,
Well spotted! I’ll remove this for all user roles without admin bar access in the next release coming shortly.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] Gutenberg post/page editor screen overflowHi Will,
This appears to be the same bug with Gutenberg as issue #11318414. I’ll be releasing an update very soon with this fixed.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] Bar going over dashboardHi Gary,
This appears to be the same bug with Gutenberg as issue #11318414. I’ll be releasing an update very soon with this fixed.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] Custom metaboxes overflow container in Gutenberg editorHi JHolliday,
I believe I’ve found the issue and I’ll release an update with various bug fixes very soon. Each update requires a lot of testing to make sure it doesn’t break any core functionality, so once it’s been fully tested it’ll be available for download/update.
Thanks.
Forum: Plugins
In reply to: [Aquila Admin Theme] How to customize login screen?Hi Oloccina,
For the login page, you’ll need to add use another hook:
login_enqueue_scripts
.For example:
add_action('admin_head', 'my_custom_fonts'); add_action('login_enqueue_scripts', 'my_custom_fonts'); function my_custom_fonts() { echo '<style> #adminmenu li.wp-menu-separator { border-top: 1px solid #393939; } #wpadminbar li#wp-admin-bar-wp-logo { margin-right: 48px !important; width: 150px; } body.login #login h1 a { max-width: 150px !important; } </style>'; }
- This reply was modified 5 years, 7 months ago by GuyPrimavera.
- This reply was modified 5 years, 7 months ago by GuyPrimavera. Reason: code formatting
Forum: Plugins
In reply to: [Editor Menu and Widget Access] Hide “edit page” from Shop ManagersHi Allyn Media,
That’s interesting, the option doesn’t come up for me either. I’ll try to get this sorted out for the next version’s release.
Thanks for bringing it to my attention.
Other than that, I can add a meta value to the non-purchasable products in the next release if it would help for a wp_query?