auditt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WordPress.com Account ColumnHi,
Thanks for your input.
You asked why I want to remove it via custom code: it’s a feature my clients won’t use, and I don’t want to explain to each of them (and their staff) what the column does or how to get rid of it.
Since you’re effectively hijacking the WordPress Users table outside the Woo context to add a WordPress.com reference, it would be a nice move to let us disable it from within Woo or via a hook/filter.
Forum: Plugins
In reply to: [WooCommerce] WordPress.com Account ColumnHi @lovingbro
thanks a lot for your time and useful solution.
I actually prefer to remove it per custom code in my function.php. Do you have a solution for that?
Thank you very much.Forum: Plugins
In reply to: [Dashify: WooCommerce admin dashboard theme] Status of this ProjectAnd one more thing: I would feel much better if I knew Dashify is a reliable project with constant development. Unfortunately, we’ve been scarred by Energy+.
Forum: Plugins
In reply to: [Dashify: WooCommerce admin dashboard theme] Status of this ProjectYou’re welcome! 🙂
Well, what does “complete” mean to me? I see Dashify as a plugin that transforms the entire UX/UI of my backend into something much better from a UX perspective and more consistent (like Energy+ did), so my client struggles less. I’m not even looking for specific features, but rather visual changes that reduce complexity.
The order page is doing a fantastic job, and I hope this look and feel can be rolled out to all admin pages.
Thank you.
Forum: Plugins
In reply to: [Dashify: WooCommerce admin dashboard theme] Status of this ProjectHi there,
Thanks for your response. I’m glad to hear the project isn’t abandoned. The worst part about WooCommerce is its outdated design and poor UX. Your plugin addresses this with clever additional features. I don’t think I’m alone in this opinion, plugins like Energy+ had a huge customer base for similar reasons.
Your work is also very thorough, which is a big plus. You should consider marketing it to grow your audience. Leveraging Envato Market’s massive traffic could help you achieve what Energy+ did.
There are already developers working on similar concepts with Dashify, like StoreUI, VendBase, etc.
You definitely have your niche market. Cheers!
Forum: Plugins
In reply to: [Dashify: WooCommerce admin dashboard theme] DEV Feedback & QuestionHi,
thank you for your response.
- Cool. Since I’m using the Admin Menu Editor not just to rearrange items but also to disable/hide them, it would be great if you could stick to the standard setup. Or at least provide the option to deactivate your override while keeping the styling, because I really like your sidebar redesign.
- Sounds plausible to me to wait for the product page redesign by Woo. Regarding the overall redesign, to be honest, this is the most exciting feature for me.
- Sure. Here is my list of dashboard cards showing the following info:
- Key Numbers: Total Sale, Net Sales, Number of Total Orders, Number of Products Sold
- Graph: Sales Performance by days/weeks
- Info lists/tables: Top Customers by sales, Top Products, Top Categories,
- I think it also makes sense to support the subscription plugin by Woo with dedicated cards on the dashboard:
- Key Numbers: Monthly recurring revenue, Annual recurring revenue, Number of Churns, Number of active subscriptions
Thank you. Cheers!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Using your plugin with UipressYes, they provide a premium version: https://www.uipress.co/
You are actually right, I was just wondering if both sides has to align to each other or not. Your PayPal plugin works good but Stripe seems special.
Kind regards
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Using your plugin with UipressHi there,
you are right, Uipress indeed changes the behaviour how pages are loaded since it relys on iframes. I could disable the plugin but in reality I develop many websites for clients and deliver it to them to maintain. They are no technically fit.
Here is the following url to the plugin: https://de.ww.wp.xz.cn/plugins/uipress-lite/
I somehow hope you can provide support since Uipress is very popular.
Thank you.
Forum: Plugins
In reply to: [Admin Menu Editor] Sometimes changes get lostThank you for the clarification. Could you provide a hook to disable this default behavior? I appreciate that plugin-specific menu items disappear when the plugin is deactivated and reappear upon activation. That’s how it should work and that’s how you should keep it.
But on top, in some instances, after deactivating a plugin, I go to Menu Editor, make changes to other menus, and forget about the deactivated plugin. After saving, the changes are lost, and I have to start over. I just want to keep the configuration for disabled plugins permanently. Maybe a hook or option from your side could do some magic?
Thank you.
Hi, me again. I did some investigation:
When Uipress is disabled, in Yith Auction my object has following html structure:<span id="" class="yith-plugin-fw__action-button yith-plugin-fw__action-button---action yith-wcact-auction-bidders-button yith-wcact-auction-eye-button" data-product_id="5415" data-bids="4">As soon as I activate the Uipress plugin, the data-attributes are gone. Do you know why and how to fix it?
- This reply was modified 2 years, 4 months ago by auditt.
Hi there,
I’m using the default menu.
Just to give you a scenario, for my client I wrote a custom admin page to activate or deactivate some plugins. This is a typical call I do:
activate_plugin($_GET['plugin']);Let’s say I decide to deactivate woocommerce. In this case, the database is written, the plugin is deactivated and the iframe will reload. But the menu stays as it is and woocommerce is still visible in the menu.
My workaround is to trigger another reload (after iframes reload) per JS:
window.top.location.reload()Thats why I asked if you have a php hook (or JS) to trigger a dedicated menu reload manually.
Hi there,
thank you for responding.
- Regarding media upload, awesome. Thank you.
- I’m using the free “Admin Menu Editor” and the separators are created with this: https://de.ww.wp.xz.cn/plugins/admin-menu-editor/
- Regarding to-do widget, awesome. Thank you.
- I used the support chat on your uipress.com website to send you the zip file. As already mentioned in the chat, the files contain few translated keywords to check out if translation reflect.
Thank you.
Thanks for your response Mark.
I uploaded the files in uipress-lite > languages but still see no effect.
Regarding sharing the translations, the reality is that I only translated few keywords, so I guess you or your clients will not benefit from it.
After investigation, uipress is indeed triggering functions. But I had issues with my own coding.
This thread is solved.
Hi there – me again,
regarding 2, maybe a php hook can help that triggers when everytime you change the admin page? But maybe you have a much better idea.
Thanks