Custom Post Type Further Support
Hi, I want to request more support for UIXpress and CPTs. I noticed that the featured images show up for posts and pages, but not for custom post types. Also, the option to preview the page doesn’t show for CPts. Thanks for your consideration. eric

eric about 20 hours ago
💡 Feature Request
Custom Post Type Further Support
Hi, I want to request more support for UIXpress and CPTs. I noticed that the featured images show up for posts and pages, but not for custom post types. Also, the option to preview the page doesn’t show for CPts. Thanks for your consideration. eric

eric about 20 hours ago
💡 Feature Request
Custom Dashboard Page
Hi, could you consider creating an HTML option as a tab for the dashboard? I’m sure it’s not simple to create a builder for creating dashboard pages, but it would be great if we could have the option to build our own welcome screen with CSS/HTML/JS. One of the nice parts of the second build of UIPress was having the UI that would give clients a custom experience when logging in. Perhaps it can be a third toggle to the current two already there in UIXpress Thanks for your consideration.

eric about 20 hours ago
💡 Feature Request
Custom Dashboard Page
Hi, could you consider creating an HTML option as a tab for the dashboard? I’m sure it’s not simple to create a builder for creating dashboard pages, but it would be great if we could have the option to build our own welcome screen with CSS/HTML/JS. One of the nice parts of the second build of UIPress was having the UI that would give clients a custom experience when logging in. Perhaps it can be a third toggle to the current two already there in UIXpress Thanks for your consideration.

eric about 20 hours ago
💡 Feature Request
Still have many of license limit, but can't use it
Still have many of license limit, but can't use it

Technical WebMurahBagus.com 1 day ago
💡 Feature Request
Still have many of license limit, but can't use it
Still have many of license limit, but can't use it

Technical WebMurahBagus.com 1 day ago
💡 Feature Request
[UIXPress] Change menu on click in menu editor
Hello there, For now, that’s impossible to change the open menu by clicking on the name of the menu on the left of the menu editor. We have to click on “back to list”, then reopen the right menu, even if we click on the name of the menu we want and if it seems to be selected (it’s not). That’s quite annoying and makes me do mistakes all the time when changing settings in a menu. Could you take a look at that @[email protected] ? Thanks a lot.

alexistrn 2 days ago
🐛 Bug Reports
[UIXPress] Change menu on click in menu editor
Hello there, For now, that’s impossible to change the open menu by clicking on the name of the menu on the left of the menu editor. We have to click on “back to list”, then reopen the right menu, even if we click on the name of the menu we want and if it seems to be selected (it’s not). That’s quite annoying and makes me do mistakes all the time when changing settings in a menu. Could you take a look at that @[email protected] ? Thanks a lot.

alexistrn 2 days ago
🐛 Bug Reports
[UIXPress] - Queue and batch updates with modern plugin page
Hello there, WordPress native plugin page allows you to click on several plugins for updates and queue updates (updates will be installed one after another). With UIXPress, that’s impossible because when an update is pending, other updates buttons are deactivated. Is it possible to have an option to batch updates? It’s quite long to wait and click again and again. Thanks a lot !

alexistrn 2 days ago
💡 Feature Request
[UIXPress] - Queue and batch updates with modern plugin page
Hello there, WordPress native plugin page allows you to click on several plugins for updates and queue updates (updates will be installed one after another). With UIXPress, that’s impossible because when an update is pending, other updates buttons are deactivated. Is it possible to have an option to batch updates? It’s quite long to wait and click again and again. Thanks a lot !

alexistrn 2 days ago
💡 Feature Request
[UIXPress] Bug with Widgets page
Hello there, Widgets page with UIXPress active seems completely broken. That’s impossible to save changes or access to settings of each block (normally on the right of the native WordPress page). @[email protected] , could you take a look at that? Thanks a lot !

alexistrn 3 days ago
🐛 Bug Reports
[UIXPress] Bug with Widgets page
Hello there, Widgets page with UIXPress active seems completely broken. That’s impossible to save changes or access to settings of each block (normally on the right of the native WordPress page). @[email protected] , could you take a look at that? Thanks a lot !

alexistrn 3 days ago
🐛 Bug Reports
[UIXPress] Conflits and UI bugs with Woo-commerce
Hello, Since many months, that’s literally impossible to use WooCommerce while using UIXPress. There’s to many UI bugs and conflits and the interface of WooCommerce seems completely broken. @[email protected], is it possible to take a look at that ? Thanks a lot.

alexistrn 3 days ago
💡 Feature Request
[UIXPress] Conflits and UI bugs with Woo-commerce
Hello, Since many months, that’s literally impossible to use WooCommerce while using UIXPress. There’s to many UI bugs and conflits and the interface of WooCommerce seems completely broken. @[email protected], is it possible to take a look at that ? Thanks a lot.

alexistrn 3 days ago
💡 Feature Request
Completed
Really loving this latest version
Hello @[email protected] I wanted to come here not only for a feature request, but just to say that the latest version of uiXpress has been quite solid for me 💪🏼 and I really appreciate your work 🙏 And the WordPress Dashboard becomes actually FAST, is that some kind of caching? Just amazing work!!! But don’t stop now, please 💚 Loving uiXpress!! Just beautiful 😘

ubuntuproductions 11 days ago
💡 Feature Request
Completed
Really loving this latest version
Hello @[email protected] I wanted to come here not only for a feature request, but just to say that the latest version of uiXpress has been quite solid for me 💪🏼 and I really appreciate your work 🙏 And the WordPress Dashboard becomes actually FAST, is that some kind of caching? Just amazing work!!! But don’t stop now, please 💚 Loving uiXpress!! Just beautiful 😘

ubuntuproductions 11 days ago
💡 Feature Request
Ability to pin to top for subpages too
I would love to be able to pin on the top bar also subpages 🙏 And also a way to change the “submenu style” without having to go to settings, like in earlier versions :)

ubuntuproductions 11 days ago
💡 Feature Request
Ability to pin to top for subpages too
I would love to be able to pin on the top bar also subpages 🙏 And also a way to change the “submenu style” without having to go to settings, like in earlier versions :)

ubuntuproductions 11 days ago
💡 Feature Request
Duplicate meta / canonical tags
Well this was unexpected, I noted duplicate meta tags and canonicals on multiple of my sites. For reference I use RankMath which is doing its job just fine. So for example im seeing the following; I highlighted the double canonicals but there are multiple tags being set. To verifiy it had nothing to do with some caching of sorts i tried a random. ?somecrapparam; Which still shows the issue but skips over some caching related stuff. So that started me thinking about what is causing issues. After debugging for a bit with what was running in wp_head I saw this fired; UiXpress\Rest\PostEditorSEO::output_seo_meta_tags Not sure why that is running but disabling at all that solved my duplicate tags; For now I have disabled it from running using; add_action('template_redirect', function () { remove_action( 'wp_head', ['UiXpress\Rest\PostEditorSEO', 'output_seo_meta_tags'], 1 ); }); It might be a simple compbality thing with RankMath but, please look into this as double tags are never a good thing when it comes to SEO in general.

[email protected] 14 days ago
🐛 Bug Reports
Duplicate meta / canonical tags
Well this was unexpected, I noted duplicate meta tags and canonicals on multiple of my sites. For reference I use RankMath which is doing its job just fine. So for example im seeing the following; I highlighted the double canonicals but there are multiple tags being set. To verifiy it had nothing to do with some caching of sorts i tried a random. ?somecrapparam; Which still shows the issue but skips over some caching related stuff. So that started me thinking about what is causing issues. After debugging for a bit with what was running in wp_head I saw this fired; UiXpress\Rest\PostEditorSEO::output_seo_meta_tags Not sure why that is running but disabling at all that solved my duplicate tags; For now I have disabled it from running using; add_action('template_redirect', function () { remove_action( 'wp_head', ['UiXpress\Rest\PostEditorSEO', 'output_seo_meta_tags'], 1 ); }); It might be a simple compbality thing with RankMath but, please look into this as double tags are never a good thing when it comes to SEO in general.

[email protected] 14 days ago
🐛 Bug Reports
Lifetime License Activation
I'm trying to activate my UIPress License but I keep getting the error: Invalid License Key I purchased the lifetime version and I have the receipt in Polar but my account on UIPress shows I don't have any active licenses or subscriptions I’ve also been emailing with [email protected] but haven’t gotten a response since March 11th and my issue still isn’t resolved yet! I have this installed on live sites and can’t edit any of the settings bc I can’t get my license activated. It’s been quite frustrating receiving zero support after purchasing the lifetime license.

vh214dev 28 days ago
🐛 Bug Reports
Lifetime License Activation
I'm trying to activate my UIPress License but I keep getting the error: Invalid License Key I purchased the lifetime version and I have the receipt in Polar but my account on UIPress shows I don't have any active licenses or subscriptions I’ve also been emailing with [email protected] but haven’t gotten a response since March 11th and my issue still isn’t resolved yet! I have this installed on live sites and can’t edit any of the settings bc I can’t get my license activated. It’s been quite frustrating receiving zero support after purchasing the lifetime license.

vh214dev 28 days ago
🐛 Bug Reports
uiXpress 1.2.22 WooCommerce admin layout bug
On WooCommerce product list pages, the WooCommerce header/activity panel appears as a large white bar across the top and a blank white panel on the right, overlapping the product table. Affected page: wp-admin/edit.php?post_type=product This happens on the Products page and looks very similar to the existing “1.2.22 Woo / UI bugs” report. WordPress: WooCommerce: uiXpress: Browser: Chrome on macOS

Hop Forward 28 days ago
💡 Feature Request
uiXpress 1.2.22 WooCommerce admin layout bug
On WooCommerce product list pages, the WooCommerce header/activity panel appears as a large white bar across the top and a blank white panel on the right, overlapping the product table. Affected page: wp-admin/edit.php?post_type=product This happens on the Products page and looks very similar to the existing “1.2.22 Woo / UI bugs” report. WordPress: WooCommerce: uiXpress: Browser: Chrome on macOS

Hop Forward 28 days ago
💡 Feature Request
A few improvements to the admin menu
Hello 👋🏼 The possibility to pin the most used elements in the admin menu to the top of the column is amazing, but there are a few things that could be improved IMO. The stars: Right now an elements that is not pinned has a solid star, and an element that is pinned has no star. This is confusing. The menu elements that are not pinned should have an outlined star, and those one pinned a solid star. No pinned element (solid star) Pinned element (no star) Icons for pinned elements The possibility to change the icon for those pinned elements is amazing, but we would need more options for the icon, now it is too limited: In earlier versions, we had the possibility to hide the icons in the menu, I would LOVE to have that option back Love!

ubuntuproductions 29 days ago
💡 Feature Request
A few improvements to the admin menu
Hello 👋🏼 The possibility to pin the most used elements in the admin menu to the top of the column is amazing, but there are a few things that could be improved IMO. The stars: Right now an elements that is not pinned has a solid star, and an element that is pinned has no star. This is confusing. The menu elements that are not pinned should have an outlined star, and those one pinned a solid star. No pinned element (solid star) Pinned element (no star) Icons for pinned elements The possibility to change the icon for those pinned elements is amazing, but we would need more options for the icon, now it is too limited: In earlier versions, we had the possibility to hide the icons in the menu, I would LOVE to have that option back Love!

ubuntuproductions 29 days ago
💡 Feature Request
Woocomerce "coupons" page broken
Hello 👋🏼 The Woocomerce coupons page is broken when UiXpress is active:

ubuntuproductions 29 days ago
💡 Feature Request
Woocomerce "coupons" page broken
Hello 👋🏼 The Woocomerce coupons page is broken when UiXpress is active:

ubuntuproductions 29 days ago
💡 Feature Request
Google Analytics 4 Steps Not Working
I went through and followed the steps as outlined and it doesn’t work. It’s wanting me to create a service account, which I did, and then it doesn’t allow me to add that service account email as a viewer within GA4 Property Access Management. See the error.

brandcentric about 1 month ago
💡 Feature Request
Google Analytics 4 Steps Not Working
I went through and followed the steps as outlined and it doesn’t work. It’s wanting me to create a service account, which I did, and then it doesn’t allow me to add that service account email as a viewer within GA4 Property Access Management. See the error.

brandcentric about 1 month ago
💡 Feature Request
Admin Bar Overlap issue
The admin bar styling is messed up when logged in and viewing the front end. It overlaps with the content on the page and the font size is way too big, which forces some of the items to wrap.

brandcentric about 1 month ago
🐛 Bug Reports
Admin Bar Overlap issue
The admin bar styling is messed up when logged in and viewing the front end. It overlaps with the content on the page and the font size is way too big, which forces some of the items to wrap.

brandcentric about 1 month ago
🐛 Bug Reports
1.2.22 Woo / UI bugs
The UI has bugs in the WooCommerce sections of the site (Products page, Orders page, Product editing, etc). See how the top of the white bar overtakes the layout and also there's a white bar on the right side that overlaps content too.

brandcentric about 1 month ago
🐛 Bug Reports
1.2.22 Woo / UI bugs
The UI has bugs in the WooCommerce sections of the site (Products page, Orders page, Product editing, etc). See how the top of the white bar overtakes the layout and also there's a white bar on the right side that overlaps content too.

brandcentric about 1 month ago
🐛 Bug Reports